halostorm / PCAT_open_source

PointCloud Annotation Tools, support to label object bound box, ground, lane and kerb
406 stars 125 forks source link

Some fixing in noetic #28

Open cyy280113999 opened 1 year ago

cyy280113999 commented 1 year ago

error: ‘setw’ is not a member of ‘std’; did you mean ‘set’? in src/rviz_cloud_annotation/src/rviz_cloud_annotation_points.h add

include

error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope in src/rviz_cloud_annotation/src/rviz_cloud_annotation_plugin.h add

include "opencv2/imgcodecs/legacy/constants_c.h"

Anutlet commented 2 weeks ago

error: ‘setw’ is not a member of ‘std’; did you mean ‘set’? in src/rviz_cloud_annotation/src/rviz_cloud_annotation_points.h add #include

error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope in src/rviz_cloud_annotation/src/rviz_cloud_annotation_plugin.h add #include "opencv2/imgcodecs/legacy/constants_c.h"

first error:add #include <***> // iomanip disappear?