Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-doc
Commits
d94848cf
Commit
d94848cf
authored
Jan 21, 2021
by
Florent Lamiraux
Browse files
Remove dependency to hpp-wholebody-step
The functions provided by this package are not used anymore.
parent
fdbf104f
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefiles/devel.mk
View file @
d94848cf
...
...
@@ -16,9 +16,6 @@ ifndef INSTALL_HPP_DIR
INSTALL_HPP_DIR
=
${DEVEL_HPP_DIR}
/install
endif
# Whether to compute humanoid specific part
HUMANOID
?=
TRUE
BUILD_TYPE
?=
Release
BUILD_TESTING
?=
ON
ifeq
(${BUILD_TYPE},Debug)
...
...
@@ -94,6 +91,7 @@ hpp-doc_repository=${HPP_REPO}
hpp-manipulation_branch
=
${HPP_VERSION}
hpp-manipulation_repository
=
${HPP_REPO}
hpp-manipulation_extra_flags
=
-DHPP_MANIPULATION_HAS_WHOLEBODY_STEP
=
FALSE
hpp-manipulation-urdf_branch
=
${HPP_VERSION}
hpp-manipulation-urdf_repository
=
${HPP_REPO}
...
...
@@ -101,12 +99,6 @@ hpp-manipulation-urdf_repository=${HPP_REPO}
hpp-manipulation-corba_branch
=
${HPP_VERSION}
hpp-manipulation-corba_repository
=
${HPP_REPO}
ifeq
(${HUMANOID}, TRUE)
hpp-manipulation_extra_flags
=
-DHPP_MANIPULATION_HAS_WHOLEBODY_STEP
=
TRUE
else
hpp-manipulation_extra_flags
=
-DHPP_MANIPULATION_HAS_WHOLEBODY_STEP
=
FALSE
endif
hpp_tutorial_branch
=
${HPP_VERSION}
hpp_tutorial_repository
=
${HPP_REPO}
...
...
@@ -288,14 +280,6 @@ hpp-constraints.configure.dep: hpp-pinocchio.install hpp-statistics.install \
hpp-constraints.checkout
hpp-wholebody-step.configure.dep
:
hpp-constraints.install hpp-walkgen.install
\
hpp-wholebody-step.checkout
ifeq
(${HUMANOID}, TRUE)
hpp-manipulation.configure.dep
:
hpp-core.install hpp-constraints.install
\
hpp-wholebody-step.install hpp-manipulation.checkout
hpp-manipulation-corba.configure.dep
:
hpp-manipulation-urdf.install
\
hpp-corbaserver.install hpp-manipulation-corba.checkout
hpp-plot.configure.dep
:
hpp-corbaserver.install hpp-manipulation-corba.install
\
qgv.install hpp-plot.checkout
else
hpp-manipulation.configure.dep
:
hpp-core.install hpp-constraints.install
\
hpp-manipulation.checkout
hpp-manipulation-corba.configure.dep
:
hpp-manipulation-urdf.install
\
...
...
@@ -303,7 +287,6 @@ hpp-manipulation-corba.configure.dep: hpp-manipulation-urdf.install \
hpp-template-corba.install hpp-manipulation-corba.checkout
hpp-plot.configure.dep
:
hpp-corbaserver.install hpp-manipulation-corba.install
\
qgv.install hpp-plot.checkout
endif
hpp-manipulation-urdf.configure.dep
:
hpp-manipulation.install
\
hpp-manipulation-urdf.checkout
hpp-corbaserver.configure.dep
:
hpp-core.install hpp-template-corba.install
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment