readme: fix roscore.service path

This commit is contained in:
Oleg Kalachev
2019-08-06 21:51:39 +03:00
parent 76ab7f46a6
commit 8c50ca3a9e

View File

@@ -73,7 +73,7 @@ Alternatively you may change the `fcu_url` property in `mavros.launch` file to p
Enable systemd service `roscore` (if not running):
```bash
sudo systemctl enable /home/<username>/catkin_ws/src/clever/deploy/roscore.service
sudo systemctl enable /home/<username>/catkin_ws/src/clever/builder/assets/roscore.service
sudo systemctl start roscore
```