-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Labels
Description
We have two controllers with similar names: tricycle_controller vs tricycle_steering_controller.
I haven't used any of them, so I ask: (especially @tonynajjar who has contributed the first one, and @petkovich who created the second one)
- Is there a justification of keeping both?
If the answer is yes:
- Let's document it.
- The "older" tricycle_controller doesn't follow our best-practices, e.g., using generate_parameter_library, and it lacks of tests (see coverage): Let's improve that.
If the answer is no:
- Is the "newer" tricycle_steering_controller feature-equal to the "older" tricycle_controller?
If the answer is no: Let's port them.
If the answer is yes:
- Is the "newer" tricycle_steering_controller compatible to the "older" tricycle_controller? (I don't think so)
- Should we delete it after some deprecation period with some migration guidelines published in the docs?