-
Notifications
You must be signed in to change notification settings - Fork 5
Add Virtual Incision MIRA teleoperate tutorial #142
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
Conversation
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]>
Signed-off-by: Yiheng Wang <[email protected]>
…4h-workflows into add-mira-tutorial
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
tutorials/assets/bring_your_own_robot/MIRA_ARM/teleoperate_mira_arm.py
Outdated
Show resolved
Hide resolved
tutorials/assets/bring_your_own_robot/MIRA_ARM/teleoperate_mira_arm.py
Outdated
Show resolved
Hide resolved
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]>
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]>
Co-authored-by: Nic Ma <[email protected]> Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
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.
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]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
|
/build |
Signed-off-by: Yiheng Wang <[email protected]>
e517098 to
1b3a4fd
Compare
|
/build |
|
|
||
|
|
||
| def main(): | ||
| app_launcher = AppLauncher(headless=False) |
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.
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 = [ |
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.
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.
|
Hi @mingxin-zheng , thanks for the comments, I created a ticket #151, and will address them in a separate PR later. |
Fixes #ISSUE_NUMBER
Description
This PR requires:
to ensure MIRA asset is included