v0.1.16; Almost finish StressPipeline
This commit is contained in:
@@ -28,18 +28,6 @@ class TerrainSearchLevelsConfig(Config):
|
||||
[4.8, 0, 2.092 + 0.1],
|
||||
[4.8, 0, 2.280 + 0.1],
|
||||
]
|
||||
spawns = [
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
[0.5, 0, 0],
|
||||
]
|
||||
|
||||
class wave:
|
||||
levels = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
|
||||
@@ -19,7 +19,7 @@ class WaveGaugeConfig(BaseGaugeConfig):
|
||||
'{ROBOGAUGE_ROOT_DIR}/resources/terrains/wave/wave_10.xml',
|
||||
'{ROBOGAUGE_ROOT_DIR}/resources/terrains/wall/10x10_wall.xml',
|
||||
]
|
||||
terrain_spawn_pos = [1.5, 1.25, 1.0] # x y z [m], robot freejoint spawn position on the terrain
|
||||
terrain_spawn_pos = [1.5, 1.25, 0.0] # x y z [m], robot freejoint spawn position on the terrain
|
||||
|
||||
class goals:
|
||||
class target_pos_velocity: # goal to reach a target position by velocity command
|
||||
|
||||
Reference in New Issue
Block a user