Skip to content

Commit da058d2

Browse files
committed
update for WIP
1 parent 20b421b commit da058d2

File tree

8 files changed

+12
-16
lines changed

8 files changed

+12
-16
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ SUBDIR+= hatponboard-lib
2727
SUBDIR+= head-action
2828
SUBDIR+= hey5-description
2929
SUBDIR+= hpp-affordance
30+
SUBDIR+= hpp-benchmark
31+
SUBDIR+= hrp2-14-description
32+
SUBDIR+= hrp2-dev
3033
SUBDIR+= infuse-asn1-conversions
3134
SUBDIR+= infuse-asn1-types
3235
SUBDIR+= infuse-envire
@@ -110,7 +113,7 @@ SUBDIR+= py-solo-pybullet
110113
SUBDIR+= py-sot-application-v3
111114
SUBDIR+= py-sot-core-v3
112115
SUBDIR+= py-sot-dynamic-pinocchio-v3
113-
SUBDIR+= py-sot-dyninv-v3
116+
#SUBDIR+= py-sot-dyninv-v3
114117
SUBDIR+= py-sot-pattern-generator-v3
115118
SUBDIR+= py-sot-talos
116119
SUBDIR+= py-sot-talos-balance
@@ -178,4 +181,5 @@ SUBDIR+= timeoptimization
178181
SUBDIR+= ur5-description
179182
SUBDIR+= urg
180183

184+
181185
include ../mk/robotpkg.subdir.mk

agimus-demos/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ LICENSE= 2-clause-bsd
1414
CATEGORIES= wip
1515
COMMENT= agimus-demos
1616

17-
17+
include ../../devel/jrl-cmakemodules/Makefile.common
1818
include ../../devel/ros-catkin/depend.mk
1919
include ../../mk/language/c.mk
2020
include ../../mk/language/c++.mk
2121
include ../../mk/robotpkg.mk
22-
include ../../devel/jrl-cmakemodules/Makefile.common

agimus-hpp/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COMMENT= Package to link HPP to the Agimus framework
1616
CMAKE_ARGS+= -DBUILD_HPP_PLUGIN=ON
1717
CMAKE_ARGS+= -DBUILD_ROS_INTERFACE=ON
1818

19-
19+
include ../../devel/jrl-cmakemodules/Makefile.common
2020
include ../../wip/agimus_sot_msgs/depend.mk
2121
include ../../motion/dynamic-graph-bridge-msgs/depend.mk
2222
include ../../middleware/py-omniORBpy/depend.mk
@@ -27,4 +27,3 @@ include ../../devel/ros-catkin/depend.mk
2727
include ../../mk/language/c.mk
2828
include ../../mk/language/c++.mk
2929
include ../../mk/robotpkg.mk
30-
include ../../devel/jrl-cmakemodules/Makefile.common

agimus-sot/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd
1414
CATEGORIES= wip
1515
COMMENT= Package to link SoT to the Agimus framework.
1616

17-
17+
include ../../devel/jrl-cmakemodules/Makefile.common
1818
include ../../wip/agimus_sot_msgs/depend.mk
1919
include ../../wip/py-dynamic-graph-v3/depend.mk
2020
include ../../wip/py-dynamic-graph-bridge-v3/depend.mk
@@ -25,4 +25,3 @@ include ../../devel/ros-catkin/depend.mk
2525
include ../../mk/language/c.mk
2626
include ../../mk/language/c++.mk
2727
include ../../mk/robotpkg.mk
28-
include ../../devel/jrl-cmakemodules/Makefile.common

agimus-vision/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ LICENSE= 2-clause-bsd
1414
CATEGORIES= wip
1515
COMMENT= Computer vision for Agimus
1616

17-
17+
include ../../devel/jrl-cmakemodules/Makefile.common
1818
include ../../image/ros-vision-opencv/depend.mk
1919
include ../../devel/ros-catkin/depend.mk
2020
include ../../mk/language/c.mk
2121
include ../../mk/language/c++.mk
2222
include ../../mk/robotpkg.mk
23-
include ../../devel/jrl-cmakemodules/Makefile.common

agimus/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ LICENSE= 2-clause-bsd
1414
CATEGORIES= wip
1515
COMMENT= agimus
1616

17-
17+
include ../../devel/jrl-cmakemodules/Makefile.common
1818
include ../../wip/agimus_sot_msgs/depend.mk
1919
include ../../wip/agimus-hpp/depend.mk
2020
include ../../devel/ros-catkin/depend.mk
2121
include ../../mk/language/c.mk
2222
include ../../mk/language/c++.mk
2323
include ../../mk/robotpkg.mk
24-
include ../../devel/jrl-cmakemodules/Makefile.common

agimus_sot_msgs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ LICENSE= 2-clause-bsd
1414
CATEGORIES= wip
1515
COMMENT= Messages and services for the agimus_sot package
1616

17+
include ../../devel/jrl-cmakemodules/Makefile.common
1718
include ../../devel/ros-catkin/depend.mk
1819
include ../../mk/language/c.mk
1920
include ../../mk/language/c++.mk
2021
include ../../mk/robotpkg.mk
21-
include ../../devel/jrl-cmakemodules/Makefile.common
22+

play-motion/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ ifeq (,$(filter 16.04%,${OS_VERSION}))
3131
include ../../wip/ros-moveit/depend.mk
3232
endif
3333

34-
ifeq (,$(filter 18.04%,${OS_VERSION}))
35-
include ../../wip/ros-moveit/depend.mk
36-
endif
37-
3834
include ../../wip/py-prf-ros-control/depend.mk
3935

4036
include ../../devel/boost-headers/depend.mk

0 commit comments

Comments
 (0)