How do I save data logs using Sphinx?

I am a beginner of Sphinx and Olympe.

I think I could get the log by typing this command.
tlm-data-logger inet:127.0.0.1:9060

I want to save the flight data of the simulation, but I don’t know how to do it.
I want to save it in csv format if possible.

I would like to know what to do.

It is explained here: How to watch flight information — Parrot-Sphinx 1.2.1 documentation

The script tlmb2csv.py can be used to convert tlmb to csv files.

Thank you for your reply.
Sorry for my lack of knowledge, where do I need to run this program?

After cloning it:

git clone https://github.com/Parrot-Developers/telemetry.git

You can execute tlmb2csv.py it in the tools directory:

cd telemetry/tools
./tlmb2csv.py ~/.parrot-sphinx/telemetrylogs/sphinx-11345-log.tlmb
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.