Skip to content

Commit 27c10c6

Browse files
committed
update README
1 parent e53b5a7 commit 27c10c6

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# [![Peng](assets/Peng.svg)](https://github.com/makeecat/Peng)
2-
![GitHub last commit](https://img.shields.io/github/last-commit/makeecat/peng)
3-
![](https://img.shields.io/badge/Rust-1.80+-orange.svg)
42
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/makeecat/Peng#license)
53
[![Crates.io](https://img.shields.io/crates/v/peng_quad.svg)](https://crates.io/crates/peng_quad)
64
[![Downloads](https://img.shields.io/crates/d/peng_quad.svg)](https://crates.io/crates/peng_quad)
@@ -9,7 +7,7 @@
97
[![dependency status](https://deps.rs/repo/github/makeecat/peng/status.svg)](https://deps.rs/repo/github/makeecat/peng)
108
[![Gitter](https://img.shields.io/gitter/room/peng/peng)](https://app.gitter.im/#/room/#peng:gitter.im)
119
## 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.
1311
![demo](assets/Peng_demo.gif)
1412
## Getting Started
1513

@@ -88,31 +86,6 @@ We chose the name Peng because our pipeline is flexible and can transform to sui
8886

8987
Reference: https://en.wikipedia.org/wiki/Peng_(mythology)
9088

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-
11689
## Blog posts
11790
- [Peng #1: Minimal quadrotor pipeline in Rust](https://yangrobotics.com/peng-1-minimal-quadrotor-pipeline-in-rust)
11891
- [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

Comments
 (0)