Thank you for your ongoing support of Isaac Sim. Your feedback in 2025 was invaluable, and we’re eager to hear more as we enter 2026.
We’ve opened a new discussion thread on this forum to gather your insights. Please share:
Challenges you face when using Isaac Sim
Improvements you’d like to see
Your input directly shapes our product development. We appreciate your time and look forward to your thoughts.
Are there any plans to integrate a wider range of path planners directly into Isaac Sim?
Currently, CuRobo is managed separately, and this sometimes leads to compatibility or collision issues depending on the version. It would be highly beneficial if Isaac Sim could natively support a path planner that handles mesh-based obstacles, such as CuRobo, without these version-related concerns.
Additionally, I would love to see support for multiple path planning frameworks, including the Open Motion Planning Library (OMPL), to provide more flexibility for different robotics applications and research scenarios. Expanding the built-in options for path planners would greatly enhance usability and reduce integration complexity.
Isaac Sim seems like it largely focuses on smaller sized scenes for indoor robotics. My lab wishes to use Isaac Sim for outdoor field robotics with large maps. I’ve noticed a great deal of lag when importing outdoor scenes from Unreal Engine, especially scenes with foliage and fauna. I suppose this discrepancy is because of Unreal Engine’s nanite foliage optimizations. Could there be considerations to make Isaac Sim work with fast performance for large scale scenes that simulate the outdoors and outdoor foliage?
When I used the Isaac sim, I published the cmd_vel through ROS2, and my ROS2 program set a time. The result of v*dt differed by a factor of 0.33 from the differential controller in Isaac
Hi @425532859, thanks for reporting this. The 0.33x factor is likely caused by a mismatch between the physics simulation rate and your ROS 2 publishing rate, or a unit discrepancy in the wheel parameters. Could you file a separate issue on GitHub (https://github.com/isaac-sim/IsaacSim/issues) with your robot’s
wheel_radius, wheel_base, physics timestep, and ROS 2 cmd_vel rate? That will let us diagnose the exact cause. For reference, the DifferentialController expects wheel dimensions in centimeters, while ROS 2 cmd_vel uses meters/sec — please double-check that your values are consistent.