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

Updated server and mapper to support real lidar messages.

parent b571b9f7
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ fn main() {
let mut recording = false;
for r in stream.try_clone().expect("stream clone failed").bytes() {
for r in stream.bytes() {
match r {
Ok(b) => {
if b == 2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment