Skip to content
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

Advice for Sim-to-Real with UR10 Using IsaacLab-Trained Policy? #3

Open
louislelay opened this issue Jan 30, 2025 · 2 comments
Open

Comments

@louislelay
Copy link

Hi, I’m starting a personal project to do sim-to-real for the reacher task with a UR10 robot using an IsaacLab-trained policy.

Since this is a similar project with IsaacGym. Do you have any advice for someone starting out? Maybe something you’d do differently if you were starting again?

Thanks in advance!

@j3soon
Copy link
Owner

j3soon commented Feb 2, 2025

Hi,

For simulation, you may consider using the Isaac-Reach-UR10-v0 environment in Isaac Lab directly (instead of in IsaacGym/OmniIsaacGym/Orbit as mentioned in Isaac Lab FAQ).

As for deployment, you may need to align the simulation/real UR10 mounting direction if they differ. In addition, you can follow the control code in this repo to directly control the real robot through ROS1/2 in Isaac Sim, or you can export the policy weights and deploy to edge devices such as Jetson Orin.

Let me know if you run into any issues along the way. I’d also love to hear about your progress, so feel free to share any updates!

@louislelay
Copy link
Author

Thank you, I'll try all this and tell you about updates :)

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

No branches or pull requests

2 participants