Light weight Python simulator for small UAVs
Completed Feature List:
- Autopilot for fixed wing
- Sensors (GPS, IMU) with error models
- Path following and Path manager implemented
- Changed interfaces so that Users can write apps with the base classes provided
The simulator is near complete with all the necessary bare minimum functional implementation. It should be straightforward to extend its functionality.
Extensions:
- State estimation using kalman filter/variants
- Pathplanner class with RRT
- Wind models is not there due to their slightly complex nature - this will be added at the very end
- support for quadrotos
Reference: Small Unmanned Arcraft - Theory and Practice by Randal W. Beard and Timothy W. McLain