We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee6cfb commit f95e3c7Copy full SHA for f95e3c7
hydra_ros/app/hydra_node.cpp
@@ -39,6 +39,7 @@
39
#include <config_utilities/parsing/context.h>
40
#include <config_utilities/printing.h>
41
#include <config_utilities/types/path.h>
42
+#include <config_utilities_ros/ros_dynamic_config_server.h>
43
#include <hydra/common/global_info.h>
44
#include <ianvs/node_init.h>
45
#include <ianvs/spin_functions.h>
@@ -127,6 +128,7 @@ int main(int argc, char* argv[]) {
127
128
129
[[maybe_unused]] const auto node = ianvs::init_node(argc, argv, "hydra_ros_node");
130
auto nh = ianvs::NodeHandle::this_node();
131
+ const config::RosDynamicConfigServer config_server(nh.node());
132
133
std::shared_ptr<hydra::RosSink> ros_sink;
134
if (settings.forward_glog_to_ros) {
0 commit comments