Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.22 KB

robocup-logistics

RoboCup-Logistics Gazebo Simulation

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

Setup Instructions

  1. Install Gazebo
  2. Build the plugins with cmake:
    $ cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
    $ cmake --build build
    
  3. Set up the environment. Open ~/.bashrc with your favorite text editor and add the following lines:
    source /usr/share/gazebo/setup.sh
    export GAZEBO_RCLL=~/gazebo-rcll
    export GAZEBO_PLUGIN_PATH=$GAZEBO_PLUGIN_PATH:$GAZEBO_RCLL/build/plugins
    export GAZEBO_MODEL_PATH=$GAZEBO_RCLL/models
    export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:$GAZEBO_RCLL/models/carologistics
    export GAZEBO_WORLD_PATH=$GAZEBO_RCLL/worlds/carologistics/llsf.world
    You may have to change the path depending on where you cloned the repository and which world you want to run.
  4. Restart your terminal to make sure the environment variables are set correctly.

Then you can start gazebo from the terminal.