Use python rather than python3 in lots of files
I'm running Ubuntu 20.04, with kernel 5.8.0-49, and i installed ROS Noetic, as exlained: http://wiki.ros.org/noetic/Installati....
Then, i installed Webots: https://cyberbotics.com/
When i try to launch 'roslaunch ur_e_webots ur5e_joint_limited.launch' (NOTE: I used the package ur_e_webots
. from https://github.com/fercuacho/ur_e_web... and copied it to the src
folder of my workspace), as explained: https://github.com/cyberbotics/webots....
Having previously installed the 'universal_robots' package, also explained in the previous link.
I got "ImportError: no module named yaml", although I check that I have python3-yaml installed. Solved the problem by install the python-yaml package. But now the launch process is stopped by:
ImportError: No module named rospkg
[webots_universal_robots-4] process has died [pid 13358, exit code 1, cmd /home/fernando/catkin_ws/src/ur_e_webots/scripts/universal_robots_ros.py __name:=webots_universal_robots __log:=/home/fernando/.ros/log/b23c4398-9e09-11eb-b65c-291f9e169c91/webots_universal_robots-4.log].
log file: /home/fernando/.ros/log/b23c4398-9e09-11eb-b65c-291f9e169c91/webots_universal_robots-4*.log
.
I tried to solve the new problem by in the same way but couldn't because when i tried sudo apt-get install python-rospkg for install the python-rospkg package, i got:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-rospkg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python3-rospkg
E: Package 'python-rospkg' has no installation candidate