|
1 | 1 | # [](https://github.com/makeecat/Peng)
|
2 |
| - |
3 |
| - |
4 | 2 | [](https://github.com/makeecat/Peng#license)
|
5 | 3 | [](https://crates.io/crates/peng_quad)
|
6 | 4 | [](https://crates.io/crates/peng_quad)
|
|
9 | 7 | [](https://deps.rs/repo/github/makeecat/peng)
|
10 | 8 | [](https://app.gitter.im/#/room/#peng:gitter.im)
|
11 | 9 | ## What is Peng
|
12 |
| -Peng is a minimal Rust-based quadrotor simulation pipeline. It includes a simulator, controller, and planner, providing a basic framework for simulating quadrotor dynamics and control. |
| 10 | +Peng is a minimal quadrotor autonomy framework in Rust. It includes a simulator, controller, and planner, providing a basic framework for simulating quadrotor dynamics and control. |
13 | 11 | 
|
14 | 12 | ## Getting Started
|
15 | 13 |
|
@@ -88,31 +86,6 @@ We chose the name Peng because our pipeline is flexible and can transform to sui
|
88 | 86 |
|
89 | 87 | Reference: https://en.wikipedia.org/wiki/Peng_(mythology)
|
90 | 88 |
|
91 |
| -## Line Count |
92 |
| -I would like to thank [tokei](https://github.com/XAMPPRocky/tokei) for providing the line count statistics! |
93 |
| -My goal is to keep the project minimal and easy to understand by keeping the code line count below 1500. |
94 |
| -The markdown lines are used for generating the documentation. |
95 |
| -```markdown |
96 |
| -=============================================================================== |
97 |
| - Language Files Lines Code Comments Blanks |
98 |
| -=============================================================================== |
99 |
| - SVG 1 1 1 0 0 |
100 |
| - TOML 1 38 37 0 1 |
101 |
| - YAML 1 121 98 9 14 |
102 |
| -------------------------------------------------------------------------------- |
103 |
| - Markdown 4 283 0 215 68 |
104 |
| - |- BASH 1 6 6 0 0 |
105 |
| - |- Markdown 1 18 0 18 0 |
106 |
| - (Total) 307 6 233 68 |
107 |
| -------------------------------------------------------------------------------- |
108 |
| - Rust 3 1516 1492 8 16 |
109 |
| - |- Markdown 2 1200 0 1192 8 |
110 |
| - (Total) 2716 1492 1200 24 |
111 |
| -=============================================================================== |
112 |
| - Total 10 1959 1628 232 99 |
113 |
| -=============================================================================== |
114 |
| - ``` |
115 |
| - |
116 | 89 | ## Blog posts
|
117 | 90 | - [Peng #1: Minimal quadrotor pipeline in Rust](https://yangrobotics.com/peng-1-minimal-quadrotor-pipeline-in-rust)
|
118 | 91 | - [Peng #2: Error Handling, Configuration System and Obstacle Avoidance Planner](https://yangrobotics.com/peng-2-error-handling-configuration-system-and-obstacle-avoidance-planner)
|
|
0 commit comments