Skip to content

UAL Fixed Wing Backend

Carlos Capitán edited this page Jun 10, 2020 · 2 revisions

UAL Fixed Wing Backend

This backend uses MAVROS. There are two sample launch files to start running this backend:

server.launch


It runs two nodes (MAVROS_FW and UAL):

$ roslaunch ual_backend_mavros_fw server.launch

simulation.launch


It runs GAZEBO and one fixed wing uav. It is needed to install PX4 SITL in order to simulate.

$ roslaunch ual_backend_mavros_fw simulation.launch

Clone this wiki locally