Toolbox for Real World Deployment using ROS2 (sim2real) #2412
louislelay
started this conversation in
Show and tell
Replies: 2 comments
|
This is great work. Thanks for sharing this here! |
0 replies
|
Hi , Thank you for sharing your work! I’m currently working on a similar project. My goal is to deploy a model trained using the Direct Forge library onto a real robot. Specifically, I want the robot to use the trained data to autonomously perform pick-and-place tasks. Could you help me with this, or at least advise on the best approach? I’m looking for guidance on:
Any advice, examples, or references would be greatly appreciated. Thank you in advance! Best regards |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone!
I just wrapped up a small Sim2Real deployment project using Isaac Lab and wanted to share it here in case it’s helpful for others working on similar setups.
I trained a policy for an end-effector reaching task in Isaac Lab and deployed it on a real Kinova Gen3 arm using a lightweight ROS2-based pipeline, with no simulation dependency at runtime.
This could be useful if you're:
GitHub repo (with code + instructions):
🔗 https://github.com/louislelay/kinova_isaaclab_sim2real
Demo video:
🎥 https://youtu.be/5cP7AM1-FTA
Let me know if you have any questions or feedback, always happy to discuss or improve it!
All reactions