Search found 1 match

by mouraphilipe
Mon May 27, 2019 11:22 am
Forum: General discussions
Topic: Logging CSV file using Crazyflie lib
Replies: 1
Views: 1597

Logging CSV file using Crazyflie lib

Hello, I am currently adapting the "position_commander_demo.py" from Crazyflie lib to program my crazyflie to keep going back and forth two coordinates (let's say (-1, -1, 1) and (1, 1, 1)). I would like to know if there is a simple way to log its position (X, Y, Z) in a CSV file, similarl...