![]() |
RMVL
2.6.0-dev
Robotic Manipulation and Vision Library
|
JointTrajectoryPoint 消息类型:motion/JointTrajectoryPoint 更多...
#include <rmvlmsg/motion/joint_trajectory_point.hpp>
Public 成员函数 | |
| std::string | serialize () const noexcept |
| 消息序列化 | |
| std::string | json () const noexcept |
| 将消息序列化为 JSON 字符串 | |
| std::size_t | compact_size () const noexcept |
| 获取消息紧凑序列化后的大小(单位:字节) | |
静态 Public 成员函数 | |
| static JointTrajectoryPoint | deserialize (const char *const str) noexcept |
| 消息反序列化 | |
Public 属性 | |
| std::vector< double > | positions {} |
| std::vector< double > | velocities {} |
| std::vector< double > | accelerations {} |
| std::vector< double > | effort {} |
| rm::msg::Duration | time_from_start {} |
静态 Public 属性 | |
| static constexpr const char | msg_type [] = "motion/JointTrajectoryPoint" |
| 消息类型字符串常量 | |
JointTrajectoryPoint 消息类型:motion/JointTrajectoryPoint
|
noexcept |
获取消息紧凑序列化后的大小(单位:字节)
|
staticnoexcept |
消息反序列化
| [in] | str | 待反序列化的字符串指针 |
|
noexcept |
将消息序列化为 JSON 字符串
|
noexcept |
消息序列化
| std::vector<double> rm::msg::JointTrajectoryPoint::accelerations {} |
| std::vector<double> rm::msg::JointTrajectoryPoint::effort {} |
|
staticconstexpr |
消息类型字符串常量
| std::vector<double> rm::msg::JointTrajectoryPoint::positions {} |
| rm::msg::Duration rm::msg::JointTrajectoryPoint::time_from_start {} |
| std::vector<double> rm::msg::JointTrajectoryPoint::velocities {} |