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

guitwo's profile - activity

2017-07-24 04:39:24 -0500 received badge  Popular Question (source)
2016-08-08 11:07:39 -0500 received badge  Famous Question (source)
2016-08-08 11:07:39 -0500 received badge  Notable Question (source)
2016-08-03 06:52:01 -0500 received badge  Student (source)
2016-08-01 23:11:50 -0500 commented question No display in stereo_view

Unfortunately, no. I only needed rectify images in the end. I guess it could be due to approximate sync.

2016-07-26 15:08:26 -0500 commented answer No display in stereo_view

Thank you for the answer. Actually I already came across that tutorial. DIdn't help. The think is that I do not even get close to display images at all. I only get 3 windows (left/right/disparity) but nothing is ever shown in them, they are not even rescale to fit the size of the images

2016-07-22 10:51:02 -0500 received badge  Famous Question (source)
2016-07-21 23:55:02 -0500 received badge  Notable Question (source)
2016-07-06 04:56:01 -0500 received badge  Popular Question (source)
2016-06-22 09:52:23 -0500 answered a question No display in stereo_view

You'll find a sample rosbag there, if that can be helpful !

2016-06-22 08:19:09 -0500 asked a question No display in stereo_view

Hi everyone !

I come to you again with a strange issue I'm getting with image_pipeline under kinetic.

I am using two uEye XS camera for a stereo setup (using tweaked aniqxu ueye_cam nodelet). Images are grabbed by two raspberry pi 2 under xenial. Although these camera can't be triggered and thus can't be synced, I successfully calibrate them. Afterwards, I got no error while running :

$ROS_NAMESPACE=/stereo/ rosrun stereo_image_proc with approximate_sync:=True _queue_size:=50

and disparity images are posted, as

$rostopic hz /stereo/disparity

shows a average rate of 2.1 fps.

However, when I try to display images using :

rosrun image_view stereo_view stereo:=/stereo/ image:=image_rect _approximate_sync:=True _queue_size:=100

I get only dark windows and no error or warning.

I got the same issue when I try to visualize only disparity using disparity_view

I was wondering if you people faced similar issues and eventually could give me a hand solving that strange issue.

2016-06-12 10:12:26 -0500 received badge  Popular Question (source)
2016-06-08 00:46:39 -0500 received badge  Enthusiast
2016-05-31 09:24:58 -0500 asked a question Can ueye_cam send jpeg image from XS camera

Hi,

I am starting to use ueye_cam on a rpi 3 under Xenial and Kinetic and it's working very smoothly. So for I realised that there was a special launch file for bggr xs camera. Same launch file also works with bgr8 encoding. However, I was wondering if ueye_cam could directly post image encoded in jpeg from the the uEye XS since the HW naturally support jpeg encoding.

Thank you for your answers !

2016-05-29 17:13:38 -0500 asked a question Issue while compiling image_pipeline

Hey, I'm trying to compile on a rpi 3 under jessie image_pipeline. I think I got all the dependency right, but when I got an error when I catkin_make :

