Skip to content

Commit

Permalink
Update vrx_classifier.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
thadavale authored Oct 21, 2024
1 parent 4e18df1 commit 67f50d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<arg name="device" default="cpu" />
<arg name="use_yolo" default="False"/>

<remap from="/wamv/sensors/cameras/front_left_camera/image_raw" to="camera/front/left/image_raw"/>
<remap from="/wamv/sensors/cameras/front_left_camera/image_raw" to="/camera/front/left/image_raw"/>

<!-- Use YOLOv7 -->
<include if="$(arg use_yolo)" file="$(find yolov7_ros)/launch/yolov7.launch">
Expand Down

0 comments on commit 67f50d7

Please sign in to comment.