Skip to content

Conversation

@yiheng-wang-nv
Copy link
Contributor

@yiheng-wang-nv yiheng-wang-nv commented May 22, 2025

Fixes #ISSUE_NUMBER

Description

This PR requires:

export ISAAC_ASSET_SHA256_HASH=8e80faed126c533243f50bb01dca3dcf035e86b5bf567d622878866a8ef7f12d

to ensure MIRA asset is included

Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
@yiheng-wang-nv yiheng-wang-nv marked this pull request as ready for review May 23, 2025 09:38
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
yiheng-wang-nv and others added 6 commits May 23, 2025 10:48
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
@yiheng-wang-nv yiheng-wang-nv requested a review from Nic-Ma May 26, 2025 06:35
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Co-authored-by: Nic Ma <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
yiheng-wang-nv and others added 2 commits May 26, 2025 14:45
Signed-off-by: Yiheng Wang <[email protected]>
@yiheng-wang-nv yiheng-wang-nv changed the title Add MIRA tutorial Add Virtual Incision MIRA teleoperate tutorial May 26, 2025
Copy link
Contributor

@Nic-Ma Nic-Ma left a comment

Choose a reason for hiding this comment

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

Hi @SachidanandAlle , could you please help also review this PR?
For the next step, besides Telesurgery workflow, @yiheng-wang-nv will also develop the reinforcement learning task based on this MIRA simulation.

Thanks in advance.

Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
@Nic-Ma
Copy link
Contributor

Nic-Ma commented May 28, 2025

/build

Signed-off-by: Yiheng Wang <[email protected]>
@Nic-Ma
Copy link
Contributor

Nic-Ma commented May 28, 2025

/build

@Nic-Ma Nic-Ma merged commit 2d6e4db into main May 29, 2025
7 checks passed


def main():
app_launcher = AppLauncher(headless=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @yiheng-wang-nv , we followed the isaaclab tutorial style:
https://github.com/isaac-sim/IsaacLab/blob/main/scripts/tutorials/04_sensors/add_sensors_on_robot.py

IMO, it would be good to have a consistent way to launch the AppLauncher.

Also, we don't need to set headless=False since it is the default.

robot_usd_root = "/World/A5_GUI_MODEL/A5_GUI_MODEL_001"
left_arm_base = f"{robot_usd_root}/ASM_L654321"
right_arm_base = f"{robot_usd_root}/ASM_R654321"
LJ_PATHS = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Variable named by all uppercase style suggests these are global. It would be either put it out of main function or change these to lowercases.

@yiheng-wang-nv yiheng-wang-nv deleted the add-mira-tutorial branch May 29, 2025 05:11
@yiheng-wang-nv
Copy link
Contributor Author

Hi @mingxin-zheng , thanks for the comments, I created a ticket #151, and will address them in a separate PR later.

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.

5 participants