unilab.envs.mdp.commands.pose_command.UniformPoseCommandCfg¶
- class unilab.envs.mdp.commands.pose_command.UniformPoseCommandCfg[source]¶
Bases:
CommandTermCfgSample a fixed-width pose vector independently per dimension.
- Parameters:
Methods
Attributes
Whether to enable debug visualization for this command term.
Time range in seconds for command resampling.
- 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)¶