ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As Dirk commented, the error is caused by the version mismatch of python-catkin-pkg-modules
(0.4.1) and python-catkin-pkg
(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules
:
sudo pip install --upgrade catkin_pkg_modules
2 | No.2 Revision |
As Dirk commented, answered, the error is caused by the version mismatch of python-catkin-pkg-modules
(0.4.1) and python-catkin-pkg
(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules
:
sudo pip install --upgrade catkin_pkg_modules
3 | No.3 Revision |
As Dirk answered, the error is caused by the version mismatch of python-catkin-pkg-modules
(0.4.1) and python-catkin-pkg
(0.4.3). This can be fixed by upgrading python-catkin-pkg-modules
:
sudo pip install --upgrade catkin_pkg_modules
Edit: Please first follow the above accepted answer.
4 | No.4 Revision |
python-catkin-pkg-modules
python-catkin-pkg
(0.4.3). python-catkin-pkg-modules
:
Edit: Please first follow the above accepted answer.