|
perception_interfaces 1.1.2
|
Object state initializers. More...
#include <perception_msgs_utils/impl/constants.h>#include <perception_msgs_utils/impl/convenience_state_setters.h>#include <perception_msgs_utils/impl/utils.h>Go to the source code of this file.
Functions | |
| void | perception_msgs::object_access::initializeState (ObjectState &state, const unsigned char &model_id) |
| This function initializes a given object state. | |
| template<typename T > | |
| void | perception_msgs::object_access::initializeState (T &obj, const unsigned char &model_id) |
| This function initializes a given template object that contains an object state. | |
Object state initializers.
Definition in file init.h.
|
inline |
This function initializes a given object state.
| state | |
| model_id |
Definition at line 26 of file init.h.
|
inline |
This function initializes a given template object that contains an object state.
| T |
| obj | |
| model_id |
Definition at line 42 of file init.h.