intel / collision-avoidance-library

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

A more informative print function #7

Open guiccbr opened 7 years ago

guiccbr commented 7 years ago

Implement a special print_verbose() function to be used throughout the project based on this macro defined on mavlink_vehicles. This is useful to keep the style of verbose text-output of the library consistent and using only one method (printf or std::cout).