Update README.md

This commit is contained in:
Smirnov Artem
2017-11-27 20:13:50 +03:00
committed by GitHub
parent 93403afbf8
commit 0a325be70b

View File

@@ -27,14 +27,14 @@ catkin_make -j1
Включить сервис roscore (если он не включен):
```bash
sudo systemctl enable catkin_ws/src/clever/deploy/roscore.service
sudo systemctl enable /home/pi/catkin_ws/src/clever/deploy/roscore.service
sudo systemctl start roscore
```
Включить сервис clever:
```bash
sudo systemctl enable catkin_ws/src/clever/deploy/clever.service
sudo systemctl enable /home/pi/catkin_ws/src/clever/deploy/clever.service
sudo systemctl start clever
```