Closed prasuchit closed 2 years ago
I was finally able to fix it!
For anyone else facing this problem, I'm running within a docker and after a lot of research online, I found that doing
sudo apt-get dist-upgrade
inside the docker then, exiting the docker env and doing a
docker-compose down && docker-compose up -d
launch the docker env again and inside, do:
sudo apt-get update
updated a ton of packages and fixed the above error for me.
Hi,
I just compiled the package successfully and ran this command:
ros2 launch ur_simulation_gazebo ur_sim_control.launch.py
Ended up with a lot of errors starting with an import error.
Kindly help. Thanks.