pi@raspberrypi:~/image_pipeline $ catkin_make
Base path: /home/pi/image_pipeline
Source space: /home/pi/image_pipeline/src
Build space: /home/pi/image_pipeline/build
Devel space: /home/pi/image_pipeline/devel
Install space: /home/pi/image_pipeline/install
####
#### Running command: "make cmake_check_build_system" in "/home/pi/image_pipeline/build"
####
####
#### Running command: "make -j4 -l4" in "/home/pi/image_pipeline/build"
####
[  7%] Built target image_proc_gencfg
[ 10%] [ 13%] [ 15%] Built target disparity_view
Built target extract_images
Built target image_saver
[ 18%] Built target image_view_gencfg
[ 21%] Building CXX object image_pipeline/image_view/CMakeFiles/video_recorder.dir/src/nodes/video_recorder.cpp.o
[ 23%] Built target stereo_image_proc_gencfg
[ 26%] [ 28%] Built target stereo_view
Building CXX object image_pipeline/image_view/CMakeFiles/image_view.dir/src/nodelets/image_nodelet.cpp.o
[ 31%] Built target image_rotate_gencfg
[ 34%] Built target image_rotate_exe
Scanning dependencies of target image_proc
[ 36%] Building CXX object image_pipeline/depth_image_proc/CMakeFiles/depth_image_proc.dir/src/nodelets/crop_foremost.cpp.o
[ 39%] Building CXX object image_pipeline/image_proc/CMakeFiles/image_proc.dir/src/libimage_proc/processor.cpp.o
[ 42%] Building CXX object image_pipeline/image_proc/CMakeFiles/image_proc.dir/src/nodelets/debayer.cpp.o
/home/pi/image_pipeline/src/image_pipeline/image_view/src/nodes/video_recorder.cpp: In function ‘void callback(const ImageConstPtr&, const CameraInfoConstPtr&)’:
/home/pi/image_pipeline/src/image_pipeline/image_view/src/nodes/video_recorder.cpp:75:153: error: could not convert ‘use_dynamic_range’ from ‘bool’ to ‘cv_bridge::CvtColorForDisplayOptions’
       const cv::Mat image = cv_bridge::cvtColorForDisplay(cv_bridge::toCvShare(image_msg), encoding, use_dynamic_range, min_depth_range, max_depth_range)->image;
                                                                                                                                                         ^
image_pipeline/image_view/CMakeFiles/video_recorder.dir/build.make:54: recipe for target 'image_pipeline/image_view/CMakeFiles/video_recorder.dir/src/nodes/video_recorder.cpp.o' failed
make[2]: *** [image_pipeline/image_view/CMakeFiles/video_recorder.dir/src/nodes/video_recorder.cpp.o] Error 1
CMakeFiles/Makefile2:2280: recipe for target 'image_pipeline/image_view/CMakeFiles/video_recorder.dir/all' failed
make[1]: *** [image_pipeline/image_view/CMakeFiles/video_recorder.dir/all] Error 2
make[1]: *** Attente des tâches non terminées....
[ 44%] Building CXX object image_pipeline/image_proc/CMakeFiles/image_proc.dir/src/nodelets/rectify.cpp.o
/home/pi/image_pipeline/src/image_pipeline/image_view/src/nodelets/image_nodelet.cpp: In member function ‘void image_view::ImageNodelet::imageCb(const ImageConstPtr&)’:
/home/pi/image_pipeline/src/image_pipeline/image_view/src/nodelets/image_nodelet.cpp:165:87: error: could not convert ‘do_dynamic_scaling’ from ‘bool’ to ‘cv_bridge::CvtColorForDisplayOptions’
     last_image_ = cvtColorForDisplay(cv_bridge::toCvShare(msg), "", do_dynamic_scaling)->image;
                                                                                       ^
image_pipeline/image_view/CMakeFiles/image_view.dir/build.make:54: recipe for target 'image_pipeline/image_view/CMakeFiles/image_view.dir/src/nodelets/image_nodelet.cpp.o' failed
make[2]: *** [image_pipeline/image_view/CMakeFiles/image_view.dir/src/nodelets/image_nodelet.cpp.o] Error 1
CMakeFiles/Makefile2:2047: recipe for target 'image_pipeline/image_view/CMakeFiles/image_view.dir/all' failed
make[1]: *** [image_pipeline/image_view/CMakeFiles/image_view.dir/all] Error 2
[ 47%] Building CXX object image_pipeline/depth_image_proc/CMakeFiles/depth_image_proc.dir/src/nodelets/disparity.cpp.o
[ 50%] Building CXX object image_pipeline/image_proc/CMakeFiles/image_proc.dir/src/nodelets/crop_decimate.cpp.o
[ 52%] Building CXX object image_pipeline/depth_image_proc/CMakeFiles/depth_image_proc.dir/src/nodelets/point_cloud_xyzrgb.cpp.o
[ 55%] Building CXX object image_pipeline/depth_image_proc/CMakeFiles/depth_image_proc.dir/src/nodelets/point_cloud_xyzi.cpp.o
[ 57%] Building CXX object image_pipeline/depth_image_proc/CMakeFiles/depth_image_proc.dir/src ...
(more)