Search found 2 matches

by Markus Peters
Wed Oct 20, 2021 5:12 am
Forum: OpenSim
Topic: Simbody Visualizer and OpenSim in Python
Replies: 3
Views: 357

Re: Simbody Visualizer and OpenSim in Python

Thanks Ayman for your reply, Yes indeed I found that argument as well in the "simbody.py" file. The problem is that I don't know what I should put into the function. In the simbody.py file it is wirtten: setBackgroundType(self, background: "SimTK::Visualizer::BackgroundType") -> "SimTK::Visualizer &...
by Markus Peters
Fri Oct 15, 2021 6:34 am
Forum: OpenSim
Topic: Simbody Visualizer and OpenSim in Python
Replies: 3
Views: 357

Simbody Visualizer and OpenSim in Python

Hello, I'm currently working with the OpenSens interface to run simulations in OpenSim driven by IMU data. I try to change the settings of the visualiser from the 'GroundAndSky' setting to the 'SolodColor' because it always starts with this nasty setup but somehow I miss the point. I have no idea ho...