Skip to content

Commit

Permalink
Do not use a stamped wrench
Browse files Browse the repository at this point in the history
Since the geometric representation if the wrench is dependong on both,
the type and the task frame, it doesn't relly make sense to use a
stamped wrench here.
  • Loading branch information
fmauch committed Nov 7, 2024
1 parent 57b0b10 commit fa6d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/SetForceMode.srv
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bool selection_vector_rz 0

# The forces/torques the robot will apply to its environment. For geometric interpretation, please
# see parameter `type`
geometry_msgs/WrenchStamped wrench
geometry_msgs/Wrench wrench

# An integer [1;3] specifying how the robot interprets the force frame
# 1: The force frame is transformed in a way such that its y-axis is aligned with a vector pointing
Expand Down

0 comments on commit fa6d784

Please sign in to comment.