You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great work of developing the quadrotor simulatior.
I have several questions about the crazyflie model and simulation.
When I check the figure of thr drone in paper and official site of bitcraze, I noticed that the order of motors are different (in the reverse order). When checking the _physics() in BaseAviary.py the sign of z_torque is different from paper https://arxiv.org/pdf/1608.05786, I wonder if the rotation direction of motors is different from the official website?
I am not familar with the Euler angles in pybullet. I wonder in this simulator, what is the order of rotations axes, is it intrinsic or extrinsic rotation?
When I use dyn as physics, the drones fell down to underground. Are there bugs in the dynamic?
The text was updated successfully, but these errors were encountered:
not Bitcraze documentation directly, if you are using a specific firmware, you could indeed have to remap the inputs as it is done in BetaAviary and CFAviary
Thanks @xchl19, it seems you are correct and "dyn" is not working as expected This PR was the most recent change to its implementation but even reverting it does not seem to fix the issue, I'll need to investigate a bit deeper if something about the robot description or bullet has changed
Hello,
Thanks for your great work of developing the quadrotor simulatior.
I have several questions about the crazyflie model and simulation.
When I check the figure of thr drone in paper and official site of bitcraze, I noticed that the order of motors are different (in the reverse order). When checking the
_physics()
in BaseAviary.py the sign of z_torque is different from paper https://arxiv.org/pdf/1608.05786, I wonder if the rotation direction of motors is different from the official website?I am not familar with the Euler angles in pybullet. I wonder in this simulator, what is the order of rotations axes, is it intrinsic or extrinsic rotation?
When I use
dyn
as physics, the drones fell down to underground. Are there bugs in the dynamic?The text was updated successfully, but these errors were encountered: