Skip to content

Commit

Permalink
change eve_launch.py to eve.launch.py (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert <[email protected]>
  • Loading branch information
albertnguyentran and atglizzy authored Jun 10, 2024
1 parent 00766f8 commit 10e042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker-compose.perception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- driver: nvidia
count: 1
capabilities: [ gpu ]
command: /bin/bash -c "ros2 launch camera_object_detection eve_launch.py"
command: /bin/bash -c "ros2 launch camera_object_detection eve.launch.py"
volumes:
- /mnt/wato-drive2/perception_models/yolov8m.pt:/perception_models/yolov8m.pt
- /mnt/wato-drive2/perception_models/traffic_light.pt:/perception_models/traffic_light.pt
Expand Down

0 comments on commit 10e042e

Please sign in to comment.