Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveNguyen committed Feb 6, 2025
1 parent 1a5a82b commit ec10d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orbita2d_controller/examples/poulpe2d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,13 @@ fn main() -> Result<(), Box<dyn Error>> {

let fb = controller.set_target_orientation_fb([s, 0.0]).unwrap();
let axis = controller.get_axis_sensors().unwrap();

log::info!("Feedback: {:?}", fb);
log::info!("Axis: {:?}", axis);
println!(
"{:?} {:?} {:?} {:?} {:?} {:?}",
t as f64, s, fb.orientation[0], fb.orientation[1], axis[0], axis[1]
);


thread::sleep(Duration::from_millis(1));
}
Expand Down

0 comments on commit ec10d57

Please sign in to comment.