|
perception_interfaces 1.1.2
|
Getter functions for objects state members. More...
Go to the source code of this file.
Functions | |
| double | perception_msgs::object_access::getX (const ObjectState &state) |
| Get the x-position for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getX (const T &obj) |
| Get the x-position for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getY (const ObjectState &state) |
| Get the y-position for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getY (const T &obj) |
| Get the y-position for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getZ (const ObjectState &state) |
| Get the z-position for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getZ (const T &obj) |
| Get the z-position for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getVelLon (const ObjectState &state) |
| Get the longitudinal velocity for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getVelLon (const T &obj) |
| Get the longitudinal velocity for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getVelLat (const ObjectState &state) |
| Get the longitudinal velocity for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getVelLat (const T &obj) |
| Get the longitudinal velocity for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getAccLon (const ObjectState &state) |
| Get the longitudinal acceleration for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getAccLon (const T &obj) |
| Get the longitudinal acceleration for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getAccLat (const ObjectState &state) |
| Get the lateral acceleration for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getAccLat (const T &obj) |
| Get the lateral acceleration for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getRoll (const ObjectState &state) |
| Get the roll for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getRoll (const T &obj) |
| Get the roll for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getRollRate (const ObjectState &state) |
| Get the roll-rate for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getRollRate (const T &obj) |
| Get the roll-rate for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getPitch (const ObjectState &state) |
| Get the pitch for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getPitch (const T &obj) |
| Get the pitch for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getPitchRate (const ObjectState &state) |
| Get the pitch-rate for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getPitchRate (const T &obj) |
| Get the pitch-rate for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getYaw (const ObjectState &state) |
| Get the yaw for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getYaw (const T &obj) |
| Get the yaw for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getYawRate (const ObjectState &state) |
| Get the yaw-rate for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getYawRate (const T &obj) |
| Get the yaw-rate for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getSteeringAngleAck (const ObjectState &state) |
| Get the ackermann steering angle for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getSteeringAngleAck (const T &obj) |
| Get the ackermann steering angle for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getSteeringAngleRateAck (const ObjectState &state) |
| Get the steering angle rate for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getSteeringAngleRateAck (const T &obj) |
| Get the steering angle rate for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getSteeringAngleFront (const ObjectState &state) |
| Get the front wheel angle for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getSteeringAngleFront (const T &obj) |
| Get the front wheel angle for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getSteeringAngleRear (const ObjectState &state) |
| Get the rear wheel angle for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getSteeringAngleRear (const T &obj) |
| Get the rear wheel angle for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getWidth (const ObjectState &state) |
| Get the width for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getWidth (const T &obj) |
| Get the width for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getLength (const ObjectState &state) |
| Get the length for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getLength (const T &obj) |
| Get the length for a given template object that contains an object state. | |
| double | perception_msgs::object_access::getHeight (const ObjectState &state) |
| Get the height for a given object state. | |
| template<typename T > | |
| double | perception_msgs::object_access::getHeight (const T &obj) |
| Get the height for a given template object that contains an object state. | |
| bool | perception_msgs::object_access::getStandstill (const ObjectState &state) |
| Get standstill indication for a given object state. | |
| template<typename T > | |
| bool | perception_msgs::object_access::getStandstill (const T &obj) |
| Get the standstill indication for a given template object that contains an object state. | |
| uint8_t | perception_msgs::object_access::getTurnIndicator (const ObjectState &state) |
| Get the turn indicator state for a given object state. | |
| template<typename T > | |
| uint8_t | perception_msgs::object_access::getTurnIndicator (const T &obj) |
| Get the turn indicator state for a given template object that contains an object state. | |
| uint8_t | perception_msgs::object_access::getBrakeLight (const ObjectState &state) |
| Get the brake light state for a given object state. | |
| template<typename T > | |
| uint8_t | perception_msgs::object_access::getBrakeLight (const T &obj) |
| Get the brake light state for a given template object that contains an object state. | |
| uint8_t | perception_msgs::object_access::getReverseLight (const ObjectState &state) |
| Get the reverse light state for a given object state. | |
| template<typename T > | |
| uint8_t | perception_msgs::object_access::getReverseLight (const T &obj) |
| Get the reverse light state for a given template object that contains an object state. | |
| uint8_t | perception_msgs::object_access::getTrafficLightState (const ObjectState &state) |
| Get the traffic light state for a given object state. | |
| template<typename T > | |
| uint8_t | perception_msgs::object_access::getTrafficLightState (const T &obj) |
| Get the traffic light state for a given template object that contains an object state. | |
| uint8_t | perception_msgs::object_access::getTrafficLightType (const ObjectState &state) |
| Get the traffic light type for a given object state. | |
| template<typename T > | |
| uint8_t | perception_msgs::object_access::getTrafficLightType (const T &obj) |
| Get the traffic light type for a given template object that contains an object state. | |
Getter functions for objects state members.
Definition in file state_getters.h.
|
inline |
Get the lateral acceleration for a given object state.
| state |
Definition at line 163 of file state_getters.h.
|
inline |
Get the lateral acceleration for a given template object that contains an object state.
| T |
| obj |
Definition at line 176 of file state_getters.h.
|
inline |
Get the longitudinal acceleration for a given object state.
| state |
Definition at line 140 of file state_getters.h.
|
inline |
Get the longitudinal acceleration for a given template object that contains an object state.
| T |
| obj |
Definition at line 153 of file state_getters.h.
|
inline |
Get the brake light state for a given object state.
| state |
Definition at line 533 of file state_getters.h.
|
inline |
Get the brake light state for a given template object that contains an object state.
| T |
| obj |
Definition at line 546 of file state_getters.h.
|
inline |
Get the height for a given object state.
| state |
Definition at line 462 of file state_getters.h.
|
inline |
Get the height for a given template object that contains an object state.
| T |
| obj |
Definition at line 475 of file state_getters.h.
|
inline |
Get the length for a given object state.
| state |
Definition at line 439 of file state_getters.h.
|
inline |
Get the length for a given template object that contains an object state.
| T |
| obj |
Definition at line 452 of file state_getters.h.
|
inline |
Get the pitch for a given object state.
| state |
Definition at line 232 of file state_getters.h.
|
inline |
Get the pitch for a given template object that contains an object state.
| T |
| obj |
Definition at line 245 of file state_getters.h.
|
inline |
Get the pitch-rate for a given object state.
| state |
Definition at line 255 of file state_getters.h.
|
inline |
Get the pitch-rate for a given template object that contains an object state.
| T |
| obj |
Definition at line 268 of file state_getters.h.
|
inline |
Get the reverse light state for a given object state.
| state |
Definition at line 556 of file state_getters.h.
|
inline |
Get the reverse light state for a given template object that contains an object state.
| T |
| obj |
Definition at line 569 of file state_getters.h.
|
inline |
Get the roll for a given object state.
| state |
Definition at line 186 of file state_getters.h.
|
inline |
Get the roll for a given template object that contains an object state.
| T |
| obj |
Definition at line 199 of file state_getters.h.
|
inline |
Get the roll-rate for a given object state.
| state |
Definition at line 209 of file state_getters.h.
|
inline |
Get the roll-rate for a given template object that contains an object state.
| T |
| obj |
Definition at line 222 of file state_getters.h.
|
inline |
Get standstill indication for a given object state.
| state |
Definition at line 486 of file state_getters.h.
|
inline |
Get the standstill indication for a given template object that contains an object state.
| T |
| obj |
Definition at line 500 of file state_getters.h.
|
inline |
Get the ackermann steering angle for a given object state.
| state |
Definition at line 324 of file state_getters.h.
|
inline |
Get the ackermann steering angle for a given template object that contains an object state.
| T |
| obj |
Definition at line 337 of file state_getters.h.
|
inline |
Get the front wheel angle for a given object state.
| state |
Definition at line 370 of file state_getters.h.
|
inline |
Get the front wheel angle for a given template object that contains an object state.
| T |
| obj |
Definition at line 383 of file state_getters.h.
|
inline |
Get the steering angle rate for a given object state.
| state |
Definition at line 347 of file state_getters.h.
|
inline |
Get the steering angle rate for a given template object that contains an object state.
| T |
| obj |
Definition at line 360 of file state_getters.h.
|
inline |
Get the rear wheel angle for a given object state.
| state |
Definition at line 393 of file state_getters.h.
|
inline |
Get the rear wheel angle for a given template object that contains an object state.
| T |
| obj |
Definition at line 406 of file state_getters.h.
|
inline |
Get the traffic light state for a given object state.
| state |
Definition at line 580 of file state_getters.h.
|
inline |
Get the traffic light state for a given template object that contains an object state.
| T |
| obj |
Definition at line 595 of file state_getters.h.
|
inline |
Get the traffic light type for a given object state.
| state |
Definition at line 606 of file state_getters.h.
|
inline |
Get the traffic light type for a given template object that contains an object state.
| T |
| obj |
Definition at line 621 of file state_getters.h.
|
inline |
Get the turn indicator state for a given object state.
| state |
Definition at line 510 of file state_getters.h.
|
inline |
Get the turn indicator state for a given template object that contains an object state.
| T |
| obj |
Definition at line 523 of file state_getters.h.
|
inline |
Get the longitudinal velocity for a given object state.
| state |
Definition at line 117 of file state_getters.h.
|
inline |
Get the longitudinal velocity for a given template object that contains an object state.
| T |
| obj |
Definition at line 130 of file state_getters.h.
|
inline |
Get the longitudinal velocity for a given object state.
| state |
Definition at line 94 of file state_getters.h.
|
inline |
Get the longitudinal velocity for a given template object that contains an object state.
| T |
| obj |
Definition at line 107 of file state_getters.h.
|
inline |
Get the width for a given object state.
| state |
Definition at line 416 of file state_getters.h.
|
inline |
Get the width for a given template object that contains an object state.
| T |
| obj |
Definition at line 429 of file state_getters.h.
|
inline |
Get the x-position for a given object state.
| state |
Definition at line 24 of file state_getters.h.
|
inline |
Get the x-position for a given template object that contains an object state.
| T |
| obj |
Definition at line 38 of file state_getters.h.
|
inline |
Get the y-position for a given object state.
| state |
Definition at line 48 of file state_getters.h.
|
inline |
Get the y-position for a given template object that contains an object state.
| T |
| obj |
Definition at line 61 of file state_getters.h.
|
inline |
Get the yaw for a given object state.
| state |
Definition at line 278 of file state_getters.h.
|
inline |
Get the yaw for a given template object that contains an object state.
| T |
| obj |
Definition at line 291 of file state_getters.h.
|
inline |
Get the yaw-rate for a given object state.
| state |
Definition at line 301 of file state_getters.h.
|
inline |
Get the yaw-rate for a given template object that contains an object state.
| T |
| obj |
Definition at line 314 of file state_getters.h.
|
inline |
Get the z-position for a given object state.
| state |
Definition at line 71 of file state_getters.h.
|
inline |
Get the z-position for a given template object that contains an object state.
| T |
| obj |
Definition at line 84 of file state_getters.h.