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
Stack Of Tasks
sot-dynamic-pinocchio
Commits
2842aa7d
Unverified
Commit
2842aa7d
authored
Nov 27, 2020
by
Guilhem Saurel
Committed by
GitHub
Nov 27, 2020
Browse files
Merge pull request #85 from Rascof/devel
Fix error with prerelease on ROS
parents
a0e00f7b
74af5349
Pipeline
#12481
passed with stage
in 5 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2842aa7d
...
...
@@ -80,6 +80,8 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
ENDIF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
ADD_SUBDIRECTORY
(
src
)
ADD_SUBDIRECTORY
(
tests
)
IF
(
BUILD_TESTING
)
ADD_SUBDIRECTORY
(
tests
)
ENDIF
(
BUILD_TESTING
)
PKG_CONFIG_APPEND_LIBS
(
${
PROJECT_NAME
}
)
package.xml
View file @
2842aa7d
...
...
@@ -24,6 +24,8 @@
<depend>
sot-tools
</depend>
<depend>
pinocchio
</depend>
<depend>
dynamic-graph-python
</depend>
<depend>
liblapack-dev
</depend>
<depend>
libopenblas-dev
</depend>
<doc_depend>
doxygen
</doc_depend>
<doc_depend>
dynamic-graph
</doc_depend>
...
...
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