opendlv icon indicating copy to clipboard operation
opendlv copied to clipboard

GPS data in .rec files

Open Dhathri19 opened this issue 11 months ago • 1 comments

The data I have has been collected using OpenDLV, an open-source microservice-based ecosystem for self-driving vehicles developed by Revere at Chalmers University of Technology. In a driving session, data has been collected from multiple sources/ sensors in .rec files. For example, images from each camera can be put in a separate .rec file, and other messages (like altitude, longitude, latitude, speed, etc.) can be clubbed together and be put in a single .rec file.

Each message has a unique message type/code.

How do I interpret this data and plot graphs to identify idle points of the vehicle?

Dhathri19 avatar Jul 13 '23 05:07 Dhathri19

You can find examples and example source code here: https://github.com/chalmers-revere/working-with-rec-filesOn 13 Jul 2023, at 07:08, Dhathri Meda @.***> wrote: The data I have has been collected using OpenDLV, an open-source microservice-based ecosystem for self-driving vehicles developed by Revere at Chalmers University of Technology. In a driving session, data has been collected from multiple sources/ sensors in .rec files. For example, images from each camera can be put in a separate .rec file, and other messages (like altitude, longitude, latitude, speed, etc.) can be clubbed together and be put in a single .rec file. Each message has a unique message type/code. How do I interpret this data and plot graphs to identify idle points of the vehicle?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

chrberger avatar Jul 20 '23 20:07 chrberger