Skip to content

A Python plugin designed to replace ROS plugins, intended for processing mimic joints in URDF files. It is compatible with environments like Isaac Gym that do not rely on ROS

License

Notifications You must be signed in to change notification settings

NathanWu7/MimicJointPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Run the following code to install dependencies:
    pip install -r requirements.txt

  2. Place mimic_util.py into your project files.

  3. Reference the find_joints_with_dof() function in mimic_util.py to obtain active and passive joints(mimic joints) for the specified joint.

  4. Use the actuate() function to assign actuator control values(open-loop) to the specified original control matrix, in particular, the u_delta matrix obtained from the arm IK solver in Isaac Gym.

  5. Use the position_check() function to apply closed-loop control signal to the specified control matrix

About

A Python plugin designed to replace ROS plugins, intended for processing mimic joints in URDF files. It is compatible with environments like Isaac Gym that do not rely on ROS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages