JointTrajectoryPoint 消息类型:motion/JointTrajectoryPoint
更多...
#include <rmvlmsg/motion/joint_trajectory_point.hpp>
|
| std::string | serialize () const noexcept |
| | 消息序列化
|
| std::size_t | compact_size () const noexcept |
| | 获取消息紧凑序列化后的大小(单位:字节)
|
|
| static constexpr const char | msg_type [] = "motion/JointTrajectoryPoint" |
| | 消息类型字符串常量
|
JointTrajectoryPoint 消息类型:motion/JointTrajectoryPoint
- 参见
-
◆ compact_size()
| std::size_t rm::msg::JointTrajectoryPoint::compact_size |
( |
| ) |
const |
|
noexcept |
◆ deserialize()
◆ serialize()
| std::string rm::msg::JointTrajectoryPoint::serialize |
( |
| ) |
const |
|
noexcept |
◆ accelerations
| std::vector<double> rm::msg::JointTrajectoryPoint::accelerations {} |
◆ effort
| std::vector<double> rm::msg::JointTrajectoryPoint::effort {} |
◆ msg_type
| const char rm::msg::JointTrajectoryPoint::msg_type[] = "motion/JointTrajectoryPoint" |
|
staticconstexpr |
◆ positions
| std::vector<double> rm::msg::JointTrajectoryPoint::positions {} |
◆ time_from_start
| int64_t rm::msg::JointTrajectoryPoint::time_from_start {} |
◆ velocities
| std::vector<double> rm::msg::JointTrajectoryPoint::velocities {} |