Closed tony-p closed 1 year ago
ROS2 libraries call SharedLibrary constructor with a std::filesystem::path&, however there is no overload. Convert to generic string before calling constructor.
SharedLibrary
std::filesystem::path&
thanks. cherry picked
ROS2 libraries call
SharedLibrary
constructor with astd::filesystem::path&
, however there is no overload. Convert to generic string before calling constructor.