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

added port and address constants

parent 6d825633
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ fn main() {
// request lidar data
//thread::sleep(time::Duration::new(3,0));
let _ = stream.write_all("\x02sRN LMDscandata\x03");
let stream_write_response = stream.write(&[65 as u8, 66 as u8]);
println!("mapper wrote {:?} to stream.", stream_write_response);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment