Skip to content

Commit 14be247

Browse files
committed
Update docs
1 parent b9077f0 commit 14be247

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md docs/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autocopter
22

3-
Autocopter allow control your APM compatible copter with Telegram messenger. You can see how that works on [youtube](https://youtu.be/CE9x4rPizvQ) (russian audio).
3+
Autocopter allow to control your APM compatible copter with Telegram messenger. You can see how that works on [youtube](https://youtu.be/CE9x4rPizvQ) (russian audio).
44

55
This software must be running on companion computer connected to APM using Serial (USB), TCP or UDP. Recommended embedded platform is Raspberry Pi.
66

@@ -18,14 +18,15 @@ For creating config you will need:
1818
* connection_string - Read [the dronekit manual](http://python.dronekit.io/guide/connecting_vehicle.html).
1919

2020
Execute script:
21+
2122
```bash
2223
git clone https://github.com/urpylka/autocopter.git
2324

2425
# Installing python requirements
2526
pip install -r autocopter/requirements.txt
2627

2728
# Creating config
28-
cat <<EOF | sudo tee $(pwd)/autocopter/autocopter.json > /dev/null
29+
cat << EOF | sudo tee $(pwd)/autocopter/autocopter.json > /dev/null
2930
{
3031
"telegram":
3132
{
@@ -42,7 +43,7 @@ cat <<EOF | sudo tee $(pwd)/autocopter/autocopter.json > /dev/null
4243
EOF
4344

4445
# Creating service
45-
cat <<EOF | sudo tee /lib/systemd/system/autocopter.service > /dev/null
46+
cat << EOF | sudo tee /lib/systemd/system/autocopter.service > /dev/null
4647
[Unit]
4748
Description=Autocopter
4849
@@ -81,7 +82,7 @@ The program is based on the state machine.
8182
As an option, you can install MAVProxy for connecting your APM with many agents (i.e. laptop, dronekit).
8283

8384
```bash
84-
cat <<EOF | sudo tee /lib/systemd/system/mavgateway.service > /dev/null
85+
cat << EOF | sudo tee /lib/systemd/system/mavgateway.service > /dev/null
8586
[Unit]
8687
Description=MAVGateway
8788
@@ -99,5 +100,5 @@ sudo systemctl start mavgateway
99100

100101
## TODO
101102

102-
* Подумать и мб переделать стуктуру? Вынести States?
103-
* Подумать как связать с ros: через класс общий для dronekit и mavros?
103+
* Change the structure (move the states)
104+
* How to connect by ROS (common class for Dronekit + MAVROS)?

telegram.jpg docs/telegram.jpg

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)