pyomeca / bioviz

Biorbd visualization toolkit
MIT License
18 stars 26 forks source link

Cannot clip Q to clipboard #72

Open Ipuch opened 2 years ago

Ipuch commented 2 years ago

Is it normal ? Cannot find '.setClipboardContents' in object /klipper at org.kde.klipper

pariterre commented 2 years ago

Hi @Ipuch

This is a bit vague... When does this happen? On what platform? What did you load as model? As Q? As movement?

Ipuch commented 2 years ago

Ubuntu, Pycharm, No motion

import bioviz
import numpy as np

model_name = "Model_JeCh_15DoFs.bioMod"
biorbd_viz = bioviz.Viz(model_name)
biorbd_viz.exec()