CMM-22 / a2

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

running locomotion #7

Closed samibouziri closed 2 years ago

samibouziri commented 2 years ago

Hello,

eventhough when building don't get any error, i cannot run locomotion app and i get this message Capture I wanted to know if there was a way to resolve that

Thanks.

eastskykang commented 2 years ago

Hi,

I need more information to identify the problem. Can you run your code on VS Code with a debugger? You should build the code in Debug mode to run a debugger.

Once you run debugger, it will automatically break (stop) at the point where the segmentation fault happens.

Screenshot 2022-03-19 at 12 45 48

samibouziri commented 2 years ago

I figured out the problem. I wanted to access the content of a NULL object.

eastskykang commented 2 years ago

Great! I am closing this issue now.