intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 39 forks source link

Detection and avoidance algorithms provided as samples should inherit from common:: abstract classes #17

Closed guiccbr closed 7 years ago

guiccbr commented 7 years ago

Some detection and collision algorithms that are provided as samples do not inherit from the abstract classes in common.

This is not a bug. However, the abstract classes have been created to simplify the logic of those algorithms and their use is encouraged in our walkthroughs. It might sound weird to recommend using them while not doing so in our samples.