Need Help Understanding COMMAND_GO_TO = 4 in crazyflie-lib-python/cflib/crazyflie/high_level_commander.py #1590
Unanswered
jimdaokeke
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We plan using piecewise 7th order no-jerk polynomials. This is based on a pr from the Crazyswarm team, so their docstring should also apply. You can also look at how the command is interpreted on the CF side. The specific bit of code you included is there for compatibility reasons. In bitcraze/crazyflie-lib-python#470 and bitcraze/crazyflie-firmware#1410, a new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on a research project involving Cognitive Map Learning (CML) using Bitcraze's Crazyflie drones. We're trying to control the drones in a Webots simulation but are encountering some issues.
While going through the code, specifically the crazyflie-lib-python/cflib/crazyflie/high_level_commander.py file, we came across the line COMMAND_GO_TO = 4. and the following
We've been trying to understand the exact meaning of this command and how does it accomplished, but we've had no luck finding documentation or an explanation of how it works.
Could anyone help explain what COMMAND_GO_TO = 4 is used for and how does done? Does it relate to specific movement commands, and how should we be using it in practice for navigating the drone?
We’d really appreciate any guidance or resources that could shed some light on this.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions