Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixing in noetic #28

Open
cyy280113999 opened this issue May 31, 2023 · 1 comment
Open

Some fixing in noetic #28

cyy280113999 opened this issue May 31, 2023 · 1 comment

Comments

@cyy280113999
Copy link

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
Copy link

Anutlet commented Jun 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants