Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

redbirdrobotics/redbird_quadrotor

Repository files navigation

redbird_quadrotor

Autonomous flight control for quadrotor drones.

Build & run instructions

Assumptions:

Build the Gazebo simulation and Mavros node

git clone https://github.com/redbirdrobotics/px4-firmware.git && \
cd px4-firmware && \
git submodule update --init --recursive && \
make posix_sitl_default gazebo # Ctrl+C after gazebo starts

Start the Gazebo simulation and Mavros node

. setup_px4_sitl_gazebo.bash && \
roslaunch px4 mavros_posix_sitl.launch

or run our own simulated world:

cd redbird_quadrotor # from this repository's root
cd <path/to/px4-firmware> && \ # insert path here
. setup_px4_sitl_gazebo.bash && \
cd - && \
. devel/setup.bash && \
roslaunch redbird_quadrotor_controller gazebosim.launch

Start the flight control node

rosrun redbird_quadrotor_controller redbird_quadrotor_controller_node

Glossary

  • SITL: Software-in-the-loop

About

Autonomous UAV flight control.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors