Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vrx_gz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ list(APPEND VRX_GZ_PLUGINS
BallShooterPlugin
LightBuoyPlugin
NavigationScoringPlugin
GymkhanaScoringPlugin
PerceptionScoringPlugin
PlacardPlugin
ScanDockScoringPlugin
Expand Down
13 changes: 13 additions & 0 deletions vrx_gz/models/obstacle_course/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<model>
<name>obstacle_course</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Carlos Agüero</name>
<email>caguero@openrobotics.org</email>
</author>
<description>
An obstacle field.
</description>
</model>
Loading