Skip to content

Commit

Permalink
swapped yolo to throttled camera
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 3, 2025
1 parent 38fb0f9 commit 83c5786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/uav_sessions/hailo_ai_yolo/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- ./stack.env
tty: true
privileged: true
command: bash -c "sleep 5.0; source /etc/docker/catkin_workspace/devel/setup.bash && waitForRos && roslaunch mrs_yolo_detector detector.launch camera_node:=camera_front"
command: bash -c "sleep 5.0; source /etc/docker/catkin_workspace/devel/setup.bash && waitForRos && roslaunch mrs_yolo_detector detector.launch camera_node:=camera_front_throttled"

# starts a plaintext logger
dogtail:
Expand Down

0 comments on commit 83c5786

Please sign in to comment.