chalmers-revere / opendlv

OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
http://opendlv.org
GNU General Public License v3.0
80 stars 16 forks source link

GPS data in .rec files #161

Open Dhathri19 opened 1 year ago

Dhathri19 commented 1 year ago

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?

chrberger commented 1 year ago

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: @.***>