Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Aug 27, 2024
1 parent cc10c98 commit ed9cfed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ Peng is a minimal Rust-based quadrotor simulation pipeline. It includes a simula
terminal 1
```
cargo install rerun-cli
rerun --version # ensure the version is later than 0.18.0
rerun
```
terminal 2
```
cargo run --release
cargo install peng_quad
peng_quad
```
Please follow [rerun troubleshooting](https://rerun.io/docs/getting-started/troubleshooting) if you are using Linux or WSL2.

If you want to build from latest source
```
git clone https://github.com/makeecat/Peng.git
cargo run --release
```

## Overview

### Quadrotor Simulator
Expand Down

0 comments on commit ed9cfed

Please sign in to comment.