warehouse_ros
warehouse_ros copied to clipboard
feat(databaseloader): add a constructor which takes a parameter inter…
This PR adds a constructor to the DatabaseLoader
which takes in a node_parameters_interface
. This allows the DatabaseLoader
to be constructed in scenarios where a Node::SharedPtr
might not be available, such as in a LifecycleNode
or in a the constructor of a class that is derived from Node
.
https://github.com/ros-planning/warehouse_ros/issues/96