The wrs_gazebo_worlds
ROS package provides a collection of Gazebo worlds and models created using the official CAD data of the World Robot Summit.
Content:
Add the Gazebo models of the wrs_gazebo_worlds
ROS package to the GAZEBO_MODEL_PATH
of your shell environment.
export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:/path/to/wrs_gazebo_worlds/models/
Using HTTPS:
git submodule add -b master --name wrs_gazebo_worlds https://github.com/FCSC/wrs_gazebo_worlds.git catkin_ws/src/wrs_gazebo_worlds
Using SSH:
git submodule add -b master --name wrs_gazebo_worlds git@github.com:FCSC/wrs_gazebo_worlds.git catkin_ws/src/wrs_gazebo_worlds
Make sure that the master
branch is tracked.
See CONTRIBUTING.md
for details.