Skip to content

Commit 37165a2

Browse files
committed
(fix) avoid using optional glog in demo
1 parent 7986ffe commit 37165a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config_utilities_ros/demos/demo_ros_dynamic_config_server.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#include <iostream>
4141
#include <string>
4242

43-
#include <glog/logging.h>
4443
#include <rclcpp/rclcpp.hpp>
4544

4645
#include "config_utilities/config.h" // Enables declare_config().
@@ -218,7 +217,6 @@ class DemoNode : public rclcpp::Node {
218217

219218
int main(int argc, char** argv) {
220219
rclcpp::init(argc, argv);
221-
google::InstallFailureSignalHandler();
222220

223221
// Create some objects with a dynamic config.
224222
demo::ObjectWithDynamicConfig obj("dynamic_config_object");

0 commit comments

Comments
 (0)