fix corner 2D
@joanvallve can you please check this PR ?
Merge request reports
Activity
Filter activity
added bug label
Usually, the string Tags for class names follows the rules:
- Capital letters
- Same name as derived class, without the category, e.g. LandmarkCorner2D --> "CORNER 2D"
- Separate words with spaces, not underscores, e.g. do "POINT 2D" and not "POINT_2D".
These rules are possibly not good, I don't know. But for the moment it'd be good to stick to them.
The same rules apply when these labels are used in Factories. there, they become very important, as it is the only way we can tell a string label from a class type, so that the Factory knows exactly what are we talking about.
Therefore, in ConstraintCorner2D, the label must be "CORNER 2D".
Please update the MR accordingly and re-submit or comment, so that I can validate it.
mentioned in commit 7fbde899
Please register or sign in to reply