[Question] Using wheel-based mobile robots in simulation #1043
Replies: 5 comments 5 replies
-
I'm not sure if this has changed in a more recent release of PhysX but previously there was not yet a cylinder prim object for the GPU pipeline, which defaulted to an n-gon (I believe it was 18 but could be configured up to 64). As a result directly simulating wheels for RL was not physically realistic. Instead, the supported workflow was to simulate the robot as the end effector of a virtual arm parallel to the ground, and then use the action space for that virtual arm (pose deviation, velocity, acceleration, whatever you prefer) to control the physical robot with some low level pose/velocity/etc. controller. The idea was that for most indoor environment "locomotion" is not the difficult task that must be learned with RL, but rather (potentially perceptive) navigation, as well as navigation with medium-to-long horizon manipulation. I'm not sure if an official example of this workflow exists, and of course if the supported workflow has changed please someone correct me. |
Beta Was this translation helpful? Give feedback.
-
The PhysX team is working on proper wheel simulation. Once that's ready, we'll add some concrete examples on wheel-based mobile robots. Stay tuned :) |
Beta Was this translation helpful? Give feedback.
-
I am curious if the wheel simulation you mentioned is the vehicle plugin or something new? |
Beta Was this translation helpful? Give feedback.
-
PhysX added Cylinder support!!!! NVIDIAGameWorks/PhysX#50 Any chance that mobile robot examples are around the corner? |
Beta Was this translation helpful? Give feedback.
-
Hi! This is a bit of an old thread but I wanted to plug our work on wheeled robots here since I happened upon this thread during our development. We've found that it fills a large gap in Isaac Lab (and the robotics community as a whole): Please do leave feedback or suggestions if you try it out! Website: https://uwrobotlearning.github.io/WheeledLab/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Isaac Lab Team,
I hope this message finds you well.
I am currently working on a project involving reinforcement learning for mobile robots, and I am interested in using Isaac Lab for this purpose. I have a few questions regarding the support for mobile robots:
Are there any plans to update Isaac Lab to better support reinforcement learning for mobile robots? If so, could you provide an estimated timeline for these updates?
In the meantime, are there any existing examples or resources within Isaac Lab that you would recommend for getting started with reinforcement learning on mobile robots?
Thank you very much for your time and assistance. I look forward to your response.
Beta Was this translation helpful? Give feedback.
All reactions