Replies: 1 comment
-
|
Did you manage to make it work later? |
Beta Was this translation helpful? Give feedback.
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.
-
Hi, I installed IsaacLab a couple of months ago following the instructions in the quick installation guide. I also had IsaacSim with ROS2 Humble bridge enabled before installing IsaacLab. I remember running the create_empty.py tutorial with no issues. However, I haven't really gotten around to playing with IsaacLab until now, so I tried running IsaacLab examples using
python scripts/reinforcement_learning/skrl/train.py --task=Isaac-Ant-v0. This showed an empty IsaacSim gui but with no ground. There was also this error in the terminal:Following the discussion in this forum topic, I uninstalled ROS2 Humble:
sudo apt remove ~nros-humble-* && sudo apt autoremovesudo apt remove ros2-apt-sourcesudo apt updatesudo apt autoremovesudo apt upgradeI confirm that ros2 is gone using
ls /opt/Then tried running the same Ant-v0 script again but got:
This time nothing ran because of the seg fault and program ended. So I deleted the repo, removed the conda env to start a fresh install following the same steps in quick installation. And now I get this error:
How do I get IsaacLab to run locally? Please let me know if you need any additional information. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions