unilab.tasks.locomotion.common¶
Shared task-specific locomotion components.
- class unilab.tasks.locomotion.common.HeightScanConfig[source]¶
Bases:
objectHeightScanConfig(enabled: ‘bool’ = True, hfield_name: ‘str’ = ‘terrain_hfield’, geom_name: ‘str’ = ‘floor’, measured_points_x: ‘list[float]’ = <factory>, measured_points_y: ‘list[float]’ = <factory>, vertical_offset: ‘float’ = 0.5, scale: ‘float’ = 5.0)
- Parameters:
- __init__(enabled=True, hfield_name='terrain_hfield', geom_name='floor', measured_points_x=<factory>, measured_points_y=<factory>, vertical_offset=0.5, scale=5.0)¶
Modules
mjlab-aligned gait-quality terms shared by locomotion families. |
|
Shared height-scan and terrain-bound helpers for rough locomotion tasks. |
|
Shared Manager-Based terms and term bases for the locomotion families. |
|
Manager-Based terrain terms shared by the production rough quadrupeds. |
|
Sensor-driven reward terms shared by Manager-Based locomotion families. |
|
Spawn-origin managers for locomotion tasks. |