ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Bender_From_Futurama's profile - activity

2022-05-17 08:24:37 -0500 received badge  Famous Question (source)
2022-03-25 17:22:03 -0500 received badge  Famous Question (source)
2022-03-25 17:22:03 -0500 received badge  Notable Question (source)
2021-11-29 11:52:46 -0500 received badge  Notable Question (source)
2021-11-11 08:24:47 -0500 received badge  Popular Question (source)
2021-09-20 09:13:28 -0500 marked best answer CV bridge OpenCV4 error

ROS Noetic Ubuntu 20.04

When I include cv_bridge like this:

#include <cv_bridge/cv_bridge.h>

and then use:

catkin build <project_name>

I get this error:

/opt/ros/noetic/include/cv_bridge/cv_bridge.h:43:10: fatal error: opencv2/core/core.hpp: No such file or directory
   43 | #include <opencv2/core/core.hpp>

I installed the full version of Noetic.

Is there a way to fix this?

Am I missing any additional things in my CMake or xml file? All that I have added is the following:

  <build_depend>cv_bridge</build_depend>

target_link_libraries(Color ${catkin_LIBRARIES}
                        ${OpenCV_INCLUDE_DIRS})

As far asmy knowledge goed, Noetic comes with OpenCV4, while cv_bridge is trying to include Opencv2

2021-09-20 09:13:28 -0500 received badge  Scholar (source)
2021-09-20 09:04:15 -0500 commented question CV bridge OpenCV4 error

Yes you are correct. I was missing it in find_package. My bad. Although, im not sure if it should be added to catkin_pac

2021-09-20 07:59:23 -0500 asked a question CV bridge OpenCV4 error

CV bridge OpenCV4 error ROS Noetic Ubuntu 20.04 When I include cv_bridge like this: #include <cv_bridge/cv_bridge.h

2021-09-20 03:06:29 -0500 commented question Cant build the example C++ talker

Command for building is catking build <project_name>. The error logs is very similar to this one: https://github.

2021-09-17 10:53:16 -0500 received badge  Popular Question (source)
2021-09-17 04:58:02 -0500 edited question Cant build the example C++ talker

Cant build the example C++ talker I cant figure out why I cant build the example C++ basic talker node. The talker nod

2021-09-17 04:57:29 -0500 asked a question Cant build the example C++ talker

Cant build the example C++ talker I cant figure out why I cant build the example C++ basic talker node. The talker nod

2021-09-16 06:53:24 -0500 received badge  Supporter (source)
2021-09-16 04:22:47 -0500 commented question Prevent rosbridge buffering unsent messages

Also interested

2021-09-16 04:14:03 -0500 commented question Prevent rosbridge buffering unsent messages

Same problem here. Anyone get something yet?

2021-09-14 00:41:51 -0500 commented answer Displaying point cloud in browser

How do you decode the point cloud from roslibjs to get the raw data?

2021-09-10 07:37:51 -0500 asked a question How to decode ROSBridge data types

How to decode ROSBridge data types I am subscribing to different sensor messages from my JS client using ROSlibjs. I am

2021-09-10 03:50:51 -0500 commented answer How does rviz create point cloud from depth image

Thank you. I've done some digging in the data and I finally see what you meant by the metadata

2021-09-09 07:36:21 -0500 commented answer Displaying point cloud in browser

How is the latency using this? And how is the bandwidth requirements? Is there some kind of compression?

2021-09-08 09:49:09 -0500 received badge  Popular Question (source)
2021-09-08 05:39:10 -0500 commented question Weird increasing delay in rosbridge despite queue_size=1 and buff_size=2**24

Any solution to this? Having the same problem

2021-09-08 00:49:07 -0500 commented answer How does rviz create point cloud from depth image

So does the encoding field determine what is in the data field, even though it is uint8? Would you please mind explainin

2021-09-07 03:52:31 -0500 asked a question How does rviz create point cloud from depth image

How does rviz create point cloud from depth image I am using an intel realsense L515. While in rviz I opened the topic /

2021-09-02 01:23:09 -0500 received badge  Enthusiast