ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had this problem too, because rosdep and rosinstall packages in conda are old.
I solved this by installing them using pip and installing setuptools:
pip install -U rosdep rosinstall_generator wstool rosinstall six vcstools
conda install setuptools
2 | No.2 Revision |
I had this problem too, because rosdep and rosinstall packages in conda are old.
I solved this by installing them using pip and installing setuptools:
pip install -U rosdep rosinstall_generator wstool rosinstall six vcstools
conda install setuptools
conda install setuptools