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

Port filter from python to cpp #7

Open
oyeb opened this issue Dec 11, 2015 · 0 comments
Open

Port filter from python to cpp #7

oyeb opened this issue Dec 11, 2015 · 0 comments
Assignees

Comments

@oyeb
Copy link
Owner

oyeb commented Dec 11, 2015

Constraints

  • struct quad_state is maintained by saber.cpp.
  • saber.cpp includes this module and calls filter(&quad_state, mpu_GetReadings()).
  • attitude.cpp must maintain it's locals just as attitude.py does.
  • In the end, this module should provide
    • filtered rotational velocities, linear accelerations.
    • estimated roll, pitch and yaw angles. We don't need roll, pitch, yaw axis vectors, that's only needed on the ground_station for visualisation.

Start by just dumping everything into quad_state without filtering. Then add filter().

@oyeb oyeb added this to the Onboard computation milestone Dec 11, 2015
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

2 participants