ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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

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