Skip to content

Commit

Permalink
fix doc for lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Sep 23, 2024
1 parent e80a8ec commit 3882e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//! 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.
//! ```
#[derive(serde::Deserialize)]
/// Configuration for the simulation
pub struct Config {
Expand Down

0 comments on commit 3882e45

Please sign in to comment.