|
perception_interfaces 1.1.2
|
Object state sanity checks. More...
#include <perception_msgs_utils/impl/utils.h>Go to the source code of this file.
Functions | |
| void | perception_msgs::object_access::sanityCheckContinuousStateSize (const ObjectState &state) |
| Perform sanity check on continuous state size of given object state. | |
| void | perception_msgs::object_access::sanityCheckDiscreteStateSize (const ObjectState &state) |
| Perform sanity check on discrete state size of given object state. | |
| void | perception_msgs::object_access::sanityCheckContinuousStateCovarianceSize (const ObjectState &state) |
| Perform sanity check on continuous state covariance size of given object state. | |
| void | perception_msgs::object_access::sanityCheckContinuousState (const ObjectState &state) |
| Perform sanity check on continuous state of given object state. | |
| template<typename T > | |
| void | perception_msgs::object_access::sanityCheckContinuousState (const T &obj) |
| Perform sanity check on continuous state of given template object that contains an object state. | |
| void | perception_msgs::object_access::sanityCheckDiscreteState (const ObjectState &state) |
| Perform sanity check on discrete state of given object state. | |
| template<typename T > | |
| void | perception_msgs::object_access::sanityCheckDiscreteState (const T &obj) |
| Perform sanity check on discrete state of given template object that contains an object state. | |
| void | perception_msgs::object_access::sanityCheckContinuousStateCovariance (const ObjectState &state) |
| Perform sanity check on continuous state covariance of given object state. | |
| template<typename T > | |
| void | perception_msgs::object_access::sanityCheckContinuousStateCovariance (const T &obj) |
| Perform sanity check on continuous state covariance of given template object that contains an object state. | |
| void | perception_msgs::object_access::sanityCheckFullState (const ObjectState &state) |
| Perform sanity check on full state of given object state. | |
| template<typename T > | |
| void | perception_msgs::object_access::sanityCheckFullState (const T &obj) |
| Perform sanity check on full state of of given template object that contains an object state. | |
Variables | |
| const std::string | perception_msgs::object_access::kExceptionInvalidStateSize = "Invalid continuous state size for model with ID: " |
| const std::string | perception_msgs::object_access::kExceptionInvalidDiscreteStateSize = "Invalid discrete state size for model with ID: " |
| const std::string | perception_msgs::object_access::kExceptionInvalidStateCovarianceSize = "Invalid continuous state covariance size for model with ID: " |
Object state sanity checks.
Definition in file checks.h.
|
inline |
Perform sanity check on continuous state of given object state.
| state |
Definition at line 63 of file checks.h.
|
inline |
Perform sanity check on continuous state of given template object that contains an object state.
| T |
| obj |
Definition at line 74 of file checks.h.
|
inline |
Perform sanity check on continuous state covariance of given object state.
| state |
Definition at line 103 of file checks.h.
|
inline |
Perform sanity check on continuous state covariance of given template object that contains an object state.
| T |
| obj |
Definition at line 114 of file checks.h.
|
inline |
Perform sanity check on continuous state covariance size of given object state.
| state |
Definition at line 51 of file checks.h.
|
inline |
Perform sanity check on continuous state size of given object state.
| state |
Definition at line 27 of file checks.h.
|
inline |
Perform sanity check on discrete state of given object state.
| state |
Definition at line 83 of file checks.h.
|
inline |
Perform sanity check on discrete state of given template object that contains an object state.
| T |
| obj |
Definition at line 94 of file checks.h.
|
inline |
Perform sanity check on discrete state size of given object state.
| state |
Definition at line 39 of file checks.h.
|
inline |
Perform sanity check on full state of given object state.
| state |
Definition at line 123 of file checks.h.
|
inline |
Perform sanity check on full state of of given template object that contains an object state.
| T |
| obj |
Definition at line 136 of file checks.h.
| const std::string perception_msgs::object_access::kExceptionInvalidDiscreteStateSize = "Invalid discrete state size for model with ID: " |
| const std::string perception_msgs::object_access::kExceptionInvalidStateCovarianceSize = "Invalid continuous state covariance size for model with ID: " |