Only released in EOL distros:
Package Summary
hector_nist_arenas_gazebo provides means for the fast and convenient creation of test scenarios involving parts like those used for NIST standard test methods for response robots
- Author: Maintained by Johannes Simon and Stefan Kohlbrecher
- License: BSD
- Source: svn https://tu-darmstadt-ros-pkg.googlecode.com/svn/branches/electric/hector_nist_arenas_gazebo
Package Summary
hector_nist_arenas_gazebo provides means for the fast and convenient creation of test scenarios involving parts like those used for NIST standard test methods for response robots
- Author: Johannes Simon and Stefan Kohlbrecher
- License: BSD
- Source: git https://github.com/tu-darmstadt-ros-pkg/hector_nist_arenas_gazebo.git (branch: fuerte-devel)
Package Summary
hector_nist_arenas_gazebo provides means for the fast and convenient creation of test scenarios involving parts like those used for NIST standard test methods for response robots
- Author: Johannes Simon and Stefan Kohlbrecher
- License: BSD
- Source: git https://github.com/tu-darmstadt-ros-pkg/hector_nist_arenas_gazebo.git (branch: groovy-devel)
Package Summary
hector_nist_arenas_gazebo provides means for the fast and convenient creation of test scenarios involving parts like those used for NIST standard test methods for response robots
- Author: Johannes Simon and Stefan Kohlbrecher
- License: BSD
- Source: git https://github.com/tu-darmstadt-ros-pkg/hector_nist_arenas_gazebo.git (branch: hydro-devel)
Package Summary
hector_nist_arenas_gazebo provides means for the fast and convenient creation of test scenarios involving parts like those used for NIST standard test methods for response robots
- Author: Johannes Simon and Stefan Kohlbrecher
- License: BSD
- Source: git https://github.com/tu-darmstadt-ros-pkg/hector_nist_arenas_gazebo.git (branch: indigo-devel)
Documentation
Documentation is available for each package as linked above. The main packages are:
hector_nist_arena_designer A GUI tool for the fast and convenient creation of simulation scenarios.
hector_nist_arena_elements Arena elements (meshes, descriptions) are stored in this package.
hector_nist_arena_worlds This is the package newly created scenarios are saved to.
Usage Tutorial
1. Build the arena designer gui:
2. rosmake hector_nist_arena_designer
3. Start the arena designer gui:
rosrun hector_nist_arena_designer arena_designer
4. You can now drag & drop elements from the left pane into the main map view in the center and build a simulation scenario. You can also load existing scenarios using "Open Arena" under the "File" menu. The opened RoboCup German Open 2011 arena example should look like this:
5. You can save your scenario to a .raf file to be open it again at a later time. You can also export it to gazebo world files in the old gazebo (electric) world format or the new SDF gazebo (fuerte) format.
6. Given you have exported your scenario to a .world file, you can now start the gazebo simulation of it by substituting your file in this command:
roslaunch hector_nist_arena_worlds start.launch world:=go2011_arena.world
7. You can now spawn a robot of your choice into the simulated scenario. This example shows the Hector UGV inside the German Open 2011 arena:
Report a Bug
Use GitHub to report bugs or submit feature requests. [View active issues]