template-service-ros1-catkin/copier.yml

11 lines
851 B
YAML
Raw Normal View History

2024-03-06 16:42:32 -04:00
_subdirectory: src
_answers_file: .copier/answers.service-ros1-catkin.yml
2024-03-06 16:56:26 -04:00
#We use a custom launch script to ensure that rosrun logs to console and have it not accidently launch the master node itself, which can be hard to diagnose
2024-03-06 16:42:32 -04:00
RUN_COMMAND: /launch video_stream_opencv stereo_cameras.launch port_camera_device:="/dev/video0" starboard_camera_device:="/dev/video1"
2024-03-06 16:56:26 -04:00
#Source can be either a local folder or a git repo, if you path starts with `git+`
2024-03-06 16:42:32 -04:00
SOURCE: ./
2024-03-06 16:56:26 -04:00
#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.
2024-03-06 16:42:32 -04:00
HEALTHCHECK: --start-period=60s CMD /ros_entrypoint.sh rostopic list