This repository includes the models, worlds and plugins to simulate the RoboCup Logistics League with Gazebo.
- Install Gazebo
- Build the plugins with
cmake
:$ cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo $ cmake --build build
- Set up the environment. Open
~/.bashrc
with your favorite text editor and add the following lines:You may have to change the path depending on where you cloned the repository and which world you want to run.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
- Restart your terminal to make sure the environment variables are set correctly.
Then you can start gazebo from the terminal.