-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify the process of adding a new metric #5
Comments
Currently, if a new metric needs to be added, the name of the metric must be added at various places in the code. This process can be made simpler. |
Developer notes on the current implementation:
|
Expected functionality (tentative): A metric class should be instantiated for a particular type of robot based on the arguments passed in the postprocessor command. Currently, all metric class are being instantiated for all types of robots in advance. |
This could be done with the registry pattern. Similar to #25 for planners. |
No description provided.
The text was updated successfully, but these errors were encountered: