From 8c50ca3a9e1c963de4fc1250d0bbd9c41b40c742 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 6 Aug 2019 21:51:39 +0300 Subject: [PATCH] readme: fix roscore.service path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 398e1408..3cef8e36 100644 --- a/README.md +++ b/README.md @@ -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//catkin_ws/src/clever/deploy/roscore.service +sudo systemctl enable /home//catkin_ws/src/clever/builder/assets/roscore.service sudo systemctl start roscore ```