Skip to content

Commit

Permalink
fix: change camera_info topic name (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: yukke42 <[email protected]>
  • Loading branch information
yukke42 authored Jun 26, 2023
1 parent 48e241c commit 91e273e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge_auto_launch/launch/perception_at128_sample.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<arg name="input/rois0" value="/perception/object_recognition/detection/rois0"/>
<arg name="input/camera_info0" value="/sensing/camera/camera0/camera_info"/>
<arg name="input/rois1" value="/perception/object_recognition/detection/rois1"/>
<arg name="input/camera_info1" value="/sensing/camera/camera0/camera_info"/>
<arg name="input/camera_info1" value="/sensing/camera/camera1/camera_info"/>
</include>
</group>
</group>
Expand Down

0 comments on commit 91e273e

Please sign in to comment.