Skip to content
Discussion options

You must be logged in to vote

Hello @Saswati-Project!

The Crazyflie 2.1 Brushless needs to be armed before taking off, so that's the missing part in your script. You can add this right before taking off:

# Arm the Crazyflie
        scf.cf.supervisor.send_arming_request(True)
        time.sleep(1.0)

Let us know if this resolves the issue.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Saswati-Project
Comment options

Answer selected by Saswati-Project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants