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

Sourav's profile - activity

2013-09-03 05:35:16 -0500 received badge  Famous Question (source)
2013-07-25 07:09:23 -0500 received badge  Notable Question (source)
2013-06-06 03:00:57 -0500 received badge  Popular Question (source)
2013-05-27 08:26:58 -0500 commented question Image Transport Compressed issue for Depth Image - ROS Fuerte

Solution: The default compression algorithm is "jpeg" which should be changed to "png" in case of depth image. This can be done by changing the "format" parameter for that topic(/image_transport_type).

2013-05-22 22:43:36 -0500 asked a question Image Transport Compressed issue for Depth Image - ROS Fuerte

Hi, I am using Depth Image for one of my applications, where I need to use compressed image transport for some server/client app. If I use param -> "_image_transport:=raw", everything works fine, but if I use "compressed" instead of "raw", then the depth values that I get are not similar.

I am using "/camera/depth/image_raw" topic and converting the image into "16UC1" format using cv_bridge. Then I access the depth values using a Mat and type "ushort".

Is there some issue with the format of image that I need to change for accessing the depth values for compressed image transport?

Thanks in advance! Sourav

2012-09-04 19:10:49 -0500 commented answer rgbdslam build error

Now there is runtime error, launch is successful, it opens up the window shows the frame, but as soon as I press Enter or Space key it says: Pause toggled to: false...Construction of Node with SURF Features...[rgbdslam-7] process has died [pid 11193, exit code -11]

2012-09-04 19:08:25 -0500 commented answer rgbdslam build error

Thanks, the compilation error was because there was already rgbdslam at some other location, which may had led to some conflicts. I removed all such rgbdslam directories and it compiled successfully, but with warnings related to libopebcv2.3 and libopencv2.4 conflicts.

2012-09-04 17:10:37 -0500 received badge  Editor (source)
2012-09-04 17:03:26 -0500 commented answer rgbdslam build error

I had earlier stopped it at 6000 seconds; and then ran it again, with following error: (Edit in previous answer as per rules.)

2012-09-04 01:49:19 -0500 answered a question rgbdslam build error

I tried:

rosmake g2o

but it gave same error,

rosmake --pre-clean rgbdslam

did work but now its stuck somewhere as it has already spent 4700 seconds so far compiling it and still compilation is on: [ rosmake ] [ make ] [g2o: 4856.8 sec] [ 1 Active 51/53 Complete ] Any suggestions what I am doing wrong?

PS: The question was posted from my colleague's id.


I let it run in evening and it ended up with the folllowing:

*[rosmake-2] Finished <<< pcl_ros ROS_NOBUILD in package pcl_ros
[rosmake-2] Starting >>> rgbdslam [ make ]
[ rosmake ] Last 40 linesbdslam: 10.1 sec ] [ 1 Active 52/53 Complete ] {------------------------------------------------------------------------------- make targets \ "ANNLIB = libANN.a" \ "C++ = g++" \ "CFLAGS = -O3" \ "MAKELIB = ar ruv" \ "RANLIB = true" make[3]: Entering directory /home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/sample' make[3]: Nothing to be done fortargets'. make[3]: Leaving directory /home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/sample' make[2]: Leaving directory/home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/sample' cd ann2fig ; make linux-g++ make[2]: Entering directory /home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/ann2fig' make targets \ "ANNLIB = libANN.a" \ "C++ = g++" \ "CFLAGS = -O3" \ "MAKELIB = ar ruv" \ "RANLIB = true" make[3]: Entering directory/home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/ann2fig' make[3]: Nothing to be done for targets'. make[3]: Leaving directory/home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/ann2fig' make[2]: Leaving directory /home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2/ann2fig' make[1]: Leaving directory/home/sunilsulania/ros/rgbdslam/external/gicp/ann_1.1.2'


CMake Error at CMakeLists.txt:134 (FILE): file COPY cannot set permissions on "/home/sunilsulania/ros/rgbdslam/lib//libANN.a"

-- Eigen found (include: /usr/include/eigen3) [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_qtros.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_openni_listener.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_qt_gui.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_graph_manager.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_glviewer.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/sunilsulania/ros/rgbdslam/build/src/moc_ros_service_ui.cxx; assuming that it is in /home/sunilsulania/ros/rgbdslam and will be generated later -- Configuring incomplete, errors occurred! -------------------------------------------------------------------------------} [ rosmake ] Output from build of package rgbdslam written to: [ rosmake ] /home/sunilsulania/.ros/rosmake/rosmake_output-20120904-174248/rgbdslam/build_output.log
[rosmake-2] Finished <<< rgbdslam [FAIL] [ 10.21 seconds ]
[ rosmake ] Halting due to failure in package rgbdslam. [ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Cleaned ... (more)