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

jayson's profile - activity

2016-09-05 19:54:00 -0500 commented question Ar_track_alvar bundle with differents markers size

Have you figured out this? Did you figured out how to use marker_size parameter? Please share it. thanks.

2016-02-23 21:57:10 -0500 answered a question catkin_make image_view failed,cvtColorForDisplay’ is not a member of ‘cv_bridge’

I have the same issue. I think this is because your cv_bridge is not up to date.
You can download vision_opencv (1.11.11 version) and compile it from the source. You might also need compile common_msgs from source since the image_pipeline package called sensor_msgs/point_cloud2_iterator.h which is not exist in ros-hydro-sensor-msgs/include. After add those two package in catkin src folder and compile them against image_pipeline. I am able to compile this package. Hope this helps.