concepts.dm.crowhat.robots.panda_robot_interfaces.PandaRobotPrimitiveControllerInterface#
- class PandaRobotPrimitiveControllerInterface[source]#
Bases:
PrimitiveRobotControllerInterfaceMethods
get_qpos()get_qvel()get_update_default_parameters(primitive, kwargs_)Update the default parameters for a specific primitive.
grasp([width, force])move_qpos(qpos)move_qpos_trajectory(trajectory)set_default_parameters(primitive, **kwargs)Set the default parameters for a specific primitive.
Attributes
Get the default parameters for each primitive.
- __init__()#
- __new__(**kwargs)#
- get_update_default_parameters(primitive, kwargs_)#
Update the default parameters for a specific primitive.
- move_qpos_trajectory(trajectory)[source]#
- Parameters:
trajectory (RobotArmJointTrajectory)
- Return type:
None