MCPcopy Create free account
hub / github.com/TeleHuman/TextOp / get_joint_vel_rel

Function get_joint_vel_rel

TextOpTracker/scripts/deploy_mujoco.py:565–567  ·  view source on GitHub ↗

Get relative joint velocities

(sim_data)

Source from the content-addressed store, hash-verified

563
564
565def get_joint_vel_rel(sim_data):
566 """Get relative joint velocities"""
567 return sim_data.qvel[6:35] # shape [29]
568
569
570def get_last_action(last_actions):

Callers 2

compute_observationMethod · 0.85
compute_observationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected