Skip to content

Repo containing a full simulation of ardupilot and mission 7 with ros plugins

License

Notifications You must be signed in to change notification settings

Texas-Aerial-Robotics/Gazebo-Ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gazebo-Ros

This repo is a ros package which couples our romba simulator to the ardupilot SITL sim as well as other ros-gazebo plugins

Please install the following dependencies to get the simulator to run

 sudo apt install ros-kinetic-gazebo-ros ros-kinetic-gazebo-plugins

Instructions

clone in Computations repo

 git clone https://github.com/Texas-Aerial-Robotics/Computations.git

Add the following to your bashrc to use the roomba plugins

export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:~/Computations/roomba_host/models
export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:~/Computations/roomba_host/build

To view camera plugin

install image view

sudo apt install ros-kinetic-image-view

To view camera footage

rosrun image_view image_view image:=/webcam/image_raw

About

Repo containing a full simulation of ardupilot and mission 7 with ros plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages