We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127eb7 commit ee1cd16Copy full SHA for ee1cd16
head-action/Makefile
@@ -5,7 +5,7 @@
5
ORG= pal-robotics
6
NAME= head-action
7
VERSION= 0.0.1
8
-PKGREVISION= 4
+PKGREVISION= 5
9
10
ROSNAME= $(subst -,_,${NAME})
11
@@ -35,7 +35,7 @@ include ../../lang/ros-message-generation/depend.mk
35
include ../../lang/ros-message-runtime/depend.mk
36
include ../../graphics/ros-kdl-parser/depend.mk
37
include ../../interfaces/ros-control-msgs/depend.mk
38
-include ../../motion/ros-orocos-kinematics-dynamics/depend.mk
+include ../../motion/orocos-kdl/depend.mk
39
include ../../math/ros-geometry/depend.mk
40
include ../../middleware/ros-comm/depend.mk
41
include ../../mk/language/c++.mk
0 commit comments