unilab.envs.motion_tracking.g1.tracking.VelocityRandomization

class unilab.envs.motion_tracking.g1.tracking.VelocityRandomization[source]

Bases: object

Velocity randomization ranges for reset.

Parameters:

Methods

__init__([x, y, z, roll, pitch, yaw])

Attributes

x: tuple[float, float] = (-0.5, 0.5)
y: tuple[float, float] = (-0.5, 0.5)
z: tuple[float, float] = (-0.2, 0.2)
roll: tuple[float, float] = (-0.52, 0.52)
pitch: tuple[float, float] = (-0.52, 0.52)
yaw: tuple[float, float] = (-0.78, 0.78)
__init__(x=(-0.5, 0.5), y=(-0.5, 0.5), z=(-0.2, 0.2), roll=(-0.52, 0.52), pitch=(-0.52, 0.52), yaw=(-0.78, 0.78))
Parameters: