Skip to content

Commit

Permalink
change "fd_inertia" to "${robot_id}_inertia"
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Sep 2, 2024
1 parent a679955 commit b56b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fd_description/ros2_control/fd.r2c_hardware.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<plugin>fd_hardware/FDEffortHardwareInterface</plugin>
<param name="interface_id">${interface_id}</param>
<param name="emulate_button">${emulate_button}</param>
<param name="inertia_interface_name">fd_inertia</param>
<param name="inertia_interface_name">${robot_id}_inertia</param>
<param name="effector_mass">${effector_mass}</param>
<param name="ignore_orientation_readings">${ignore_orientation_readings}</param>
</xacro:unless>
Expand Down

0 comments on commit b56b761

Please sign in to comment.