Skip to content

Commit

Permalink
Change buggy name in remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
PatXue committed Mar 18, 2024
1 parent 307233b commit 5a5a2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/launch/nand-main.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<arg name="params_file" value="/rb_ws/src/buggy/INS_params.yml"/>
</include>

<remap from="/SC/nav/odom" to="/nav/odom"/>
<remap from="/buggy/input/steering" to="/SC/buggy/input/steering"/>
<remap from="/NAND/nav/odom" to="/nav/odom"/>
<remap from="/buggy/input/steering" to="/NAND/buggy/input/steering"/>

<node name="serial_node" pkg="rosserial_python" type="serial_node.py">
<param name="port" type="string" value="/dev/ttyUSB0"/>
Expand Down

0 comments on commit 5a5a2ac

Please sign in to comment.