Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Štogl <denis@stogl.de>
  • Loading branch information
bmagyar and destogl committed Nov 27, 2022
1 parent 0708686 commit 1d9562f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ class ResourceStorage
RCUTILS_LOG_INFO_NAMED(
"resource_manager", "Loading hardware '%s' ", hardware_info.name.c_str());
// hardware_plugin_name has to match class name in plugin xml description
// TODO(karsten1987) extract package from hardware_plugin_name
// e.g.: <package_vendor>/<system_type>
auto interface = std::unique_ptr<HardwareInterfaceT>(
loader.createUnmanagedInstance(hardware_info.hardware_plugin_name));
HardwareT hardware(std::move(interface));
Expand Down

0 comments on commit 1d9562f

Please sign in to comment.