concepts.simulator.sapien2.controllers.joint_trajectory_controller.JointTrajectoryProportionalController#

class JointTrajectoryProportionalController[source]#

Bases: object

Methods

get_current_t()

get_desired_velocities([t])

get_projection_t(current_p, current_q)

set_velocities([contact])

__init__(actor, p_array, q_array, gain, coef=1)[source]#
Parameters:
__new__(**kwargs)#
get_current_t()[source]#
Return type:

int

get_desired_velocities(t=None)[source]#
Return type:

tuple[ndarray, ndarray]

get_projection_t(current_p, current_q)[source]#
Return type:

int

set_velocities(contact=None)[source]#