ethz-asl/dynablox

error: ‘ParseCommandLineFlags’ is not a member of ‘google’

SnowCarter opened this issue · 2 comments

Solved by adding #include <gflags/gflags.h> to following two files:

  • dynablox/dynablox_ros/src/cloud_visualizer_node.cpp
  • dynablox/dynablox_ros/src/motion_detector_node.cpp

Great catch! Please feel free to open a pull request for these changes!

Fixed as of #9 .