Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,21 @@ This project is a pure rust implementation of a quadcopter.
### Motors
- Crazepony Emax Mt2213 935kv Brushless Motor

## Installation
## Installation (Pi)
1) Install Rust https://www.rust-lang.org/en-US/install.html
2) Install Protobuf 3. For the Pi, you may need to install from source since there are no ARM releases.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use protobuf anymore (at least now). Also we have that install_deps....sh script which should take care of 1 and 2.

3) Clone Safe Flight
3) Clone Safe Flight: `git clone https://github.com/martindeegan/drone.git`
3) `cd drone/copter`
3) Build with cargo:
~~~
```bash
cd copter
cargo build --release
~~~
```
4) Run with sudo:
~~~
```
sh run-release.sh
~~~
```

## Configuration
Modify copter.json to suit your specific configuration.
Modify make a copy of `cp copter/configuration/config_default.toml copter/configuration/config.toml` and update it to suite your configuration.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suit not suite

- Under motors, list the GPIO ports you used on your Raspberry Pi