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
Stack Of Tasks
sot-dynamic
Commits
f8dce2a4
Commit
f8dce2a4
authored
Sep 26, 2013
by
Francois Keith
Browse files
Remove the references to hrp2 in the documentation.
The corresponding code has been moved to the package sot-hrp2.
parent
bc2403a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/additionalDoc/package.hh
View file @
f8dce2a4
...
@@ -32,9 +32,6 @@ This package depends on the following packages:
...
@@ -32,9 +32,6 @@ This package depends on the following packages:
\li sot-core
\li sot-core
\li dynamic-graph
\li dynamic-graph
\li dynamic-graph-python
\li dynamic-graph-python
Optional packages (for specific support of the hrp2-N robots)
\li hrp210optimized
\li hrp2-dynamics
See the JRL umi3218's page on github for instructions on how to download and
See the JRL umi3218's page on github for instructions on how to download and
install these packages at https://github.com/jrl-umi3218.
install these packages at https://github.com/jrl-umi3218.
...
@@ -56,12 +53,6 @@ The following entities are created by this package:\n
...
@@ -56,12 +53,6 @@ The following entities are created by this package:\n
\li sot::WaistAttitudeFromSensor
\li sot::WaistAttitudeFromSensor
\li sot::Dynamic - provides the inverse dynamics computations for of a humanoid robot
\li sot::Dynamic - provides the inverse dynamics computations for of a humanoid robot
Optionally, if the packages in brackets are installed, the following entities
are made available:
\li sot::DynamicHrp2 - same as sot::Dynamic, but specialized for hrp2 robots [needs hrp2-dynamics]
\li sot::DynamicHrp2_10 - same as previous, optimized for the hrp2-10 robot [needs hrp210optimized]
\li sot::DynamicHrp2_10_old [needs hrp210optimized]
See each entity's documentation page for more information (when available).
See each entity's documentation page for more information (when available).
\section References
\section References
...
...
unitTesting/CMakeLists.txt
View file @
f8dce2a4
...
@@ -56,10 +56,6 @@ FOREACH(test ${tests})
...
@@ -56,10 +56,6 @@ FOREACH(test ${tests})
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
sot-core
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
sot-core
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
dynamic-graph
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
dynamic-graph
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
jrl-mal
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
jrl-mal
)
IF
(
HRP2_DYNAMICS_FOUND
)
PKG_CONFIG_USE_DEPENDENCY
(
${
EXECUTABLE_NAME
}
hrp2-dynamics
)
ENDIF
(
HRP2_DYNAMICS_FOUND
)
IF
(
${
test
}
_plugins_dependencies
)
IF
(
${
test
}
_plugins_dependencies
)
ADD_DEPENDENCIES
(
${
EXECUTABLE_NAME
}
"
${${
test
}
_plugins_dependencies
}
"
)
ADD_DEPENDENCIES
(
${
EXECUTABLE_NAME
}
"
${${
test
}
_plugins_dependencies
}
"
)
...
...
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