All notable changes to this project are documented in this file.
- Documentation files: CAMERA_IMU_CALIBRATION.md and NON_GPS_NAVIGATION.md
- Links to original Google Docs documentation
- Updated main README.md with improved documentation structure
- Complete NGPS ROS2 package (
ap_ngps_ros2)- ROS2 node for visual geo-localization using LightGlue/SuperPoint
- Launch files for NGPS localization and unified system
- Configuration files (ngps_config.yaml, unified_system_config.yaml)
- Installation scripts and dependencies
- Package metadata (CMakeLists.txt, package.xml)
- Test files for NGPS node and rotation detection
- Comprehensive README with usage instructions
- Integrated NGPS localization node with ROS2 ecosystem
- Added unified launch files for complete system integration
- Initial transformer-based feature matching implementation
- Jupyter notebook (
ap_ngps_2(3).ipynb) for experimentation and development
- Updated UKF README.md with additional documentation
-
UKF Package (
ap_ukf)- Unscented Kalman Filter implementation for sensor fusion
- Core state fusion logic (stateFuser.h, stateMath.h, stateTypes.h)
- ROS2 integration (fusionRos.h, fusionRos.cpp)
- Launch files and configuration
- Comprehensive test suite (localization_tests, ukf_tests, ukf_helpers_tests)
- README with state estimation documentation
-
VIO Package (
ap_vips)- Visual-Inertial Odometry system
- Camera models support
- Package structure and documentation
- Project structure expanded to support multi-sensor fusion architecture
- Initial project structure
- Basic README.md
- LICENSE file
- Foundation for NGPS flight system