-
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.
Code Release 2024 of Shared Autonomy Challenge
Co-authored-by: Leon B. Co-authored-by: Dominik Brämer <[email protected]> Co-authored-by: Alexandra Cloodt <[email protected]> Co-authored-by: Lisa Dasmann <[email protected]> Co-authored-by: Alicia Gayda <[email protected]> Co-authored-by: Robert Huber <[email protected]> Co-authored-by: Diana Kleingarn <[email protected]> Co-authored-by: Thomas Klute <[email protected]> Co-authored-by: Angelina Koch <[email protected]> Co-authored-by: Aaron Larisch <[email protected]> Co-authored-by: Mahdokht Mohammadi <[email protected]> Co-authored-by: Arne Moos <[email protected]> Co-authored-by: Tim Plotzki <[email protected]> Co-authored-by: Ingmar Schwarz <[email protected]> Co-authored-by: Alexander Voß <[email protected]>
- Loading branch information
1 parent
de64b13
commit 39d4c90
Showing
102 changed files
with
1,815 additions
and
611 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
vf worldState | ||
vfd worldState fieldLines | ||
vfd worldState goalFrame | ||
vfd worldState fieldPolygons | ||
vfd worldState representation:GameInfo | ||
vfd worldState representation:RobotPose | ||
|
||
vfd worldState behavior:RemoteControlProvider | ||
vfd worldState representation:RobotMap | ||
vfd worldState representation:BallChaserDecision | ||
vfd worldState representation:TeammateData | ||
vfd worldState origin:RobotPoseAfterPreview | ||
vfd worldState representation:MotionRequest | ||
vfd worldState origin:RobotPose | ||
vfd worldState representation:BallModel | ||
vfd worldState representation:BallModel:endPosition | ||
|
||
vd module:BallChaserDecisionProvider:overwrite | ||
|
||
echo call Includes/JPEGImageViews | ||
echo set parameters:JPEGImageProvider quality = 15; |
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,19 @@ | ||
call Includes/Normal | ||
|
||
robot robot8 | ||
dr module:BallChaserDecisionProvider:enable on | ||
robot robot9 | ||
dr module:BallChaserDecisionProvider:enable on | ||
|
||
robot robot3 | ||
call Includes/FieldViewsCreate | ||
call Includes/Ballchaser | ||
|
||
robot robot4 | ||
rc offensive | ||
rc passPref | ||
rc on | ||
call Includes/SharedAutonomy | ||
|
||
echo gc playing | ||
echo rc kickPref |
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,47 @@ | ||
<Simulation> | ||
|
||
<Include href="Includes/NaoV6H25.rsi2"/> | ||
<Include href="Includes/Ball2016SPL.rsi2"/> | ||
<Include href="Includes/Field2020SPL.rsi2"/> | ||
<Include href="Includes/Boards.rsi2"/> | ||
|
||
<Scene name="RoboCup" controller="SimulatedNao" stepLength="0.012" color="rgb(65%, 65%, 70%)" Kp="12500" Kd="10000" contactKp="1425" contactKd="7.5"> | ||
<Light z="9m" ambientColor="rgb(50%, 50%, 50%)"/> | ||
|
||
<Compound name="robots"> | ||
<Body ref="Nao" name="robot3"> | ||
<Translation x="0.3" y="0.3" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="red"/> | ||
</Body> | ||
<Body ref="Nao" name="robot4"> | ||
<Translation x="3" y="-1" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="yellow"/> | ||
</Body> | ||
|
||
<Body ref="Nao" name="robot8"> | ||
<Translation x="-4.5" z="330mm"/> | ||
<Set name="NaoColor" value="blue"/> | ||
</Body> | ||
<Body ref="Nao" name="robot9"> | ||
<Translation x="-3" y= "1.4" z="330mm"/> | ||
<Set name="NaoColor" value="black"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="balls"> | ||
<Body ref="ball"> | ||
<Translation z="0.05m"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="boards"> | ||
<Compound ref="boards"/> | ||
</Compound> | ||
|
||
<Compound name="field"> | ||
<Compound ref="field"/> | ||
</Compound> | ||
</Scene> | ||
</Simulation> |
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,23 @@ | ||
call Includes/Normal | ||
|
||
robot robot10 | ||
dr module:BallChaserDecisionProvider:enable on | ||
robot robot11 | ||
dr module:BallChaserDecisionProvider:enable on | ||
|
||
#robot robot1 | ||
robot robot3 | ||
call Includes/FieldViewsCreate | ||
call Includes/Ballchaser | ||
|
||
robot robot2 | ||
rc defensive | ||
rc passPref | ||
rc on | ||
call Includes/SharedAutonomy | ||
|
||
echo gc playing | ||
echo rc kickPref | ||
echo rc passPref | ||
echo rc offensive | ||
echo rc defensive |
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,47 @@ | ||
<Simulation> | ||
|
||
<Include href="Includes/NaoV6H25.rsi2"/> | ||
<Include href="Includes/Ball2016SPL.rsi2"/> | ||
<Include href="Includes/Field2020SPL.rsi2"/> | ||
<Include href="Includes/Boards.rsi2"/> | ||
|
||
<Scene name="RoboCup" controller="SimulatedNao" stepLength="0.012" color="rgb(65%, 65%, 70%)" Kp="12500" Kd="10000" contactKp="1425" contactKd="7.5"> | ||
<Light z="9m" ambientColor="rgb(50%, 50%, 50%)"/> | ||
|
||
<Compound name="robots"> | ||
<Body ref="Nao" name="robot3"> | ||
<Translation x="1.0" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="red"/> | ||
</Body> | ||
<Body ref="Nao" name="robot2"> | ||
<Translation x="3" y="0" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="yellow"/> | ||
</Body> | ||
|
||
<Body ref="Nao" name="robot10"> | ||
<Translation x="-0.3" y="0.3" z="330mm"/> | ||
<Set name="NaoColor" value="blue"/> | ||
</Body> | ||
<Body ref="Nao" name="robot11"> | ||
<Translation x="-3" y="-1" z="330mm"/> | ||
<Set name="NaoColor" value="black"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="balls"> | ||
<Body ref="ball"> | ||
<Translation z="0.05m"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="boards"> | ||
<Compound ref="boards"/> | ||
</Compound> | ||
|
||
<Compound name="field"> | ||
<Compound ref="field"/> | ||
</Compound> | ||
</Scene> | ||
</Simulation> |
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 @@ | ||
call Includes/Normal | ||
|
||
robot robot3 | ||
call Includes/FieldViewsCreate | ||
call Includes/Ballchaser | ||
|
||
robot robot4 | ||
rc offensive | ||
rc passPref | ||
rc on | ||
call Includes/SharedAutonomy | ||
|
||
echo gc playing | ||
echo rc kickPref |
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,49 @@ | ||
<Simulation> | ||
|
||
<Include href="Includes/NaoV6H25.rsi2"/> | ||
<Include href="Includes/Ball2016SPL.rsi2"/> | ||
<Include href="Includes/Field2020SPL.rsi2"/> | ||
<Include href="Includes/Boards.rsi2"/> | ||
|
||
<Scene name="RoboCup" controller="SimulatedNao" stepLength="0.012" color="rgb(65%, 65%, 70%)" Kp="12500" Kd="10000" contactKp="1425" contactKd="7.5"> | ||
<Light z="9m" ambientColor="rgb(50%, 50%, 50%)"/> | ||
|
||
<Compound name="robots"> | ||
<Body ref="Nao" name="robot3"> | ||
<Translation x="0.3" y="0.3" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="red"/> | ||
</Body> | ||
<Body ref="Nao" name="robot4"> | ||
<Translation x="3" y="-1" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="yellow"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="extras"> | ||
<Body ref="NaoDummy" name="robot8"> | ||
<Translation x="-4.5" z="330mm"/> | ||
<Set name="NaoColor" value="blue"/> | ||
</Body> | ||
<Body ref="NaoDummy" name="robot9"> | ||
<Translation x="-3" y= "1.4" z="330mm"/> | ||
<Set name="NaoColor" value="black"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="balls"> | ||
<Body ref="ball"> | ||
<Translation z="0.05m"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="boards"> | ||
<Compound ref="boards"/> | ||
</Compound> | ||
|
||
<Compound name="field"> | ||
<Compound ref="field"/> | ||
</Compound> | ||
</Scene> | ||
</Simulation> |
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,17 @@ | ||
call Includes/Normal | ||
|
||
robot robot3 | ||
call Includes/FieldViewsCreate | ||
call Includes/Ballchaser | ||
|
||
robot robot4 | ||
rc defensive | ||
rc passPref | ||
rc on | ||
call Includes/SharedAutonomy | ||
|
||
echo gc playing | ||
echo rc kickPref | ||
echo rc passPref | ||
echo rc offensive | ||
echo rc defensive |
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,49 @@ | ||
<Simulation> | ||
|
||
<Include href="Includes/NaoV6H25.rsi2"/> | ||
<Include href="Includes/Ball2016SPL.rsi2"/> | ||
<Include href="Includes/Field2020SPL.rsi2"/> | ||
<Include href="Includes/Boards.rsi2"/> | ||
|
||
<Scene name="RoboCup" controller="SimulatedNao" stepLength="0.012" color="rgb(65%, 65%, 70%)" Kp="12500" Kd="10000" contactKp="1425" contactKd="7.5"> | ||
<Light z="9m" ambientColor="rgb(50%, 50%, 50%)"/> | ||
|
||
<Compound name="robots"> | ||
<Body ref="Nao" name="robot3"> | ||
<Translation x="1.0" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="red"/> | ||
</Body> | ||
<Body ref="Nao" name="robot4"> | ||
<Translation x="3" y="0" z="330mm"/> | ||
<Rotation z="180degree"/> | ||
<Set name="NaoColor" value="yellow"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="extras"> | ||
<Body ref="NaoDummy" name="robot8"> | ||
<Translation x="-0.3" y="0.3" z="330mm"/> | ||
<Set name="NaoColor" value="blue"/> | ||
</Body> | ||
<Body ref="NaoDummy" name="robot9"> | ||
<Translation x="-3" y="-1" z="330mm"/> | ||
<Set name="NaoColor" value="black"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="balls"> | ||
<Body ref="ball"> | ||
<Translation z="0.05m"/> | ||
</Body> | ||
</Compound> | ||
|
||
<Compound name="boards"> | ||
<Compound ref="boards"/> | ||
</Compound> | ||
|
||
<Compound name="field"> | ||
<Compound ref="field"/> | ||
</Compound> | ||
</Scene> | ||
</Simulation> |
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,11 @@ | ||
# connect to a robot | ||
call Includes/connect | ||
|
||
call Includes/SharedAutonomy | ||
rc passPref | ||
rc defensive | ||
rc on | ||
|
||
echo rc offensive | ||
echo rc defensive | ||
echo rc kickPref |
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,3 @@ | ||
<Simulation> | ||
<Scene name="RoboCup" controller="SimulatedNao" stepLength="0.012"/> | ||
</Simulation> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
previewArrival = true; | ||
|
||
penaltyKickNames = [kickMiddleFast]; | ||
penaltyKickNames = [kickHack,kickMiddleFast]; | ||
|
||
oppSetPlayBallDistance = 1000; |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
localizeAngles = [ | ||
{ | ||
x = -30deg; | ||
x = -20deg; | ||
y = 20deg; | ||
}, | ||
{ | ||
x = 30deg; | ||
x = 20deg; | ||
y = 20deg; | ||
} | ||
]; | ||
|
Oops, something went wrong.