You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knowing that some of the initiatives require breaking changes across the stack, it's possible to think about which breaking improvements we want to make in control libraries too. First and foremost, we need to look into the robot model library and think about how we can improve its usability and feature set to leverage pinocchio better and to potentially account for types of robots that are not just a chain of revolute joints.
I think the way #193 is implemented, it shouldn't be ABI breaking. It adds contents to the header file but doesn't change the order or visibility of existing symbols, nor change any inline or template definitions.
I agree that in general, improving the robot model class would be the most valuable breaking change.
Knowing that some of the initiatives require breaking changes across the stack, it's possible to think about which breaking improvements we want to make in control libraries too. First and foremost, we need to look into the robot model library and think about how we can improve its usability and feature set to leverage pinocchio better and to potentially account for types of robots that are not just a chain of revolute joints.
Apart from that, we can also try to address already existing issues:
The text was updated successfully, but these errors were encountered: