top of page
Mission Planner
SCREENINGS
Watch The Film In A Theatre Near You

The code’s performance is tested using a simulator called Mission Planner. A virtual vehicle is created with Dronekit’s Software in the Loop (SITL). MAVProxy is then used to create a bridged connection with Mission Planner with the UDP Port 14550 ). Finally, we moved and visualized the simulated drone on Mission Planner using a Python Code .
Mission planner allows the user to complete the following tasks
-
Load the Firmware (software) in the Autopilot Board
-
Establish, configure, and set your vehicle for optimal performance.
-
Plan, save, and load autonomous missions in the Autopilot Board.
-
Download the mission logs created after every mission.
-
Control the vehicle with pre-programmed code scripts or the actions button on the Interface.
-
Connect to a simulated vehicle (SITL) via UDP.

bottom of page