Skip to content

*Under Development* - A fully-featured multirotor autopilot for ROS, based on Dr. Beard's Quadrotor Notes

Notifications You must be signed in to change notification settings

tamu-vscl/roscopter

 
 

Repository files navigation

ROScopter

This repository contains the ROS packages associated with flying a multirotor on the ROSflight autopilot stack. The roscopter ROS package contains a high-level multirotor autopilot while the roscopter_sim package is used for simulation.

Running Simulation

Simplified Dynamics Model

Clone this repo, the ROSflight_plugins repo, and the ROSflight repo into catkin_ws/src, you can run the Gazebo simulator with

$ catkin_make
$ source devel/setup.bash
$ roslaunch roscopter_sim multirotor.launch

This simulation does not simulate the firmware and does not require a joystick. It has the same API as the SIL stack, and can be useful for developing high-level algorithms, however it makes some simplifying assumptions in the dynamics which reduces the fidelity of the simulation.

Software In The Loop

To run the rosflight SIL simulation information with the full roscopter stack, clone the ROSflight repo, connect a joystick or transmitter and run

$ catkin_make
$ source devel/setup.bash
$ roslaunch roscopter copter_sil..launch

Core Autopilot Components

EKF

The EKF estimates the position of the multirotor given GPS and IMU measurements.

###TODO:###

  1. residual saturation and outlier rejection
  2. Altimeter Fusion
  3. Currently, the estimator doesn't work properly if it is compiled in Release mode.

Controller

A PID controller is used.

Waypoint Manager

Velocity manager and commander.

About

*Under Development* - A fully-featured multirotor autopilot for ROS, based on Dr. Beard's Quadrotor Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.7%
  • Python 25.7%
  • CMake 3.5%
  • C 2.1%