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
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"
The text was updated successfully, but these errors were encountered:
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?
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"
The text was updated successfully, but these errors were encountered: