QSTAG#196
Conversation
Conflicts: qsr_lib/src/qsrlib/qsrlib.py
|
OK, I ll test it when I have time unless anyone else wants to do it. |
|
-_- |
|
@marc-hanheide this PR requires igraph package. Any chance of getting it installed on Jenkins? |
|
This works fine from what I can tell. But cannot merge until igraph is on jenkins. For 14.04 it is on the repos as |
|
It has to be a rosdep. You can add it here: https://github.com/strands-project/rosdistro/blob/strands-devel/rosdep/strands.yaml if it is just a debian package. Then include it in your package.xml. EDIT: Jenkins installs every dependency in the package.xml before building it. If it is not in there it will never work. |
|
OK great thanks. Including in the package.xml with the the build_depend and run_depend will suffice? |
|
After you added it to https://github.com/strands-project/rosdistro/blob/strands-devel/rosdep/strands.yaml yes. |
|
Looking on this you dont have ghmm as build_depend just run_depend. Will give that a shot. Thanks. |
added igraph run_dependency in package.xml
I've re-tested some simple cases since the documentation was added.