-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I wasn't able to understand how we are supposed to get the drone positions.
explored options :
-
tf
in the current setup, no transforms are published. I believe that is quite weird given what I understood from the internals ofcrazyflie_driver. And from youcrazyflie.pymodule ( that had by the way a weird way to handle constructor arguments, seecrazyflie.toolmodule where I tried to correct it...but withouttfit still doesn`t work -
/cf/local_positiontopic
That way I get a 6-d vector, the 3 first being the pose. However, the last three don't seem to map to roll, pitch, yaw.
According tocrazyflie_add_single.launch, these value correspond to"stabilizer.roll", "stabilizer.pitch", "stabilizer.yaw"
Although the models in gazebo are perfectly horizontal, those values (roll, pitch) are non-null.
-
cf/posetopic (mentionned incrazyflie_visu.rvizfile)
I don't have this topic
Do you have any advice on that matter? That might be useful to mention that in the documentation