Hello all,
I am using an OS2 to collect point clouds from roads and streets.
Right now, I manually align the point cloud with a geo-referenced map, but this process is slow and results in really bad precision.
I have a GPS/RTC receiver connected through the multiport IO + pulse sync and I can sucessfully read the NMEA sentences via the ouster API, including all the “locked” status mentioned in the end of this post.
My question is: is it possible to include the GPS data from the receiver in the recorded PCAP file or ROS bags? Ideally, I’d like to feed a mapping algorithm with point cloud + IMU + GPS data. I am unsure if the NMEA sentence is just used for timestamping or if it can be fully integrated onto the final recording. If it is I don’t see it mentioned in the documentation, only the timestamping part.
As a fallback, I can record the data from the GPS separately and align it with timestamps (since both GPS and OS2 are now synchronized), but this would require some architectural changes and a way to merge both data streams.
TLDR: Can more GPS data be recorded via the PCAP (preferably) or the ROS bag? Currently only the timestamp is exported, but is it possible to also include location or even the full NMEA sentences?
Thank you very much!