Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
sot-hrp2
Commits
00c2c617
Commit
00c2c617
authored
Jan 16, 2012
by
olivier stasse
Browse files
Remove unnecessary include file.
parent
de210a18
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
00c2c617
...
...
@@ -90,8 +90,8 @@ MACRO(build_hrp2_controller robotnumber)
# Link the dynamic library containing the SoT with its dependencies.
PKG_CONFIG_USE_DEPENDENCY
(
${
CONTROLLER_NAME
}
"dynamic-graph"
)
PKG_CONFIG_USE_DEPENDENCY
(
${
CONTROLLER_NAME
}
"dynamic-graph-python"
)
PKG_CONFIG_USE_DEPENDENCY
(
${
CONTROLLER_NAME
}
"sot-core"
)
PKG_CONFIG_USE_DEPENDENCY
(
${
CONTROLLER_NAME
}
"dynamic-graph-corba"
)
PKG_CONFIG_USE_DEPENDENCY
(
${
CONTROLLER_NAME
}
"sot-core"
)
INSTALL
(
TARGETS
${
CONTROLLER_NAME
}
DESTINATION lib
)
...
...
src/dynamic-hrp2_14.cc
View file @
00c2c617
...
...
@@ -23,7 +23,6 @@
using
namespace
dynamicgraph
;
using
namespace
dynamicgraph
::
sot
;
#include
<abstract-robot-dynamics/robot-dynamics-object-constructor.hh>
namespace
dynamicgraph
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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