builder: Add visual_pose_watchdog service

This commit is contained in:
Arthur Golubtsov
2019-11-15 11:12:13 +03:00
parent fcba38fdfa
commit be33f81fb8

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Clever ROS package
Requires=roscore.service
After=network.target
[Service]
User=pi
ExecStart=/bin/bash -c ". /home/pi/catkin_ws/devel/setup.sh; \
ROS_HOSTNAME=`hostname`.local /usr/bin/python /home/pi/clever-show/Drone/visual_pose_watchdog.py"
[Install]
WantedBy=multi-user.target