Search found 25 matches

by Evan Dooley
Mon Sep 07, 2020 11:06 am
Forum: OpenSim
Topic: Unexpected Number of Columns Error Inverse Kinematics
Replies: 5
Views: 356

Re: Unexpected Number of Columns Error Inverse Kinematics

This was occurring using trc's exported directly from Nexus. I tried exporting trc's in Nexus 2.9 and 2.10 with no luck. The work around I used for as a solution was to read the marker positions and generate a trc file using Matlab. I'm not sure this is the best solution, but it is certainly working...
by Evan Dooley
Mon Sep 07, 2020 7:02 am
Forum: OpenSim
Topic: IK Tool Fail
Replies: 3
Views: 297

Re: IK Tool Fail

message output Hello Allison, I am getting this same error. I have tried exporting from Nexus 2.9 and Nexus 2.10. I have checked the rows that claim to have the errors and the match the other rows. As far as I can tell all of the files throwing this error, match the formatting of previous files tha...
by Evan Dooley
Fri Sep 04, 2020 12:11 pm
Forum: OpenSim
Topic: Unexpected Number of Columns Error Inverse Kinematics
Replies: 5
Views: 356

Unexpected Number of Columns Error Inverse Kinematics

Hello, I am getting this error: InverseKinematicsTool Failed: Error reading rows in file 'I:\19_BiocoreFootModel\01_PrelimTesting\ForSensitivity\Barefoot\Walk01\Walk01.trc'. Unexpected number of columns in line 6. Expected = 221. Received = 220. Thrown at TRCFileAdapter.cpp:180 in extendRead(). when...
by Evan Dooley
Mon Aug 31, 2020 12:45 pm
Forum: OpenSim
Topic: Run IK Tool in Matlab
Replies: 3
Views: 317

Re: Run IK Tool in Matlab

Thanks for the tip! Both the model_file and the coordinate_file were unassigned. I guess I totally missed the iktool.setModel line in the example. When I added that line in it ran the simulation as expected in Matlab. However, the printed xml file is still marking those two things as "Unassigned" EAD
by Evan Dooley
Mon Aug 31, 2020 11:46 am
Forum: OpenSim
Topic: Run IK Tool in Matlab
Replies: 3
Views: 317

Run IK Tool in Matlab

Hello, I am trying to run the IK Tool by scripting with Matlab. Currently, I am getting the error that "InverseKinematicsTool Failed: Object: Cannot open file Unassigned. It may not exist or you do not have permission to read it." I thought it might be because I didn't have the full file path assign...