Skip to content

Fix Lidar stream bug

MelanieCarriere requested to merge FixLidarStreamBug into master

Lidar data was not displayed anymore With new LVCore LidarPort and GPSPort are no longer differenciated. There is a unique Listening Port. If we want to listen both Lidar and GPS data, we should open 2 streams

We have to update the UI too.

Merge request reports