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-core
Commits
53dceaed
Commit
53dceaed
authored
Sep 28, 2020
by
Joseph Mirabel
Committed by
Guilhem Saurel
Sep 29, 2020
Browse files
Minor functional fixes.
parent
aebbf0b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
53dceaed
...
...
@@ -48,6 +48,7 @@ IF(BUILD_PYTHON_INTERFACE)
STRING
(
REGEX REPLACE
"-"
"_"
PYTHON_DIR
${
CUSTOM_HEADER_DIR
}
)
ADD_PROJECT_DEPENDENCY
(
dynamic-graph-python 4.0.0 REQUIRED
PKG_CONFIG_REQUIRES dynamic-graph-python
)
ADD_PROJECT_DEPENDENCY
(
eigenpy REQUIRED PKG_CONFIG_REQUIRES eigenpy
)
SEARCH_FOR_BOOST_PYTHON
(
REQUIRED
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
...
...
src/CMakeLists.txt
View file @
53dceaed
...
...
@@ -113,6 +113,7 @@ FOREACH(plugin ${plugins})
${
LIBRARY_NAME
}
${
PROJECT_NAME
}
-
${
PYTHON_LIBRARY_NAME
}
-wrap
MODULE_HEADER
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
plugin
}
-python.h"
)
endif
()
target_link_libraries
(
${
PROJECT_NAME
}
-
${
PYTHON_LIBRARY_NAME
}
-wrap eigenpy::eigenpy
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
ENDFOREACH
(
plugin
)
...
...
src/dynamic_graph/sot/core/__init__.py
View file @
53dceaed
from
.
import
wrap
from
wrap
import
Flags
Write
Preview
Markdown
is supported
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