CMM-22 / a2

CMM Assignment 2 - Kinematic walking controller
1 stars 0 forks source link

Ex1: Program immediately closes #17

Closed kiremicev closed 2 years ago

kiremicev commented 2 years ago

I cannot figure out the program immediately closes after starting it. grafik Did I do something wrong in the code maybe? Thank you for your help!

kiremicev commented 2 years ago

I found the problem. I just had to change qIndex >= 6 instead of >2 in the for loop.

eastskykang commented 2 years ago

@kiremicev you can use Debug mode and a debugger to identify the line where segmentation fault happens. Please see #2.