Replies: 1 comment
-
HI! Yes the switching between high level and low level is indeed tricky if the priorities are not relaxed. For the velocity multiplexer script, we first send the notifysetpoint stop (which is indicating that we won't be sending low level commands anymore) and then send the landing request. crazyswarm2/crazyflie/scripts/vel_mux.py Lines 76 to 78 in 1069b67 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I sincerely ask why the command I issued through the
/cmd_hover
topic can make the crazyfly move to the target position normally, but theland
command during subsequent landing fails and the crazyfly falls directly. Does this have to do with the priority of high-level and low-level commands? What might be the reason?Beta Was this translation helpful? Give feedback.
All reactions