rosplane_simulator_demo.webm
rosplane_flight_test.webm
ROSplane is a basic fixed-wing autopilot build around ROS2 for use with the ROSflight autopilot. It is a continuation of the original ROSplane project. It is built according to the methods published in Small Unmanned Aircraft: Theory and Practice by Dr. Randy Beard and Dr. Tim McLain.
For more information, see the ROSflight documentation, which contains installation, general descriptions, and tutorials for how to use ROSplane.
For more detailed instructions, see the documentation link above.
- Clone this repo into a ROS2 workspace
colcon build- Launch autopilot stack with:
ros2 launch rosplane rosplane.launch.pyor if in sim:
ros2 launch rosplane_sim sim.launch.pyA special thanks is due to the developers of ROSplane v1.0. Their work allowed for the project in its current form. These include Gary Ellingson, who did much of the original development into C++ of these algorithms. Thanks are also due to Judd Mehr and Brian Russel who adapted work for ROSplane.
