Skip to content

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.

License

Notifications You must be signed in to change notification settings

cross-progress/wrs_gazebo_worlds

 
 

Repository files navigation

wrs_gazebo_worlds

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:

Getting Started

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/

Submodule Integration

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.

Contribution Guidelines

See CONTRIBUTING.md for details.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 50.6%
  • Roff 49.4%