59 #ifndef SICK_TF_PUBLISHER_H_
60 #define SICK_TF_PUBLISHER_H_
99 void runTFpublishThreadCb();
101 double tf_publish_rate = 10.0;
102 std::string tf_lidar_frame_id =
"cloud";
103 std::string tf_base_frame_id =
"map";
104 std::string tf_base_lidar_xyz_rpy =
"0,0,0,0,0,0";
105 std::vector<float> tf_base_lidar_pose_vec;
106 bool tf_publish_thread_running =
false;
107 std::thread* tf_publish_thread = 0;
108 #endif // __ROS_VERSION > 0
112 #endif // SICK_TF_PUBLISHER_H_