机械臂 (Arm)

命名空间:robonix/prm/arm

概述

机械臂原语抽象多自由度机械臂,支持末端执行器位姿控制、关节位置控制、关节轨迹执行及关节状态反馈。

接口列表

接口原语类型载荷说明
move_eecommandpose → status末端执行器位姿控制
move_jointcommandjoint_positions → status关节位置控制
joint_trajectorycommandtrajectory → status关节轨迹执行
state_jointstreamsensor_msgs/msg/JointState关节状态流

典型组合

场景建议实现
仅笛卡尔控制move_ee, state_joint
仅关节控制move_joint, state_joint
轨迹控制joint_trajectory, state_joint
全功能以上全部