Page 1 of 1

How to make the position information of crazyflie into a three-dimensional graph.

Posted: Thu Sep 03, 2020 2:07 am
by itsuki yamakawa
Thank you for seeing.
This is my first issue submission.

I have a question about getting the position of crazyflie.

In order to check the accuracy of crazyflie's autonomous flight, I acquired the trajectory of crazyflie in the form of a graph, but I don't know how.

crazyflie is skipped using initial_position.py of crazyflie-lib-python example, and position information is acquired using basic log sync.

I would like to know how to create a graph and a sample program.

Re: How to make the position information of crazyflie into a three-dimensional graph.

Posted: Thu Sep 03, 2020 2:31 pm
by kristoffer
Graphing trajectories is a bit out of scope for this forum but you may want to check out https://matplotlib.org/ or http://vispy.org/ for instance