Memory mapping of ROS message as Lie group type.
More...
#include <ros.hpp>
|
using | Storage = Eigen::Map< Eigen::Matrix< double, RepSize, 1 > > |
|
Memory mapping of ROS message as Lie group type.
Definition at line 131 of file ros.hpp.
◆ Storage
using smooth::Map< geometry_msgs::msg::Transform >::Storage = Eigen::Map<Eigen::Matrix<double, RepSize, 1> > |
Underlying storage is Eigen::Map
Definition at line 131 of file ros.hpp.
◆ Map()
smooth::Map< geometry_msgs::msg::Transform >::Map |
( |
geometry_msgs::msg::Transform & |
msg | ) |
|
|
inlineexplicit |
Map message as Lie group type.
Definition at line 131 of file ros.hpp.
◆ coeffs() [1/2]
Storage & smooth::Map< geometry_msgs::msg::Transform >::coeffs |
( |
| ) |
|
|
inline |
Access underlying Eigen::Map
Definition at line 131 of file ros.hpp.
◆ coeffs() [2/2]
const Storage & smooth::Map< geometry_msgs::msg::Transform >::coeffs |
( |
| ) |
const |
|
inline |
Const access underlying Eigen::Map
Definition at line 131 of file ros.hpp.
◆ data() [1/2]
Scalar * smooth::Map< geometry_msgs::msg::Transform >::data |
( |
| ) |
|
|
inline |
Access raw pointer
Definition at line 131 of file ros.hpp.
◆ data() [2/2]
const Scalar * smooth::Map< geometry_msgs::msg::Transform >::data |
( |
| ) |
const |
|
inline |
Const access raw pointer
Definition at line 131 of file ros.hpp.
◆ SMOOTH_INHERIT_TYPEDEFS
smooth::Map< geometry_msgs::msg::Transform >::SMOOTH_INHERIT_TYPEDEFS |
Define types.
Definition at line 131 of file ros.hpp.
The documentation for this class was generated from the following file: