scripts: Use the roscore.service file from clover distribution

This commit is contained in:
Alexey Rogachevskiy
2020-06-08 17:22:23 +03:00
parent c3a1f46c59
commit 7615cc126c
3 changed files with 2 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
[Unit]
Description=Launcher for the ROS master, parameter server and rosout logging node
[Service]
User=clever
ExecStart=/bin/sh -c ". /opt/ros/melodic/setup.sh; ROS_HOSTNAME=`hostname`.local exec roscore"
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target