Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
ndcurves
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
loco-3d
ndcurves
Commits
598d92bd
Commit
598d92bd
authored
2 years ago
by
Carlos Mastalli
Browse files
Options
Downloads
Patches
Plain Diff
[python] Removed deprecated macros in eigenpy
parent
30444778
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#26130
passed with warnings
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
python/ndcurves/python_variables.h
+0
-25
0 additions, 25 deletions
python/ndcurves/python_variables.h
with
2 additions
and
27 deletions
CMakeLists.txt
+
2
−
2
View file @
598d92bd
...
...
@@ -53,8 +53,8 @@ set(PACKAGE_EXTRA_MACROS
add_project_dependency
(
Boost REQUIRED COMPONENTS serialization
)
if
(
BUILD_PYTHON_INTERFACE
)
add_project_dependency
(
eigenpy 2.
7.1
0 REQUIRED PKG_CONFIG_REQUIRES
"eigenpy >= 2.
7.1
0"
)
add_project_dependency
(
eigenpy 2.
9.
0 REQUIRED PKG_CONFIG_REQUIRES
"eigenpy >= 2.
9.
0"
)
endif
(
BUILD_PYTHON_INTERFACE
)
# Main Library
...
...
This diff is collapsed.
Click to expand it.
python/ndcurves/python_variables.h
+
0
−
25
View file @
598d92bd
...
...
@@ -69,30 +69,5 @@ struct LinearBezierVector {
/*** TEMPLATE SPECIALIZATION FOR PYTHON ****/
}
// namespace ndcurves
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
bernstein_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
curve_constraints_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
matrix_x_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
pointX_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
linear_variable_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
bezier_linear_variable_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
matrix_pair
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
polynomial_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
exact_cubic_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
bezier_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
constant_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
cubic_hermite_spline_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
piecewise_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
polynomial3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
exact_cubic3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
bezier3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
constant3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
cubic_hermite_spline3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
piecewise3_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
SO3Linear_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
SE3Curve_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
sinusoidal_t
)
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION
(
ndcurves
::
piecewise_SE3_t
)
#endif //_VARIABLES_PYTHON_BINDINGS
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment