Typedefs | |
| using | Pose = geometry_msgs::msg::Pose |
| using | PoseWithCovariance = geometry_msgs::msg::PoseWithCovariance |
| using pose_cov_ops::Pose = typedef geometry_msgs::msg::Pose |
Definition at line 24 of file pose_cov_ops.h.
| using pose_cov_ops::PoseWithCovariance = typedef geometry_msgs::msg::PoseWithCovariance |
Definition at line 25 of file pose_cov_ops.h.
Definition at line 39 of file pose_cov_ops.h.
Definition at line 20 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 56 of file pose_cov_ops.h.
| void pose_cov_ops::compose | ( | const Pose & | a, |
| const PoseWithCovariance & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 48 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 50 of file pose_cov_ops.h.
| void pose_cov_ops::compose | ( | const PoseWithCovariance & | a, |
| const Pose & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 37 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 44 of file pose_cov_ops.h.
| void pose_cov_ops::compose | ( | const PoseWithCovariance & | a, |
| const PoseWithCovariance & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 25 of file pose_cov_ops.cpp.
| pose_cov_ops::PoseWithCovariance pose_cov_ops::compose | ( | const PoseWithCovariance & | a, |
| const tf2::Transform & | b | ||
| ) |
Definition at line 60 of file pose_cov_ops.cpp.
Definition at line 79 of file pose_cov_ops.h.
Definition at line 71 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 96 of file pose_cov_ops.h.
| void pose_cov_ops::inverseCompose | ( | const Pose & | a, |
| const PoseWithCovariance & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 100 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 90 of file pose_cov_ops.h.
| void pose_cov_ops::inverseCompose | ( | const PoseWithCovariance & | a, |
| const Pose & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 86 of file pose_cov_ops.cpp.
|
inlinestatic |
Definition at line 84 of file pose_cov_ops.h.
| void pose_cov_ops::inverseCompose | ( | const PoseWithCovariance & | a, |
| const PoseWithCovariance & | b, | ||
| PoseWithCovariance & | out | ||
| ) |
Definition at line 75 of file pose_cov_ops.cpp.
| pose_cov_ops::PoseWithCovariance pose_cov_ops::inverseCompose | ( | const PoseWithCovariance & | a, |
| const tf2::Transform & | b | ||
| ) |
Definition at line 115 of file pose_cov_ops.cpp.