robotology / icub-models-generator

Resources and programs to generated models (URDF, SDF) of the iCub robot
14 stars 23 forks source link

Automatic sanity checks to add #181

Open traversaro opened 3 years ago

traversaro commented 3 years ago
traversaro commented 3 years ago
traversaro commented 3 years ago
  • [ ] Easy: Verify that all the joint are either of type fixed or revolute (to avoid regression such as robotology/icub-models#72)

Related issue: https://github.com/robotology/icub-models/issues/93 .

traversaro commented 3 years ago

Another useful sanity check would be to check that the total weight of the model (that you can get from iDynTree::Model::getTotalMass() ) and check that its difference w.r.t. to the measured one is below a threshold. This would avoid regression such as https://github.com/robotology/icub-models/issues/94 . fyi @maggia80 @DanielePucci