Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@whoenig Hi, I am using a pa to control 20 'cf's to test (when I use multiple PAs, it sometimes causes cfs to crash).
I'm using the cmdposition() command throughout because I find that the takeoff( ) and cmdposition() commands create errors when bridging.
I found a problem: when I use cmdposition() to control the cf to take off, sometimes ~10% probability, three or four cfs out of 20 drones don't take off and stay on the ground without moving. And when I use takeoff() for takeoff, every cf can take off.
I am not sure the reason why takeoff succeeds every time? I noticed in reading the code that each takeoff() instruction is actually repeated 15 times. I would like to ask for the following questions.
Why is each takeoff() instruction repeated 15 times? Is it to overcome the loss of communication? In which part of the process does the loss of control instructions usually occur?
2. Does takeoff() take off better than cmdposition() because t repeats 15 times
Beta Was this translation helpful? Give feedback.
All reactions