Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Correct the FTS broadcaster frame (which we don't directly use) and r…
Browse files Browse the repository at this point in the history
…emove names from the mujoco force and torque tags as they are not used (#362)

Co-authored-by: Michael Wrock <[email protected]>
  • Loading branch information
nbbrooks and MikeWrock authored Sep 10, 2024
1 parent bd0ea65 commit 0e51d01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ force_torque_sensor_broadcaster:
- torque.x
- torque.y
- torque.z
frame_id: fts_link
frame_id: robotiq_ft_sensor


joint_trajectory_admittance_controller:
Expand Down
4 changes: 2 additions & 2 deletions src/arm_on_rail_sim/description/ur5e.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
</equality>

<sensor>
<force name="ee_force_sensor" site="robotiq_ft_sensor" />
<torque name="ee_torque_sensor" site="robotiq_ft_sensor" />
<force site="robotiq_ft_sensor" />
<torque site="robotiq_ft_sensor" />
</sensor>
</mujoco>
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ force_torque_sensor_broadcaster:
- torque.x
- torque.y
- torque.z
frame_id: fts_link
frame_id: robotiq_ft_sensor
4 changes: 2 additions & 2 deletions src/picknik_ur_mobile_config/description/ur5e.xml
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@
</equality>

<sensor>
<force name="ee_force_sensor" site="robotiq_ft_sensor" />
<torque name="ee_torque_sensor" site="robotiq_ft_sensor" />
<force site="robotiq_ft_sensor" />
<torque site="robotiq_ft_sensor" />
</sensor>

<keyframe>
Expand Down

0 comments on commit 0e51d01

Please sign in to comment.