stack-of-tasks / pinocchio

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
http://stack-of-tasks.github.io/pinocchio/
BSD 2-Clause "Simplified" License
1.82k stars 382 forks source link

Identical files between "constraint" and "motion-subspace" #2381

Closed EtienneAr closed 1 month ago

EtienneAr commented 1 month ago

Hello,

While debugging some feature, I realized that the following files were identical :

Is it intentional ? I am guessing it is oversight of the renaming from "constraint" to "motion subspace" because the "constraint" files are used nowhere now.

Should the "constraint" files be removed ?

jcarpent commented 1 month ago

Yes, they should have been removed before the release of Pinocchio 3, but we have forgotten to do it. constraint name choice was not good. We can then remove these files.

Thanks a lot @EtienneAr for raising this issue.