Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Garden] Port scan, dock, deliver - Part 1 #537

Merged
merged 7 commits into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge from gazebosim
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Nov 9, 2022
commit c42a35793ddc0e0ce4983e3c8a8d1d98149de750
2 changes: 2 additions & 0 deletions vrx_gz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ list(APPEND VRX_GZ_PLUGINS
BallShooterPlugin
LightBuoyPlugin
NavigationScoringPlugin
PerceptionScoringPlugin
PlacardPlugin
ScanDockScoringPlugin
SimpleHydrodynamics
StationkeepingScoringPlugin
Expand Down
1 change: 1 addition & 0 deletions vrx_gz/src/vrx_gz/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def simulation(world_name, headless=False):
def competition_bridges(world_name):
bridges = [
vrx_gz.bridges.clock(),
vrx_gz.bridges.contacts(),
vrx_gz.bridges.task_info(),
]

Expand Down
8 changes: 6 additions & 2 deletions vrx_gz/worlds/scan_dock_deliver_task.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@
</include>

<!-- The projectile for the ball shooter -->
<!--
<include>
<name>blue_projectile</name>
<pose>-545 60 0.03 0 0 0</pose>
Expand Down Expand Up @@ -487,7 +486,6 @@
</wavefield>
</plugin>
</include>
-->

<wind>
<linear_velocity>0 0 0</linear_velocity>
Expand Down Expand Up @@ -530,6 +528,12 @@
</vertical>
</plugin>


<include>
<uri>dock_2022</uri>
<pose>-480 190 0 0 0 1.0</pose>
</include>

<!-- The scan, dock, deliver scoring plugin -->
<plugin
filename="libScanDockScoringPlugin.so"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.