Search found 6 matches

by veerendra v
Wed Aug 01, 2018 3:11 am
Forum: OpenSim
Topic: Neural Spike data to muscle excitation conversion
Replies: 0
Views: 332

Neural Spike data to muscle excitation conversion

I am trying to build a neural controller to control the simple opensim double pendulum model(attachment). The controller(either PrescribedController or any Custom Controller by overriding computeControls() method ) needs muscle excitations(values between 0 and 1). Can someone help me how to calculat...
by veerendra v
Mon Jul 23, 2018 11:50 pm
Forum: OpenSim
Topic: Controller that takes runtime input for forward dynamics simulation of simple arm example
Replies: 2
Views: 372

Re: Controller that takes runtime input for forward dynamics simulation of simple arm example

Thanks for the reply Thomas. Finally I am able to control the simulation with runtime control input from the keyboard.
by veerendra v
Wed Jul 18, 2018 4:46 am
Forum: OpenSim
Topic: Controller that takes runtime input for forward dynamics simulation of simple arm example
Replies: 2
Views: 372

Controller that takes runtime input for forward dynamics simulation of simple arm example

is there any predefined controller class which takes control inputs in runtime(from keyboard,network socket,etc when the simulation is running) and apply to its actuator? if none is available is there any possibility of achieving this by overriding computeControls() of Controller? I tried the below ...
by veerendra v
Tue Jun 05, 2018 3:54 am
Forum: OpenSim
Topic: Model Visualization using opensim4.0 C++ API
Replies: 8
Views: 619

Re: Model Visualization using opensim4.0 C++ API

Thanks Christopher..!
by veerendra v
Mon Jun 04, 2018 5:49 am
Forum: OpenSim
Topic: Model Visualization using opensim4.0 C++ API
Replies: 8
Views: 619

Model Visualization using opensim4.0 C++ API

1. Can't add .vtp files using addDisplayGeometry() function. What is the equivalent of addDisplayGeometry(){which is in 3.x} in opensim4.0?
2. What is the general procedure to visualize opensim model geometry(.osim and .vtp) using opensim4.0 C++ API?
by veerendra v
Wed May 16, 2018 5:12 am
Forum: OpenSim
Topic: Can't run the example C++ code simple arm whose elbow is actuated by a muscle, provided in opensim-core github readme
Replies: 3
Views: 372

Can't run the example C++ code simple arm whose elbow is actuated by a muscle, provided in opensim-core github readme

I have built the opensim in ubuntu 16.04 successfully. But while running the example (simple arm whose elbow is articulated by a muscle) using the C++ interface provided in the readme i got the below error. Even after including the path to the directory containing Xml.h, it is still showing the same...