Skip to content

Integrating IK with our model instead of placeholder model#41

Merged
wilsonchenghy merged 2 commits intomainfrom
ramy
Mar 24, 2026
Merged

Integrating IK with our model instead of placeholder model#41
wilsonchenghy merged 2 commits intomainfrom
ramy

Conversation

@RamyWahib
Copy link
Copy Markdown
Contributor

Integrating IK with our model instead of placeholder model

Comment on lines +59 to +67
# table = AssetBaseCfg(
# prim_path="{ENV_REGEX_NS}/Table",
# spawn=sim_utils.UsdFileCfg(
# usd_path=f"{ISAAC_NUCLEUS_DIR}/Props/Mounts/Stand/stand_instanceable.usd",
# scale=(
# 2.0,
# 2.0,
# 2.0)),
# )
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think instead of commenting it out, feel free to just delete it

Comment on lines +12 to +48
HAND_CFG = ArticulationCfg(
spawn=sim_utils.UsdFileCfg(
usd_path=os.path.join(_MODEL_ASSETS, "hand.usd"),
rigid_props=sim_utils.RigidBodyPropertiesCfg(
disable_gravity=False,
max_depenetration_velocity=5.0,
),
activate_contact_sensors=False,
),
init_state = ArticulationCfg.InitialStateCfg(
joint_pos={
"Revolute_1": 0.0,
"Revolute_2": 0.0,
"Revolute_3": 0.0,
"Revolute_4": 0.0,
"Revolute_5": 0.0,
"Revolute_6": 0.0,
"Revolute_7": 0.0,
"Revolute_8": 0.0,
"Revolute_9": 0.0,
"Revolute_10": 0.0,
"Revolute_11": 0.0,
"Revolute_12": 0.0,
"Revolute_13": 0.0,
"Revolute_14": 0.0,
"Revolute_15": 0.0,
}
),
actuators={
"arm": ImplicitActuatorCfg(
joint_names_expr=[".*"],
stiffness=0.5,
damping=0.5,
velocity_limit_sim=3.0,
),
},
)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This HAND_CFG should be deleted

@wilsonchenghy wilsonchenghy merged commit b918c10 into main Mar 24, 2026
2 of 3 checks passed
@wilsonchenghy wilsonchenghy deleted the ramy branch March 24, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants