Mujoco KDL Wrapper  0.2.2
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
ex_vel_ctrl.py File Reference

Go to the source code of this file.

Namespaces

namespace  ex_vel_ctrl

Functions

float ex_vel_ctrl.clamp (float value, float low, float high)
tuple[mjk.Env, mjk.Robot] ex_vel_ctrl.build_env (str model_path)
int ex_vel_ctrl.main ()

Variables

list ex_vel_ctrl.HOME_POSE = [0.0, 0.2618, 3.1416, -2.2689, 0.0, 0.9599, 1.5708]
list ex_vel_ctrl.TARGET_POSE = [0.3, 0.5, 2.9, -2.0, 0.3, 1.2, 1.3]
float ex_vel_ctrl.KV = 2.0
float ex_vel_ctrl.MAX_VEL = 0.6
float ex_vel_ctrl.TOL = 0.01