Skip to content

Commit

Permalink
tiny clean for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Nov 3, 2024
1 parent bc051e9 commit 8e7171f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Peng is a minimal quadrotor autonomy framework in Rust. It includes a simulator,
### Installation from Crates.io

```bash
cargo install rerun-cli # ensure you installed rerun-cli>=0.18.2 by checking rerun --version
cargo install rerun-cli # ensure you installed rerun-cli>=0.19.0 by checking rerun --version
cargo install peng_quad
peng_quad config/quad.yaml
```
Expand Down
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Configuration module
//!
//! This module contains the configuration for the simulation, quadrotor, PID controller, IMU, maze, camera, mesh, and planner schedule.
//! The configuration is loaded from a YAML file using the serde library.
//! The configuration is then used to initialize the simulation, quadrotor, PID controller, IMU, maze, camera, mesh, and planner schedule.
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ impl PlannerManager {
}
}
/// Obstacle avoidance planner that uses a potential field approach to avoid obstacles
///
/// The planner calculates a repulsive force for each obstacle and an attractive force towards the goal
/// The resulting force is then used to calculate the desired position and velocity
/// # Example
Expand Down

0 comments on commit 8e7171f

Please sign in to comment.