Skip to content

PyroTeam/gazebo-rcll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCup-Logistics Gazebo Simulation

This repository includes the models, worlds and plugins to simulate the RoboCup Logistics League with Gazebo.

Gazebo

Installing Gazebo

Clone this repository and then set the following environmental variables by adding them to your ~/.bashrc. You may have to change the path depending on where you cloned the repository.

source /usr/share/gazebo/setup.sh
export GAZEBO_RCLL=~/gazebo-rcll
export GAZEBO_PLUGIN_PATH=$GAZEBO_PLUGIN_PATH:$GAZEBO_RCLL/plugins/lib/gazebo
export GAZEBO_MODEL_PATH=$GAZEBO_RCLL/models
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:$GAZEBO_RCLL/models/carologistics

NOTE: When you want to start Gazebo as a ROS node you need to add those changes in the /usr/share/gazebo/setup.sh.

Then you can start gazebo from the terminal.

References

The work is based on this project where you can find more information and an example how to interface the simulation.

About

Gazebo Models, Plugins, and World Files for the RoboCup Logistics League

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.1%
  • Makefile 12.5%
  • Protocol Buffer 6.5%
  • Other 0.9%