Skip to content

Unable to run display_gepetto_gui python script  #24

@GiulioRomualdi

Description

@GiulioRomualdi

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

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions