-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Adds two new robots with grippers #3229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Adds two new robots with grippers #3229
Conversation
- add surfacegripper actions - add new task envs with UR10 + suction cups
…dundant parallel_gripper task
…the RobotCfg back to default - move surface_gripper_actions out of binary_joint_actions to a standalone file
…eractiveScene class
…miniation function cannot be reached
Signed-off-by: rebeccazhang0707 <168459200+rebeccazhang0707@users.noreply.github.com>
…ed() terminiation function cannot be reached" This reverts commit 6edd402.
- franka + robotiq_2f_85 gripper - ur10e + robotiq_2f_140 gripper
…riants - decrease cube_scale to original, otherwise, cube_stacked termination func cannot be reachced
""" | ||
FRANKA_ROBOTIQ_GRIPPER_CFG = ArticulationCfg( | ||
spawn=sim_utils.UsdFileCfg( | ||
usd_path=f"{ISAACLAB_ASSETS_DATA_DIR}/Robots/Franka/franka_2f_85.usd", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we upload the assets to Nucleus under the same Isaac/Robots folders with the other Frankas - https://isaac-dev.ov.nvidia.com/omni/web3/omniverse://isaac-dev.ov.nvidia.com/Isaac/Robots/FrankaRobotics/? What are the differences between this and the existing Franka assets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if it's just the gripper, we might want to set it up as a variance.
enabled_self_collisions=True, solver_position_iteration_count=8, solver_velocity_iteration_count=0 | ||
), | ||
), | ||
init_state=ArticulationCfg.InitialStateCfg( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do these values differ from existing Franka configs? could we use any of the current cfgs as the base?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Kelly. Since original panda hand is replaced by a robotiq gripper, the original gains need to be increased to control the new gripper, but init_pose of the panda arm joints can inherit current cfg. I will modify the Cfg for your review.
Description
Adds two new robots with grippers:
Type of change
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there