Closed jdcaporale closed 1 year ago
Deals with #80
Compilation. Running on Twist today to make sure it runs fine. We don't have a good way to check if we had memory leaks before vs now.
I suspect if we do have memory leaks they are minor since we are not creating and removing a ton of these objects.
Tested and working on a quadrupedal robot, but not in the examples, best I can currently do.
Fixes missing virtual destructors and the const correctness of many of the robot base member functions. A good opportunity to do more minor clean up on the base classes, if anything comes to mind.
This may require some const-correctness fixes to existing code.