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
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 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: RTX A3000 12 GB
- Driver Version: 550.144.03
Topic Description
Detailed Description
Hi, extension example provided by this page (Lula Trajectory Generator — Isaac Sim Documentation) seem to be not updated to the latest api.
I get this exception error : ModuleNotFoundError: No module named ‘isaacsim.gui.components.element_wrappers.core_connectors’ when i try to enable the extension.
I try to do some linear movements with my robot, if I understand well, this cannot be done with RMP flow algorithm but it can be with Lula trajectory Generator ?
Thanks