File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ set(msg_files
3737 msg/SteeringControllerStatus.msg
3838 msg/SteeringControllerCommand.msg
3939 msg/SpeedScalingFactor.msg
40+ msg/WrenchFramed.msg
4041)
4142
4243set (action_files
Original file line number Diff line number Diff line change 22# Note: The time_from_start field is included in the JointTrajectoryPoint.
33trajectory_msgs/JointTrajectoryPoint point
44
5- # The wrench is expressed in this reference frame.
6- string wrench_frame
7- geometry_msgs/Wrench wrench
5+ # The task-space wrench to apply at this trajectory point.
6+ control_msgs/WrenchFramed wrench
Original file line number Diff line number Diff line change 1+ # This message represents a wrench (force and torque) expressed in a specific reference frame.
2+
3+ # The reference frame in which the wrench is expressed.
4+ string wrench_frame_id
5+
6+ # The wrench applied.
7+ geometry_msgs/Wrench wrench
You can’t perform that action at this time.
0 commit comments