Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Feb 19, 2025
1 parent 9227a44 commit 8647926
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Peng is a minimal quadrotor autonomy framework written in Rust that provides rea
### Installation from Crates.io

```bash
# Install rerun-cli
cargo install rerun-cli
cargo install peng_quad
peng_quad config/quad.yaml
Expand All @@ -60,7 +59,6 @@ peng_quad config/quad.yaml
### Installation from Source

```bash
# Install rerun-cli
cargo install rerun-cli
git clone https://github.com/makeecat/Peng.git
cd Peng
Expand All @@ -75,7 +73,7 @@ cargo run --release config/quad.yaml
- Configure trajectory planner parameters such as waypoints, obstacles, and trajectory type.
- Configure visualization parameters such as camera intrinsics and depth rendering.

## 🔧 Troubleshooting
## 🔧 Rerun Troubleshooting

If you encountered any issue with the rerun:

Expand Down Expand Up @@ -109,10 +107,6 @@ Except where noted (below and/or in individual files), all code in this reposito

This means you can select the license you prefer!

## 🐦 Why call it Peng?

Peng (鵬/鹏, péng), or Dapeng (大鵬), represents a mythical Chinese bird that transforms from a giant Kun (鯤/鲲) fish. This name reflects our framework's adaptability and transformative capabilities.

## 📝 Blog Posts

- [Peng #1: Minimal quadrotor pipeline in Rust](https://yangrobotics.com/peng-1-minimal-quadrotor-pipeline-in-rust)
Expand Down

0 comments on commit 8647926

Please sign in to comment.