25 msg_converter_ = std::make_shared<MsgConverter>(
node_);
27 msg_converter_->Add(FLAGS_cameraframe_to_obstacles_in,
28 FLAGS_cameraframe_to_obstacles_out,
30 AINFO <<
"cameraframe_to_obstacles_in: "
31 << FLAGS_cameraframe_to_obstacles_in
32 <<
" cameraframe_to_obstacles_out: "
33 << FLAGS_cameraframe_to_obstacles_out;
35 msg_converter_->Add(FLAGS_sensorframe_message_to_obstacles_in,
36 FLAGS_sensorframe_message_to_obstacles_out,
38 AINFO <<
"sensorframe_message_to_obstacles_in: "
39 << FLAGS_sensorframe_message_to_obstacles_in
40 <<
" sensorframe_message_to_obstacles_out: "
41 << FLAGS_sensorframe_message_to_obstacles_out;
43 msg_converter_->Add(FLAGS_lidarframe_to_obstacles_in,
44 FLAGS_lidarframe_to_obstacles_out,
46 AINFO <<
"lidarframe_to_obstacles_in: "
47 << FLAGS_lidarframe_to_obstacles_in
48 <<
" lidarframe_to_obstacles_out: "
49 << FLAGS_lidarframe_to_obstacles_out;