Pose 消息类型:geometry/Pose
更多...
#include <rmvlmsg/geometry/pose.hpp>
|
| std::string | serialize () const noexcept |
| | 消息序列化
|
| std::size_t | compact_size () const noexcept |
| | 获取消息紧凑序列化后的大小(单位:字节)
|
|
| static constexpr const char | msg_type [] = "geometry/Pose" |
| | 消息类型字符串常量
|
◆ compact_size()
| std::size_t rm::msg::Pose::compact_size |
( |
| ) |
const |
|
noexcept |
◆ deserialize()
| Pose rm::msg::Pose::deserialize |
( |
const char *const | str | ) |
|
|
staticnoexcept |
◆ serialize()
| std::string rm::msg::Pose::serialize |
( |
| ) |
const |
|
noexcept |
◆ msg_type
| const char rm::msg::Pose::msg_type[] = "geometry/Pose" |
|
staticconstexpr |
◆ orientation
◆ position
| Point rm::msg::Pose::position {} |