Skip to content

ロボットモデルの制御 #11

@kyo0221

Description

@kyo0221

ActionCfgにはロボットの制御信号を記述することができる

今回使用するような差動二輪のロボットはJointVelocityActionCfgなどでjointに速度を与えて制御すると良さそう

@configclass
class ActionsCfg:
    joint_velocity = mdp.JointVelocityActionCfg(asset_name="mobility", joint_names=["left_wheel_joint", "right_wheel_joint"], scale=100.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions