Skip to content

How to make the Crazyflie move slower with LPS? #1479

Answered by knmcguire
Fygas1 asked this question in Q&A
Discussion options

You must be logged in to vote

This is the api documentation of the commander framework you are using: https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/api/cflib/crazyflie/commander/

The full state setpoint will only indicate the setpoints that you want the crazyflie to be at that point in time, and PID doesn't technically support that (mellinger does). But I don't think that is what you want.

There are several ways for you to solve this:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Fygas1
Comment options

@knmcguire
Comment options

Answer selected by Fygas1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment