Skip to content

Commit

Permalink
replace empty_objects_publisher to dummy_objects_publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Aug 24, 2024
1 parent 05c5562 commit 3f4ebde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<launch>
<group>
<push-ros-namespace namespace="perception"/>
<node pkg="dummy_perception_publisher" exec="empty_objects_publisher" name="empty_objects_publisher" output="screen">
<node pkg="booars_dummy_perception_publisher" exec="dummy_objects_publisher" name="dummy_objects_publisher" output="screen">
<remap from="~/input/objects" to="/aichallenge/objects"/>
<remap from="~/output/objects" to="/perception/object_recognition/objects"/>
</node>
</group>
Expand Down

0 comments on commit 3f4ebde

Please sign in to comment.