-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi all, I'm trying to visualize the motions stored in the example
folder with the following command
python3 display_gepetto_gui.py walk_20cm_quasistatic_WB.cs
Unfortunately, I have some problems,
First of all, the following line
import curves |
should be substituted with
import ndcurves
However, after this modification, the code crashes with
terminate called after throwing an instance of 'boost::archive::archive_exception'
what(): unregistered class
Aborted (core dumped)
The following code replicates the same error
import ndcurves
from multicontact_api import ContactSequence
cs = ContactSequence()
cs.loadFromBinary("./walk_20cm_quasistatic_WB.cs")
I installed multicontact-api
project from sources with robotpkg
as explained here
cc @pFernbach and @nim65s
Metadata
Metadata
Assignees
Labels
No labels