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
pinocchio
Commits
18a869e0
Verified
Commit
18a869e0
authored
Jul 17, 2020
by
Justin Carpentier
Browse files
python: fix call
parent
85274b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
bindings/python/algorithm/algorithms.hpp
View file @
18a869e0
//
// Copyright (c) 2015-20
19
CNRS INRIA
// Copyright (c) 2015-20
20
CNRS INRIA
//
#ifndef __pinocchio_python_algorithm_hpp__
#define __pinocchio_python_algorithm_hpp__
#ifndef __pinocchio_python_algorithm
s
_hpp__
#define __pinocchio_python_algorithm
s
_hpp__
#include "pinocchio/bindings/python/fwd.hpp"
#include <boost/python.hpp>
...
...
@@ -41,5 +41,5 @@ namespace pinocchio
}
// namespace python
}
// namespace pinocchio
#endif // ifndef __pinocchio_python_algorithm_hpp__
#endif // ifndef __pinocchio_python_algorithm
s
_hpp__
bindings/python/algorithm/expose-algorithms.cpp
View file @
18a869e0
//
// Copyright (c) 2015-20
19
CNRS INRIA
// Copyright (c) 2015-20
20
CNRS INRIA
//
#include "pinocchio/bindings/python/algorithm/algorithms.hpp"
...
...
@@ -27,12 +27,12 @@ namespace pinocchio
exposeRegressor
();
exposeCholesky
();
exposeModelAlgo
();
exposeCentroidalDerivatives
();
// expose derivative version of the algorithms
exposeRNEADerivatives
();
exposeABADerivatives
();
exposeKinematicsDerivatives
();
exposeCentroidalDerivatives
();
}
}
// namespace python
...
...
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