Skip to content

Comments

Vidur/menagerie robotiq 2f85#4658

Draft
vidurv-nvidia wants to merge 11 commits intoisaac-sim:dev/newtonfrom
vidurv-nvidia:vidur/menagerie-robotiq-2f85
Draft

Vidur/menagerie robotiq 2f85#4658
vidurv-nvidia wants to merge 11 commits intoisaac-sim:dev/newtonfrom
vidurv-nvidia:vidur/menagerie-robotiq-2f85

Conversation

@vidurv-nvidia
Copy link

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (existing functionality will not work without user modification)
  • Documentation update

Screenshots

Please attach before and after screenshots of the change if applicable.

Checklist

  • I have read and understood the contribution guidelines
  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

vidurv-nvidia and others added 6 commits February 9, 2026 16:45
- Fix gearing consistency: right_outer_knuckle_joint uses +1 gearing
  across mimic constraints, reset function, and comment table
- Increase gripper drive damping from 1.0 to 5.0 (above critical damping)
- Increase equality constraint solref timeconst from 0.005 to 0.02
- Increase effort_limit_sim from 10 to 40 and velocity_limit_sim from 1 to 10
- Filter IK loop to only set targets/velocities for arm joints, leaving
  gripper untouched during IK iterations
- Zero joint velocities cleanly before gripper state write in reset

Co-authored-by: Cursor <cursoragent@cursor.com>
…-robotiq-2f85

Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	source/isaaclab/isaaclab/cloner/cloner_utils.py
#	source/isaaclab/isaaclab/sim/_impl/newton_manager.py
#	source/isaaclab_newton/isaaclab_newton/assets/articulation/articulation.py
#	source/isaaclab_newton/isaaclab_newton/assets/articulation/articulation_data.py
existing tendon API (control.mujoco.ctrl for CTRL_DIRECT actuators)
through the articulation layer into new action terms.

Tendon support (isaaclab + isaaclab_newton):
- Implement find_fixed_tendons() using ArticulationView.tendon_names
- Add tendon property accessors/setters (stiffness, damping, range, etc.)
- Add set_tendon_actuator_target() for writing to control.mujoco.ctrl
- Discover tendon actuator ctrl indices from model.mujoco.actuator_trntype
- Fix BroadPhaseMode import error in newton_manager.py

New action terms (isaaclab):
- TendonAction: continuous control of tendon actuators with scale/offset
- BinaryTendonAction: binary open/close for tendon-driven grippers
- TendonActionCfg and BinaryTendonActionCfg configuration classes

GearAssembly env (2F-85 gripper):
- Drive gripper via tendon actuator instead of joint position targets
- Fix grasp offset direction for 180deg Y rotation grasp_rot_offset
- Tune solver: elliptic cone, impratio=10 (matching Menagerie defaults)
- Reduce SDF resolution 512->256, widen narrow band to +/-1cm
@vidurv-nvidia vidurv-nvidia changed the base branch from main to dev/newton February 19, 2026 21:29
@github-actions github-actions bot added documentation Improvements or additions to documentation asset New asset feature or request isaac-sim Related to Isaac Sim team isaac-mimic Related to Isaac Mimic team infrastructure labels Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

asset New asset feature or request documentation Improvements or additions to documentation infrastructure isaac-mimic Related to Isaac Mimic team isaac-sim Related to Isaac Sim team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant