Skip to content

Commit

Permalink
other topic remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
saransh323 committed Feb 4, 2025
1 parent 9d2d989 commit 8a80f29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rb_ws/src/buggy/launch/nand_ghost_launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
<node pkg="buggy" exec="controller_node.py" name="SC_controller" output = "screen" namespace="SC">
<param from="$(var config_file)"/>
</node>

<node pkg="buggy" exec="path_planner.py" name="SC_path_planner" namespace="SC" output = "screen">
<param from="$(var config_file)"/>
</node>

<node pkg="ros2topic" exec="relay" name="relay_node">
<param name="from_topic" value="/NAND/self/state"/>
<param name="to_topic" value="/SC/other/state"/>
</node>

<node pkg="buggy" exec="engine.py" name="NAND_sim_single" output = "screen" namespace="NAND">
<param from="$(var config_file)"/>
</node>
Expand Down

0 comments on commit 8a80f29

Please sign in to comment.