unilab.envs.locomotion.common.commands.Commands

class unilab.envs.locomotion.common.commands.Commands[source]

Bases: object

Commands(vel_limit: ‘list[list[float]]’ = <factory>, resampling_time: ‘float’ = 0.0, heading_command: ‘bool’ = False, heading_range: ‘list[float]’ = <factory>, heading_control_stiffness: ‘float’ = 0.5, rel_standing_envs: ‘float’ = 0.0)

Parameters:

Methods

__init__([vel_limit, resampling_time, ...])

Attributes

vel_limit: list[list[float]]
resampling_time: float = 0.0
heading_command: bool = False
heading_range: list[float]
heading_control_stiffness: float = 0.5
rel_standing_envs: float = 0.0
__init__(vel_limit=<factory>, resampling_time=0.0, heading_command=False, heading_range=<factory>, heading_control_stiffness=0.5, rel_standing_envs=0.0)
Parameters: