27 lines
545 B
Plaintext
27 lines
545 B
Plaintext
# 目标:规划组名称
|
|
string planning_group
|
|
# 末端执行器帧名称
|
|
string frame_name
|
|
# 目标位姿
|
|
geometry_msgs/Pose target_pose
|
|
# 参考坐标系
|
|
string reference_frame = "base_link"
|
|
# 运动速度缩放因子 (0-1)
|
|
float64 speed = 0.5
|
|
# 运动加速度缩放因子 (0-1)
|
|
float64 acceleration = 0.5
|
|
|
|
---
|
|
# 结果:是否成功
|
|
bool success
|
|
# 错误信息(如失败)
|
|
string error_message
|
|
# 最终位姿
|
|
geometry_msgs/Pose final_pose
|
|
|
|
---
|
|
# 反馈:当前位姿
|
|
geometry_msgs/Pose current_pose
|
|
# 完成百分比
|
|
float64 progress
|