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

Remove all hardcoded bit shifts for float to int conversions #1895

Open
kirkscheper opened this issue Oct 10, 2016 · 0 comments
Open

Remove all hardcoded bit shifts for float to int conversions #1895

kirkscheper opened this issue Oct 10, 2016 · 0 comments
Labels
Enhancement Improve upon exiting functionality

Comments

@kirkscheper
Copy link
Member

Recently, many hardcoded position float to int (and vice-versa) were added with the hybrid guidance, this should be removed. We should also ensure that there are no hardcoded conversions in other files for positio, speed, accel or angles. The helper functions should be used instead to allow us to change the resolution of those int's on the fly which is super useful for indoor flight for example (position resolution is preferred over range, e.g simple odometry).

@OpenUAS OpenUAS added the Enhancement Improve upon exiting functionality label Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve upon exiting functionality
Projects
None yet
Development

No branches or pull requests

2 participants