Search found 47 matches

by Vishal R
Wed Aug 29, 2018 7:55 am
Forum: OpenSim
Topic: Understanding the API: How to know the possible column names
Replies: 4
Views: 491

Re: Understanding the API: How to know the possible column names

jimmy wrote:
Wed Aug 29, 2018 7:25 am
Also, there is a method to write components inputs and outputs to the terminal ;

Code: Select all

Component::printOutputInfo()

Component::printInputInfo()
That's even more beautiful. Thank you :)
by Vishal R
Tue Aug 28, 2018 10:05 am
Forum: OpenSim
Topic: Understanding the API: How to know the possible column names
Replies: 4
Views: 491

Re: Understanding the API: How to know the possible column names

jimmy wrote:
Tue Aug 28, 2018 9:57 am
The outputs for each class are located in the Class documentation. Here is an example of the Class Muscle.
Thanks a lot, James. Just what I was looking for. :)
by Vishal R
Tue Aug 28, 2018 9:43 am
Forum: OpenSim
Topic: Understanding the API: How to know the possible column names
Replies: 4
Views: 491

Understanding the API: How to know the possible column names

Hi again, I was trying to follow the program for making a simple arm model as provided in the OpenSim github https://github.com/opensim-org/opensim-core . I was wondering on how do we know or look into the API for understanding what are the probable names that are supported to view the output in the...
by Vishal R
Tue Aug 28, 2018 2:40 am
Forum: OpenSim
Topic: [Solved]Exception on printDetailedInfo
Replies: 6
Views: 488

Re: Exception on printDetailedInfo

Hi Vishal, My guess at this point is that this is a compatibility issue between the VisualStudio version you're using now and the one that was used to build OpenSim 3.3. The reasons this is likely the case are: 1. OpenSim 3.3 was built with an earlier version of VisualStudio (before VS 2017 was eve...
by Vishal R
Mon Aug 27, 2018 2:43 pm
Forum: OpenSim
Topic: [Solved]Exception on printDetailedInfo
Replies: 6
Views: 488

Re: Exception on printDetailedInfo

Hi Vishal, Did you build OpenSim from sources or you're trying to use the prebuilt libraries/distribution? In the former case, I'd suggest you build RelWithDebInfo and step into the method to see the specific line that causes the problem. In the latter case there's a potential that the VisualStudio...
by Vishal R
Mon Aug 27, 2018 1:58 pm
Forum: OpenSim
Topic: [Solved]Exception on printDetailedInfo
Replies: 6
Views: 488

Re: Exception on printDetailedInfo

This may be an issue for the compiler; https://stackoverflow.com/questions/47933932/visual-studio-2017-debug-error-frame-not-in-module I tried using the help from stack overflow and few other suggestions on loading the symbols from the server and so on. But still of no help. The error only happens ...
by Vishal R
Mon Aug 27, 2018 3:01 am
Forum: OpenSim
Topic: [Solved]Exception on printDetailedInfo
Replies: 6
Views: 488

[Solved]Exception on printDetailedInfo

I was following the example for TugOfWarController. I noticed that if I had to examine the model using the following code: osimModel.printDetailedInfo(si, std::cout); I get the following exception Exception thrown at 0x00007FF90633B5EB (msvcp120.dll) in exampleController.exe: 0xC0000005: Access viol...
by Vishal R
Thu Aug 16, 2018 6:56 am
Forum: OpenSim
Topic: Previewing *.trc file in OpenSim 3.0
Replies: 6
Views: 1993

Re: Previewing *.trc file in OpenSim 3.0

Hi Stephen, The likely reason for this is that the environment variable OPENSIM_HOME is not set. Previous versions didn't use this environment variable to locate resources. If not done by the installer (it should unless there is permissions issue and environment can be set for user) you can set it ...
by Vishal R
Tue Aug 14, 2018 7:50 am
Forum: OpenSim
Topic: OpenSim 3.3 or OpenSim 4
Replies: 1
Views: 301

OpenSim 3.3 or OpenSim 4

Hi OpenSim team, I was working out a few examples in the "Developer's Guide" to get acquainted using OpenSim APIs. I would like to know if it's better to use OpenSim3.3 documentation or OpenSim4 ? Initially, I was following OpenSim4 documentation here: https://simtk-confluence.stanford.edu/display/O...
by Vishal R
Thu Aug 09, 2018 9:25 am
Forum: OpenSim
Topic: Tutorial Question: Leg Muscle Force Estimation
Replies: 1
Views: 292

Re: Tutorial Question: Leg Muscle Force Estimation

Any advice/answers please? :roll: :?: