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
loco-3d
Multicontact-api
Commits
8ff0fdb9
Commit
8ff0fdb9
authored
Jan 05, 2022
by
Guilhem Saurel
Browse files
README: details
parent
da41e2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8ff0fdb9
...
...
@@ -4,7 +4,7 @@
[

](http://projects.laas.fr/gepetto/doc/loco-3d/multicontact-api/master/coverage/)
This package is extracted from an original work of Justin Carpentier (jcarpent
@laas.fr),
This package is extracted from an original work of Justin Carpentier (
@
jcarpent
).
with the goal to simplify the library, make it more generic and remove old dependencies.
This package provide C++ structures with python bindings used to define and store contact phases and contact sequences.
...
...
@@ -12,29 +12,29 @@ This package provide C++ structures with python bindings used to define and stor
# Dependencies
*
Eigen
*
[
Eigenpy
](
https://github.com/stack-of-tasks/eigenpy
)
(
Only
for python bindings)
*
[
Pinocchio
](
https://github.com/stack-of-tasks/pinocchio
)
*
[
NDCurves
](
https://github.com/loco-3d/ndcurves
)
*
[
Eigenpy
](
https://github.com/stack-of-tasks/eigenpy
)
(
Only
for python bindings)
# Installation procedure
## From binary
This package is available as binary in
[
robotpkg
/wip
](
http://robotpkg.openrobots.org/
robotpkg-wip
.html
)
This package is available as binary in
[
robotpkg
](
http://robotpkg.openrobots.org/
debian
.html
)
## From sources
Install the required dependencies, eg.
(choose for python version)
:
Install the required dependencies, eg.:
```
sudo apt-get install robotpkg-py3
5
-pinocchio robotpkg-py3\*-curves
sudo apt-get install robotpkg-py3
\*
-pinocchio robotpkg-py3\*-
nd
curves
```
Clone the repository and build the package:
```
git clone --recursive
git@gepgitlab.laas.fr:
loco-3d/multicontact-api.git
c
d
multicontact-api
&& mkdir build && cd build
cmake
.. && make
make test
git clone --recursive
https://github.com/
loco-3d/multicontact-api.git
c
make -B
multicontact-api
/build -S multicontact-api
cmake
--build multicontact-api/build
c
make
--build multicontact-api/build -t
test
```
# Usage
...
...
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