ros2 / rcl_logging

Logging implementations for ROS 2.
Apache License 2.0
18 stars 34 forks source link

Used current_path() function from rcpputils #51

Closed ahcorde closed 4 years ago

ahcorde commented 4 years ago

Removed TODO

Compiling up-to rcl_logging_spdlog and testing rcl_logging_spdlog becuse this change only affect the spdlog test.

Signed-off-by: ahcorde ahcorde@gmail.com

ahcorde commented 4 years ago
cottsay commented 4 years ago

That using statement was pretty intentional. It made it so that when we switch to the C++ 17 filesystem API, all we had to do was switch the header and drop the using.