mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
13 lines
367 B
Desktop File
13 lines
367 B
Desktop File
[Unit]
|
|
Description=Clover ROS package
|
|
Requires=roscore.service
|
|
|
|
[Service]
|
|
User=pi
|
|
ExecStart=/bin/bash -c ". /home/pi/catkin_ws/devel/setup.sh; \
|
|
ROS_HOSTNAME=`hostname`.local exec stdbuf -o L roslaunch clover clover.launch --wait --screen --skip-log-check \
|
|
2> >(tee /tmp/clover.err)"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|