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

godo's profile - activity

2022-06-01 04:32:43 -0500 received badge  Famous Question (source)
2019-05-02 02:34:51 -0500 received badge  Notable Question (source)
2017-05-31 01:54:15 -0500 received badge  Famous Question (source)
2016-08-18 14:53:10 -0500 received badge  Popular Question (source)
2016-06-24 01:58:05 -0500 received badge  Notable Question (source)
2016-06-24 01:58:05 -0500 received badge  Popular Question (source)
2016-06-20 09:16:24 -0500 received badge  Notable Question (source)
2016-06-17 12:19:01 -0500 received badge  Popular Question (source)
2016-06-17 07:25:57 -0500 commented answer image_view nodelet

I would like to have a disparity image (color_map), but the window is blank!

2016-06-17 07:22:30 -0500 answered a question image_view nodelet

I would like to have a disparity image (color_map), but the window is blank!

2016-06-16 11:59:22 -0500 asked a question image_view nodelet

Is it possible in the package image_view to use the nodelet (for disparity)? I've tried it with the following launch file. But it appeared only a blank window.

<node pkg="nodelet" type="nodelet" name="disparity_view" args="load image_view/disparity stereo:=/stereo_1 image:=disparity $(arg manager)"/>

2016-06-01 03:35:31 -0500 received badge  Enthusiast
2016-05-27 04:39:49 -0500 asked a question image_pipeline

The Image pipeline works with the binary version in ROS (Jade-desktop-full, Ubuntu 14.04) very well. My goal is to modify the program somewhat. So I transferred the image Pipline (Source code) from github in catkin workspace. After catkin_make and sourcing with "source ~/catkin_ws/devel/setup.bash" (the change of the packet path to the workspace with the image pipeline) it appears an error message: Where is the error here? What is wrong?

home@Desktop:~/catkin_ws$ roslaunch start.launch
... logging to /home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/roslaunch-Desktop-5047.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://Desktop:34515/

SUMMARY
========

PARAMETERS
 * /rosdistro: jade
 * /rosversion: 1.11.16

NODES
  /stereo/left/
    debayer (nodelet/nodelet)
    rectify_color (nodelet/nodelet)
    rectify_mono (nodelet/nodelet)
  /stereo/
    disparity (nodelet/nodelet)
    point_cloud2 (nodelet/nodelet)
  /stereo/right/
    debayer (nodelet/nodelet)
    rectify_color (nodelet/nodelet)
    rectify_mono (nodelet/nodelet)
  /
    manager (nodelet/nodelet)
    stereo_view (image_view/stereo_view)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[manager-1]: started with pid [5065]
process[stereo/left/debayer-2]: started with pid [5066]
process[stereo/left/rectify_mono-3]: started with pid [5067]
process[stereo/left/rectify_color-4]: started with pid [5068]
process[stereo/right/debayer-5]: started with pid [5070]
process[stereo/right/rectify_mono-6]: started with pid [5081]
process[stereo/right/rectify_color-7]: started with pid [5092]
process[stereo/disparity-8]: started with pid [5095]
process[stereo/point_cloud2-9]: started with pid [5098]
process[stereo_view-10]: started with pid [5107]
[ INFO] [1464186819.790890974]: Initializing nodelet with 8 worker threads.
[manager-1] process has died [pid 5065, exit code -11, cmd /opt/ros/jade/lib/nodelet/nodelet manager __name:=manager __log:=/home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/manager-1.log].
log file: /home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/manager-1*.log
2016-05-27 04:39:48 -0500 asked a question image_pipeline does not work in the catkin workspace

The Image pipeline works with the binary version in ROS (Jade-desktop-full, Ubuntu 14.04) very well. My goal is to modify the program somewhat. So I transferred the image pipline (Source code) from github in catkin workspace. After catkin_make and sourcing with source ~/catkin_ws/devel/setup.bash (the change of the package path to the workspace with the image pipeline) it appears an error message:

Where is the error here? What is wrong?

home@Desktop:~/catkin_ws$ roslaunch start.launch
... logging to /home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/roslaunch-Desktop-5047.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://Desktop:34515/

SUMMARY
========

PARAMETERS
 * /rosdistro: jade
 * /rosversion: 1.11.16

NODES
  /stereo/left/
    debayer (nodelet/nodelet)
    rectify_color (nodelet/nodelet)
    rectify_mono (nodelet/nodelet)
  /stereo/
    disparity (nodelet/nodelet)
    point_cloud2 (nodelet/nodelet)
  /stereo/right/
    debayer (nodelet/nodelet)
    rectify_color (nodelet/nodelet)
    rectify_mono (nodelet/nodelet)
  /
    manager (nodelet/nodelet)
    stereo_view (image_view/stereo_view)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[manager-1]: started with pid [5065]
process[stereo/left/debayer-2]: started with pid [5066]
process[stereo/left/rectify_mono-3]: started with pid [5067]
process[stereo/left/rectify_color-4]: started with pid [5068]
process[stereo/right/debayer-5]: started with pid [5070]
process[stereo/right/rectify_mono-6]: started with pid [5081]
process[stereo/right/rectify_color-7]: started with pid [5092]
process[stereo/disparity-8]: started with pid [5095]
process[stereo/point_cloud2-9]: started with pid [5098]
process[stereo_view-10]: started with pid [5107]
[ INFO] [1464186819.790890974]: Initializing nodelet with 8 worker threads.
[manager-1] process has died [pid 5065, exit code -11, cmd /opt/ros/jade/lib/nodelet/nodelet manager __name:=manager __log:=/home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/manager-1.log].
log file: /home/home/.ros/log/ce11848c-227d-11e6-91c2-50af736258fb/manager-1*.log