Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catkin build dependency not listed? #29

Closed
fjandrad opened this issue Aug 18, 2017 · 2 comments
Closed

catkin build dependency not listed? #29

fjandrad opened this issue Aug 18, 2017 · 2 comments

Comments

@fjandrad
Copy link

Hi it might have been obvious and not required but following instructions step by step I found that I was laking catkin-pkg to run
sudo python setup.py install

Should we add this to the dependencies?
sudo apt-get install python-catkin-pkg

@traversaro traversaro changed the title dependency not listed? catkin build dependency not listed? Aug 22, 2017
@traversaro
Copy link
Member

You are correct. Catkin used not to be necessary, but some months ago (I guess around February 2017, see b2d755e) the urdf_parser_py changed the default branch of the repo from master to indigo-devel without any announcement. I now think that the master branch is not maintained (see ros/urdf_parser_py#24) so I guess we should simply require catkin to be installed in the system. Installing catkin should be straightforward also on Windows, as it is available at a pip package (https://pypi.python.org/pypi/catkin_pkg/).
Let's keep this issue open until we fix the docs.
cc @fiorisi because this may affect used of the tool in Windows.

@fiorisiBot
Copy link

I think that we can close this issue. See 6afa4eb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants