Skip to content

Commit

Permalink
Updated the remapping for subscription to reflect the removal of "uns…
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Sep 20, 2024
1 parent ad36312 commit 565dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/wheel/diffdrive.gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<xacro:if value="${use_gazebo}">
<plugin filename="libgz_ros2_control-system.so" name="gz_ros2_control::GazeboSimROS2ControlPlugin">
<ros>
<remapping>diff_drive_controller/cmd_vel_unstamped:=cmd_vel</remapping>
<remapping>diff_drive_controller/cmd_vel:=cmd_vel</remapping>
<remapping>diff_drive_controller/odom:=odom</remapping>
</ros>
<parameters>$(find ${config_file_package})/${config_file_path}</parameters>
Expand Down

0 comments on commit 565dd5c

Please sign in to comment.