unilab.envs.mdp.commands.pose_command¶
Generic pose and posture command terms for Manager-Based tasks.
Classes
Uniformly sampled vector command held until the next resample. |
|
Sample a fixed-width pose vector independently per dimension. |
- class unilab.envs.mdp.commands.pose_command.UniformPoseCommand[source]¶
Bases:
CommandTermUniformly sampled vector command held until the next resample.
- Parameters:
cfg (
UniformPoseCommandCfg)env (
ManagerBasedRlEnv)
- __init__(cfg, env)[source]¶
- Parameters:
cfg (
UniformPoseCommandCfg)env (
ManagerBasedRlEnv)
- class unilab.envs.mdp.commands.pose_command.UniformPoseCommandCfg[source]¶
Bases:
CommandTermCfgSample a fixed-width pose vector independently per dimension.
- Parameters:
- build(env)[source]¶
Build the command term from this config.
- Parameters:
env (
ManagerBasedRlEnv)- Return type:
- __init__(*, resampling_time_range, debug_vis=False, ranges, zero_command_prob=0.0)¶