Skip to content
Snippets Groups Projects
Commit 87b6d553 authored by Robert Hedman's avatar Robert Hedman
Browse files

controller output update

parent e6e2c896
No related branches found
No related tags found
No related merge requests found
...@@ -157,9 +157,9 @@ fn main() { ...@@ -157,9 +157,9 @@ fn main() {
// get motors current speeds // get motors current speeds
println!("Controller: requesting pos data."); //println!("Controller: requesting pos data.");
controller_request_location_tx.send(10 as u8).unwrap(); //controller_request_location_tx.send(10 as u8).unwrap();
state = controller_send_location_rx.recv().unwrap(); //state = controller_send_location_rx.recv().unwrap();
// PID controller // PID controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment