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