-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="sim" default="false" description="Whether the robot is running in simulation or on real hardware" /> | ||
<arg name="behavior_dsd_file" default="demo.dsd" description="The behavior dsd file that should be used" /> | ||
|
||
<!-- load teamplayer software stack without some unnecessary stuff, that is not needed in the demo --> | ||
<include file="$(find-pkg-share bitbots_bringup)/launch/teamplayer.launch"> | ||
<arg name="behavior_dsd_file" value="$(var behavior_dsd_file)" /> | ||
<arg name="game_controller" value="false"/> | ||
<arg name="localization" value="false" /> | ||
<arg name="sim" value="$(var sim)" /> | ||
<arg name="teamcom" value="false" /> | ||
</include> | ||
</launch> |