Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Dussieux committed Feb 13, 2024
1 parent 680b1c9 commit a6e1036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orbita2d_c_api/src/controller.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::{ffi::CStr, sync::Mutex};

use motor_toolbox_rs::PID;
use once_cell::sync::Lazy;
use orbita2d_controller::{AngleLimit, Orbita2dController};
use motor_toolbox_rs::{PID};


use crate::sync_map::SyncMap;

Expand Down

0 comments on commit a6e1036

Please sign in to comment.