You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i catkin_make the workspace, i got this issue:
In member function ‘void lidar_detector::LidarDetectorNode::publishMarker(const pcl::PointCloudpcl::PointXYZ&, const Header&)’:
/home/kuang/catkin_ws/src/multi_sensor_calibration/lidar_detector/src/lib/node_lib.cpp:84:11: error: ‘marker’ does not name a type
auto marker = toMarker(pattern.at(i), header);
Is something wrong with the C++ version?
Thank you!
The text was updated successfully, but these errors were encountered:
When i catkin_make the workspace, i got this issue:
In member function ‘void lidar_detector::LidarDetectorNode::publishMarker(const pcl::PointCloudpcl::PointXYZ&, const Header&)’:
/home/kuang/catkin_ws/src/multi_sensor_calibration/lidar_detector/src/lib/node_lib.cpp:84:11: error: ‘marker’ does not name a type
auto marker = toMarker(pattern.at(i), header);
Is something wrong with the C++ version?
Thank you!
The text was updated successfully, but these errors were encountered: