Copy whole project into catkin folder

This commit is contained in:
Alex Davies 2024-09-17 14:08:59 -03:00
parent 6f693ad571
commit f3b197775e
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ PROJECT_NAME: My sample project
#This just checks if it can contact the ROS master, ideally we'd check for something specific to your ROS node.
#This can be tricky when you set ROS node paramaters from environment variables or the like, you may need to write a shell script.
# I'll try to make auto-generating health checks a bit easier in the future.
HEALTHCHECK: --start-period=60s CMD /ros_entrypoint.sh rostopic list
HEALTHCHECK: --start-period=60s CMD rostopic list

View File

@ -7,7 +7,7 @@ services:
environment:
- "ROS_MASTER_URI=http://ros-master:11311"
volumes:
- ./src:/root/catkin_ws/src/myproject
- ./:/root/catkin_ws/src/myproject
command: bash -c "tail -f /dev/null"
networks:
- sdk