Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).
Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: Nvidia RTX 2000 Ada laptop
- Driver Version: 580
Topic Description
Detailed Description
Created scene following tutorial. Adding joints and articulation worked fine. ArticulationController drives robot fine. But when I add a camera (Rob_Mock is default prim so it is added here) and drag it to under Rob_Body Xform and run simulation, camera stays stationary while robot moves. If I move Rob_Body Xform around, camera moves with body frame fine (camera is inside body coordinate system so should move with it).
If I follow same steps adding camera to mock_robot_rigged sample, it works fine. Why is mine different? Why is Velocity_Controller\ArticulationController not moving the camera during sim?
I noticed the properties/configuration of mock_robot_rigged don’t match what the tutorial on rigging robot describes. Tutorial says add physics Rigid Body with Collision to cube and cylinders. Rigid Body physics are disabled/missing while Collision API is enabled!?
Steps to Reproduce
-
Load TutorialWheeledArticulated USD (my build of mock_robot_rigged) that works OK
-
Verify Rob_Mock has Articulation root and it is enabled
-
Create Camera
-
Drag Camera under Rob_Base
-
Camera will NOT follow Rob_Body during simulation
(Add more steps as needed)
Error Messages
Sometimes adding Viewport 2 crashes GUI
Robot runs away leaving camera behind
Additional Information
What I’ve Tried
Remove Rigid Body and retain Collision physics to match sample mock_robot_rigged. GUI crashes with cannot create physics joint messages.
How do I view Python code to compare it to mock_robot_rigged?
I added Physics material on wheels (HardRubber with realistic static and dynamic friction).
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
Copilot AI says camera is not in articulation tree!? Should be added automatically.
Rob_Mock\
Rob_Body
Rob_Wheel_Lft
Rob_Wheel_Rgt

