Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRTP port for controlling motors directly #1332

Open
knmcguire opened this issue Nov 29, 2023 · 2 comments
Open

CRTP port for controlling motors directly #1332

knmcguire opened this issue Nov 29, 2023 · 2 comments

Comments

@knmcguire
Copy link
Member

Currently, it is only possible to control the motors through the parameter framework from outside the Crazyflie, which does not work out nicely... If somebody is having an offboard controller with motor-mixing included, it is now only possible to use the commander port for roll pitch and yaw. https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/crtp/crtp_commander/. The lowest that someone can go is to use the commander port and set the stabilization mode for roll and pitch to rate through parameters: https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/api/params/#flightmode

What I'm suggesting is to have a crtp-port that overrides the motors' input

@knmcguire
Copy link
Member Author

@knmcguire
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant