Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions agimus-hpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ LICENSE= 2-clause-bsd
CATEGORIES= wip
COMMENT= Package to link HPP to the Agimus framework

CMAKE_ARGS+= -DBUILD_HPP_PLUGIN=ON
CMAKE_ARGS+= -DBUILD_ROS_INTERFACE=ON

include ../../devel/jrl-cmakemodules/Makefile.common
include ../../wip/agimus_sot_msgs/depend.mk
include ../../motion/dynamic-graph-bridge-msgs/depend.mk
Expand All @@ -26,4 +23,4 @@ include ../../path/py-hpp-manipulation-corba/depend.mk
include ../../devel/ros-catkin/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
include ../../mk/robotpkg.mk
2 changes: 1 addition & 1 deletion agimus-sot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ include ../../path/py-hpp-manipulation-corba/depend.mk
include ../../devel/ros-catkin/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
include ../../mk/robotpkg.mk
1 change: 1 addition & 0 deletions agimus-vision/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LICENSE= 2-clause-bsd
CATEGORIES= wip
COMMENT= Computer vision for Agimus


include ../../devel/jrl-cmakemodules/Makefile.common
include ../../image/ros-vision-opencv/depend.mk
include ../../devel/ros-catkin/depend.mk
Expand Down