ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I believe you could try adding a direct dependency on roslib
in your package. As long as roslib
is installed before building your package it should be set I think because roslib
's environment hook set the env variable.
I'm not sure why roscpp
doesn't transitively depend on roslib
but rospy
does, @dirk-thomas any idea is that's desired/correct or an oversight?
2 | No.2 Revision |
I believe you could try adding a direct dependency on roslib
in your package. As long as roslib
is installed before building your package it should be set I think because roslib
's environment hook set the env variable.
I'm not sure why roscpp
doesn't transitively depend on roslib
but rospy
does, @dirk-thomas @Dirk Thomas any idea is that's desired/correct or an oversight?