Skip to content

Commit

Permalink
fix(autoware_map_based_prediction): output from screen to both (#8408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda authored Aug 26, 2024
1 parent a24e206 commit ac95a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="output_topic" default="objects"/>
<arg name="input_topic" default="/perception/object_recognition/tracking/objects"/>

<node pkg="autoware_map_based_prediction" exec="map_based_prediction" name="map_based_prediction" output="screen">
<node pkg="autoware_map_based_prediction" exec="map_based_prediction" name="map_based_prediction" output="both">
<param from="$(var param_path)"/>
<remap from="/vector_map" to="$(var vector_map_topic)"/>
<remap from="/traffic_signals" to="$(var traffic_signals_topic)"/>
Expand Down

0 comments on commit ac95a1f

Please sign in to comment.