Skip to content

Commit

Permalink
0.3.1 add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Aug 29, 2024
1 parent 24109ac commit 983c2b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peng_quad"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.76"
authors = ["Yang Zhou <[email protected]>"]
Expand All @@ -15,7 +15,7 @@ categories = [
"aerospace::unmanned-aerial-vehicles",
"algorithms",
]
keywords = ["quadrotor", "uav", "minimal", "simulation"]
keywords = ["quadrotor", "quadcopter", "robotics", "uav", "minimal", "simulation"]
readme = "README.md"

[dependencies]
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
![GitHub last commit](https://img.shields.io/github/last-commit/makeecat/peng)
![](https://img.shields.io/badge/Rust-1.80+-orange.svg)
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/makeecat/Peng#license)
[![Docs](https://github.com/makeecat/Peng/actions/workflows/docs.yml/badge.svg)](https://makeecat.github.io/Peng/)
[![Crates.io](https://img.shields.io/crates/v/peng_quad.svg)](https://crates.io/crates/peng_quad)
[![Downloads](https://img.shields.io/crates/d/peng_quad.svg)](https://crates.io/crates/peng_quad)
[![Docs](https://docs.rs/peng_quad/badge.svg)](https://docs.rs/peng_quad/latest/peng_quad/)
[![CI](https://github.com/makeecat/Peng/actions/workflows/CI.yml/badge.svg)](https://github.com/makeecat/Peng/actions/workflows/CI.yml)
[![dependency status](https://deps.rs/repo/github/makeecat/peng/status.svg)](https://deps.rs/repo/github/makeecat/peng)
## What is Peng
Expand All @@ -27,6 +29,8 @@ git clone https://github.com/makeecat/Peng.git
cargo run --release config/quad.yaml
```

You can configure the simulation through config file, see quad.yaml for example.

## Overview

### Quadrotor Simulator
Expand Down Expand Up @@ -65,9 +69,6 @@ Logs comprehensive simulation data including quadrotor state, desired positions,
- [ ] Environment Effect simulation such as wind field
- [ ] Add motor speed simulation
- [ ] MPC controller
- [ ] Advanced obstacle avoidance planner such as RRT*
- [ ] Dynamic Maze generation
- [ ] Modularize the pipeline

## License

Expand Down

0 comments on commit 983c2b6

Please sign in to comment.