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

Properly calibrate max/min pitch, roll & yaw #1

Open
jonalmeida opened this issue Nov 17, 2014 · 0 comments
Open

Properly calibrate max/min pitch, roll & yaw #1

jonalmeida opened this issue Nov 17, 2014 · 0 comments
Labels

Comments

@jonalmeida
Copy link
Owner

We have temporary values setup with a max thrust of 47000, but the the pitch, roll and yaw values need to be converted to values that the Crazyflie expects.

Currently using 10, 10, 100, but we can play with the CF on an xbox controlled and adjust the values from there.

This is where we need to change it:

self._cf.commander.send_setpoint(
     int(self._control_listener.roll()*10),
     int(self._control_listener.pitch()*10),
     int(self._control_listener.yaw()*100),
     int(self._control_listener.y() * 47000))
@jonalmeida jonalmeida added the bug label Nov 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant