-
Notifications
You must be signed in to change notification settings - Fork 46
Roadmap
Daniel Koch edited this page Aug 28, 2017
·
11 revisions
- Initial fully-functional C implementation
- C++ port
- State manager (implemented as finite state machine)
- Motor assignment renumbering
- Mixer renumbering
- Unit tests
- Bug fixes
- Sensor outlier rejection
- Comm link layer abstraction
- Strict compilation
- C++ math library
- Interface structure as per Shital's suggestion?
- Fixed-wing attitude estimation and control
- Auxiliary servo override functionality
- GPS?
- Full state estimator, vehicle1-frame velocity controller, altitude controller?
- Sensor driver abstraction (e.g. common MPU6050 driver uses common I2C driver interface implemented for each board)
- Port to STM32F4 processors and Pixhawk autopilot