All Projects → KumarRobotics → Mrsl_quadrotor

KumarRobotics / Mrsl_quadrotor

Licence: bsd-3-clause

Projects that are alternatives of or similar to Mrsl quadrotor

kr mav control
Code for quadrotor control
Stars: ✭ 31 (-44.64%)
Mutual labels:  simulation, ros
ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (+119.64%)
Mutual labels:  simulation, ros
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (+23.21%)
Mutual labels:  simulation, ros
Plankton
Open source simulator for maritime robotics researchers
Stars: ✭ 51 (-8.93%)
Mutual labels:  ros, simulation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+753.57%)
Mutual labels:  ros, simulation
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (+150%)
Mutual labels:  ros, simulation
toy code
No description or website provided.
Stars: ✭ 78 (+39.29%)
Mutual labels:  simulation, ros
Robots
Collection of quadrupedal robots configured to work in CHAMP development framework
Stars: ✭ 59 (+5.36%)
Mutual labels:  ros, simulation
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (+683.93%)
Mutual labels:  ros, simulation
Uuv simulator
Gazebo/ROS packages for underwater robotics simulation
Stars: ✭ 334 (+496.43%)
Mutual labels:  ros, simulation
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (+87.5%)
Mutual labels:  ros, simulation
Neo simulation
Package to simulate Neobotix robots
Stars: ✭ 41 (-26.79%)
Mutual labels:  ros, simulation
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+2264.29%)
Mutual labels:  ros, simulation
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (+212.5%)
Mutual labels:  ros, simulation
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (+55.36%)
Mutual labels:  ros, simulation
Virtual-Robot-Challenge
How-to on simulating a robot with V-REP and controlling it with ROS
Stars: ✭ 83 (+48.21%)
Mutual labels:  simulation, ros
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-73.21%)
Mutual labels:  simulation, ros
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+1437.5%)
Mutual labels:  ros, simulation
Ros ship packages
USV simulator for ROS
Stars: ✭ 51 (-8.93%)
Mutual labels:  ros, simulation
Lammps
Public development project of the LAMMPS MD software package
Stars: ✭ 1,019 (+1719.64%)
Mutual labels:  simulation

MRSL Quadrotor Simulator

Package of Gazebo quadrotor simulator. Latest version works for Gazebo > 7.0. User can easily set up the simulation environments and the quadrotor platform using sensors provided in this package.

Stacks include:

  • mrsl_models: all the CAD models
  • mrsl_quadrotor_description: all the urdf and world config files
  • mrsl_quadrotor_launch: example launch files
  • mrsl_quadrotor_simulator: quadrotor dynamics simulator
  • mrsl_quadrotor_utils: ros utils
  • mrsl_mobile_object: gazebo mobile obtacle plugin
  • velodyne_simulator: gazebo velodyne plugin Check each package for more details.

Requirements

Requirements

  • ros (indigo+)
  • gazebo (2.2+)
  • gazebo_ros (2.2+)
  • quadrotor_control KumarRobotics

List of Components

Robot Frame Sensor World Platform Examples
Hummingbird empty empty hummingbird
Pelican empty empty pelican
hokuyo levine pelican_laser
FLA Platform stereo skir pelican_laser_rgbd
hokuyo wg pelican_laser_rotate
velodyne pillars pelican_rgbd
laser_beam D60 pelican_velodyne

Test Example

Using the example launch file in the repo

roslaunch mrsl_quadrotor_launch gazebo.launch world:=levine
roslaunch mrsl_quadrotor_launch spawn.launch mav_type:=pelican mav_name:=juliett

Dragon DDK:

Sensors: Downward facing camera, stereo, rgbd, imu.

Dependency: Clone and compile https://github.com/ATLFlight/qflight_descriptions Note: The controller launch file depends on quadrotor_control package which will be soon released (currently closed source)

roslaunch mrsl_quadrotor_launch gazebo.launch world:=empty
roslaunch mrsl_quadrotor_launch spawn.launch mav_type:=dragon_ddk mav_name:=ddk
roslaunch mrsl_quadrotor_launch controller.launch mav_type:=dragon_ddk mav_name:=ddk mass:=0.25 odom_topic:=ground_truth/odom
rosrun rqt_mav_manager rqt_mav_manager

Falcon4:

Simulating the Ouster OS1 64 beam lidar requires using a fork of the ouster_example code and installing the hector gazebo plugins

sudo apt install ros-melodic-hector-gazebo-plugins

a. Sensor: OVC3, Two OVC3 side Cams, downward facing Lidar

roslaunch mrsl_quadrotor_launch gazebo.launch world:=forest2
roslaunch mrsl_quadrotor_launch spawn.launch mav_type:=falcon4 mav_name:=falcon4
roslaunch mrsl_quadrotor_launch falcon4_control.launch mav_type:=falcon4 mav_name:=falcon4 odom_topic:=ground_truth/odom
rosrun rqt_mav_manager rqt_mav_manager

b. Sensor: Ouster OS1 64 beam, OVC3, Two OVC3 side Cams, downward facing Lidar

roslaunch mrsl_quadrotor_launch gazebo.launch world:=forest2
roslaunch mrsl_quadrotor_launch spawn.launch mav_type:=falcon4_os1 mav_name:=falcon4_os1
roslaunch mrsl_quadrotor_launch falcon4_os1_control.launch mav_type:=falcon4_os1 mav_name:=falcon4_os1 odom_topic:=ground_truth/odom
rosrun rqt_mav_manager rqt_mav_manager

Samples

hummingbird hummingbird_rgbd pelican_laser_rgbd Falcon4_OS1 mobile object
levine pillars D60 forest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].