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

small update

parent 44a79465
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ const LIDAR_ADDRESS: &str = "127.0.0.1:8080"; ...@@ -26,8 +26,8 @@ const LIDAR_ADDRESS: &str = "127.0.0.1:8080";
const LIDAR_BUF_SIZE: usize = 4096; const LIDAR_BUF_SIZE: usize = 4096;
//Arduinos //Arduinos
const COUNTER_SERIAL_PORT: &str = "/dev/ttyACM0"; const COUNTER_SERIAL_PORT: &str = "/dev/ttyACM1";
const DRIVER_SERIAL_PORT: &str = "/dev/ttyACM1"; const DRIVER_SERIAL_PORT: &str = "/dev/ttyACM0";
//controller //controller
const REMOTE_OPERATOR_ADDRESS: &str = "10.9.0.3:50007"; // remember to double check port! const REMOTE_OPERATOR_ADDRESS: &str = "10.9.0.3:50007"; // remember to double check port!
...@@ -265,7 +265,7 @@ fn main() { ...@@ -265,7 +265,7 @@ fn main() {
println!("R: {}", state.1); println!("R: {}", state.1);
}, },
Err(e) => { Err(e) => {
println!("Could not read all bytes: {:?}", e); println!("Tracker: Could not read all bytes: {:?}", e);
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment