How to add third-party library in rosdep? [closed]

asked 2021-04-14 07:44:06 -0500

Yanray47 gravatar image

Currently, I'd like to add a third-party library in rosdep. Here is the link: https://github.com/lgsvl/PythonAPI. All the packages in rosdep are able to be installed by pip/pip3. However, this library is depends on a git link. I found out it could be installed by this command python3 -m pip install git+https://github.com/lgsvl/PythonAPI.git -b 2021.1.

Here are three questions:

  1. What is the generic format to add a git link in rosdep/python.yaml?
  2. I submitted a pull request at this link. But it doesn't pass the checks. I'm confused how to solve it.
  3. Am I on the right way to add this dependency?

Thank you so much!

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by mgruhler
close date 2021-04-15 02:08:50.753752

Comments

I closed this as a duplicate, because I think the relevant discussion is happening in the PR you link to. Also, it seems to me your questions above are pretty much all answered there.

If you think this is not correct, please simply reopen :-)

mgruhler gravatar image mgruhler  ( 2021-04-15 02:09:48 -0500 )edit