Remove info clover.service as it's only for Raspbian

This commit is contained in:
Oleg Kalachev
2020-08-06 15:24:44 +03:00
committed by GitHub
parent 768c0be5a5
commit 6b5e3464f1

View File

@@ -57,12 +57,3 @@ roslaunch clover clover.launch
```
> Note that the package is configured to connect to `/dev/px4fmu` by default (see [previous section](#manual-installation)). Install udev rules or specify path to your FCU device in `mavros.launch`.
Also, you can enable and start the systemd service:
```bash
sudo systemctl enable /home/<username>/catkin_ws/src/clover/builder/assets/clover.service
sudo systemctl start clover
```
Note, that it's intended for Raspbian OS, so it uses `pi` username by default.