perception_interfaces 1.0.0
|
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.
============================================================================ MIT License
Copyright (c) 2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Definition in file checks.h.
|
inline |
Perform sanity check on continuous state of given object state.
state |
Definition at line 84 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 95 of file checks.h.
|
inline |
Perform sanity check on continuous state covariance of given object state.
state |
Definition at line 124 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 135 of file checks.h.
|
inline |
Perform sanity check on continuous state covariance size of given object state.
state |
Definition at line 72 of file checks.h.
|
inline |
Perform sanity check on continuous state size of given object state.
state |
Definition at line 48 of file checks.h.
|
inline |
Perform sanity check on discrete state of given object state.
state |
Definition at line 104 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 115 of file checks.h.
|
inline |
Perform sanity check on discrete state size of given object state.
state |
Definition at line 60 of file checks.h.
|
inline |
Perform sanity check on full state of given object state.
state |
Definition at line 144 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 157 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: " |