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 tested the following yaml file

myCustomPkg:
    ubuntu:
        pip:
            packages: ["git+https://github.com/user/repo.git@master"]

And it seemed to work. The simulate install gave the following command:

> rosdep check myRosPkg --os=ubuntu:xenial -i
rosdep detected OS: [elementary] aliasing it to: [ubuntu]
System dependencies have not been satisified:
  sudo -H pip install -U git+https://github.com/user/repo@master

By taking into account @tfoote comment, I tested the following yaml file

myCustomPkg:
    ubuntu:
        pip:
            packages: ["git+https://github.com/user/repo.git@master"]

And it seemed to work. The simulate install gave the following command:

> rosdep check myRosPkg --os=ubuntu:xenial -i
rosdep detected OS: [elementary] aliasing it to: [ubuntu]
System dependencies have not been satisified:
  sudo -H pip install -U git+https://github.com/user/repo@master