Hover instead of turning off motors
Posted: Wed Dec 16, 2020 4:29 pm
From this thread: viewtopic.php?f=10&t=3486
It seems odd to me, that the crazyflie is not trying to hover in those cases. I mean it has all those sensors, so it should now, its at this or that height. Turning off motors at a height of lets say 3 Meters does not make sense to me.
I saw in the crazyswarm documentation:
goTo(goal, yaw, duration, relative=False, groupMask=0)
Move smoothly to the goal, then hover indefinitely.
How did they achieve this?
Kind regards
Are we able to change this?arnaud wrote: ↑Thu May 02, 2019 7:44 am If you are using low level commander setpoint and there is no packet for more than 1/2 seconds it is indeed possible to get into trouble: after 1/2 seconds the Crazyflie will try to level its attitude and after 1 second it will cut the motors.
This is not related to the hardware watchdog that guard the software and would reset the micorocontroller, this is a protection mechanism in the commander implementation so the Crazyflie should not reset, but it can make it physically crash.
It seems odd to me, that the crazyflie is not trying to hover in those cases. I mean it has all those sensors, so it should now, its at this or that height. Turning off motors at a height of lets say 3 Meters does not make sense to me.
I saw in the crazyswarm documentation:
goTo(goal, yaw, duration, relative=False, groupMask=0)
Move smoothly to the goal, then hover indefinitely.
How did they achieve this?
Kind regards