Skip to content

Commit

Permalink
chore(trajectory_repeater): change remap
Browse files Browse the repository at this point in the history
future work: parameterize

Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
  • Loading branch information
mkuri committed Jun 28, 2024
1 parent c8885e5 commit ce6dc87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

<node pkg="trajectory_repeater" exec="trajectory_repeater_node" name="trajectory_repeater" output="screen">
<remap from="~/input/trajectory" to="/main/planning/scenario_planning/trajectory"/>
<remap from="~/output/trajectory" to="/planning/scenario_planning/trajectory"/>
<remap from="~/output/trajectory" to="/planning/trajectory_repeater/trajectory"/>
</node>
</launch>

0 comments on commit ce6dc87

Please sign in to comment.