usdot-fhwa-stol / carma-streets

CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
10 stars 10 forks source link

Refactor some of streets libraries to replace methods/objects with free functions #366

Open paulbourelly999 opened 1 year ago

paulbourelly999 commented 1 year ago

Summary

Some of the methods inside carma-streets libraries can be refactored into free function.

Reasoning for new functionality

May ease unit testing and improve overall maintainability of package.