Localization of a UAV during its transition between an Outdoor Environment and a GPS Denied Environment
- Stablize the motion of an Unmanned Aerial Vehicle during its transition through an Outdoor Environment and a GPS denied environment.
- Localization in an indoor environment to be achieved through the fusion of an IMU with a Monocular Camera
- Rely on a co-variance based switching algorithm. Odometry to be provied by IMU and Camera until GPS readings within a considerable co-variance range are received.
- ROS Melodic
- Gazebo 9
- Pixhawk Flight Controller
- Estimated the trajectory of the UAV using self-generated datasets from Gazebo using Monocular Visual Odometry upto a relative scale.
- Fused this odometry information with that of an IMU through an Extended Kalman Filter.
- Implemented teleoperation on the offboard mode of a Pixhawk.
- Integrating the fused odometry information with the offboard mode by disabling GPS information.
- Tightly coupled fusion of an IMU with that of a Camera using Pose Graphs.