dennisss / tansa

Dancing Robotics Platform
MIT License
39 stars 16 forks source link

Make error handling actually give useful information. #55

Closed abramowitzK closed 8 years ago

abramowitzK commented 8 years ago

Right now we just crash with random exceptions that don't explain the problem when JSON parsing fails in various places. Implement a better system with nice output that doesn't require arcane knowledge.

tessmichi commented 8 years ago

I added a lot of this in my changes on demo_sim branch. maybe too much, but that will be evaluated when that branch is merged