Skip to content

Commit

Permalink
fix(path_sampler): set correct topics for input detected objects
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem committed Jul 9, 2024
1 parent 6a6b85b commit 7fca74a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<!-- topic remap -->
<remap from="~/input/path" to="path_smoother/path"/>
<remap from="~/input/odometry" to="/localization/kinematic_state"/>
<remap from="~/input/objects" to="/perception/object_recognition/objects"/>
<remap from="~/output/path" to="path_optimizer/trajectory"/>
<!-- params -->
<param from="$(var common_param_path)"/>
Expand Down

0 comments on commit 7fca74a

Please sign in to comment.