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

emerson's profile - activity

2012-11-07 14:14:13 -0500 received badge  Notable Question (source)
2012-11-07 14:14:13 -0500 received badge  Popular Question (source)
2012-11-07 14:14:13 -0500 received badge  Famous Question (source)
2012-07-31 11:31:06 -0500 received badge  Famous Question (source)
2012-07-10 05:37:15 -0500 received badge  Famous Question (source)
2012-03-30 06:50:24 -0500 received badge  Necromancer (source)
2012-03-30 06:50:24 -0500 received badge  Self-Learner (source)
2012-03-06 07:08:10 -0500 received badge  Notable Question (source)
2012-01-31 05:16:30 -0500 received badge  Notable Question (source)
2012-01-27 07:33:28 -0500 received badge  Popular Question (source)
2012-01-18 00:17:03 -0500 received badge  Nice Question (source)
2011-11-08 08:49:42 -0500 received badge  Popular Question (source)
2011-10-21 07:50:17 -0500 received badge  Self-Learner (source)
2011-10-21 07:50:17 -0500 received badge  Teacher (source)
2011-10-20 23:03:37 -0500 answered a question Rviz errors out with an "X Window System error"

yesterday,this problem occur,and i try to restart my PC so many time but problem still there. today,when i use the ubuntu(10.04) ,the "Update Manager" pop a window to tell us to update,i do so. then i try to run rviz again,awesome it works!!

ok,i still don't how the problem is solved,but it works anyway.

2011-10-20 02:52:57 -0500 commented answer rviz segmentation fault at launch
i have the same question,i don't know how
2011-10-20 02:32:50 -0500 commented answer Rviz errors out with an "X Window System error"
I use ubuntu 10.04 ,diamondback,and never upgrade to 10.10.so how to solve it?
2011-10-19 20:58:01 -0500 asked a question Rviz errors out with an "X Window System error"

When I run the command

$ rosrun rviz rviz

It fails with:

The program 'rviz' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 17 error_code 16 request_code 153 minor_code 17)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

It seemed to happen out of nowhere. It was working before.

2011-10-18 13:13:01 -0500 commented answer how to use door_handle_detector to detect door handle
hi David,thanks .but now ,i meet another problem when roslaunch door_handle_detector door_handle_detector_vision.xml,ERROR :core service [/rosout] found ERROR: cannot launch node of type [stereo_image_proc/stereoproc]: Cannot locate node of type [stereoproc] in package [stereo_image_proc]
2011-10-17 19:23:26 -0500 asked a question how to use door_handle_detector to detect door handle

hi all, how to use door_handle_detector (http://www.ros.org/wiki/door_handle_detector) to detect a door or a handle?

i plugin kinect in the PC,and try this command in terminal:

roslaunch door_handle_detector door_closed_40.launch

(there are lots of *.lauch ,

bag_detector.launch
door_closed_39.launch
door_closed_40.launch
door_closed_alex.launch
……

i don't konw which one to use ,so i random select one to see what result will be)

BUT,i get ERROR as follows:

FATAL] [1318863811.703771799]: Failed to open file: /opt/ros/diamondback/stacks/pr2_doors/door_handle_detector/test/door_closed_40.bag (Error opening file: /opt/ros/diamondback/stacks/pr2_doors/door_handle_detector/test/door_closed_40.bag) [rosplay-6] process has died [pid 21335, exit code 1]. log files: /home/mochen/.ros/log/2d2db2aa-f8d1-11e0-8185-00218545f6b8/rosplay-6*.log

-------------------------ths to David , added ------------------------------ (just use an kinect to detect door or handle,without other camera sensor or laser)

roslaunch door_handle_detector door_handle_detector_vision.xml

get an error:

core service [/rosout] found
ERROR: cannot launch node of type [stereo_image_proc/stereoproc]:
Cannot locate node of type     [stereoproc] in package [stereo_image_proc]

the program doesn't crash down,it still running,some info in terminal as follows: **process[handle_detector_vision-2]: started with pid [2447] (0): /opt/ros/diamondback/stacks/pr2_doors/door_handle_detector/bin/handle_detector_vision (1): stereo:=narrow_stereo (2): __name:=handle_detector_vision (3): __log:=/home/myname/.ros/log/ebf7adc4-f923-11e0-8cd6-00218545f6b8/handle_detector_vision-2.log but wait for a long long time,it is still loading the /opt/ros/diamondback/stacks/pr2_doors/door_handle_detector/data/handles_data.xml .

so waht is the problem now,how to solve it?ths!

---------------------------------------------added end------------------------------------------

use Kinect,ubuntu 11.04 ,ROS version is diamondback,PCL1.2.

2011-09-27 22:30:54 -0500 commented answer How do I get the pr2_gazebo_doors_demo to work?
it is useful.this solution helps me a lot .
2011-09-19 13:48:56 -0500 received badge  Editor (source)
2011-09-19 13:47:32 -0500 commented answer problem occurs when Installing Kinect Demos for DiamondBack
butchland ,ths for you help ! you are a kindly guy.i try your solution ,but it works no help.thank you all the same!!
2011-09-19 13:44:46 -0500 answered a question problem occurs when Installing Kinect Demos for DiamondBack

[rospack] couldn't find dependency [mapping_msgs] of [skeletal_tracker] THE problem is it lacks mapping_msgs package !!

solution :

1.just download mapping_msgs(http://www.ros.org/wiki/mapping_msgs),via :

svn co https://code.ros.org/svn/wg-ros-pkg/stacks/motion_planning_common/trunk/mapping_msgs

,and then :

rosmake mapping_msgs

2. when building mapping_msgs ,it throw problem that it lacks : [rospack] couldn't find dependency [geometric_shapes_msgs] of [mapping_msg

download geometric_shapes_msgs,and then rosmake it.all will be ok !!

enjoy it !!

2011-08-22 00:16:27 -0500 received badge  Student (source)
2011-08-19 21:07:32 -0500 received badge  Supporter (source)
2011-08-19 18:46:32 -0500 asked a question problem occurs when Installing Kinect Demos for DiamondBack

my system is ubuntu10.04 (32bit) ,installed with ROS( diamondback) and openni_kinect.

i want to use the mit kinect demo,then i fellow the guide from http://www.ros.org/wiki/mit-ros-pkg/KinectDemos/dback

1. BUT in step 6 ,i get a WARNING as follows:

 WARNING: Skipped command line arguments: ['ni'] because they could not be resolved to a stack name or a package name.

2. again i get a ERROR in step 7,

[ rosmake ] All 22 lines
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package skeletal_tracker
  Failed to invoke /opt/ros/diamondback/ros/bin/rospack deps-manifests skeletal_tracker
  [rospack] couldn't find dependency [mapping_msgs] of [skeletal_tracker]
  [rospack] missing dependency


  CMake Error at /opt/ros/diamondback/ros/core/rosbuild/public.cmake:113 (message):


    Failed to invoke rospack to get compile flags for package
    'skeletal_tracker'.  Look above for errors from rospack itself.  Aborting.
    Please fix the broken dependency!

  Call Stack (most recent call first):
    /opt/ros/diamondback/ros/core/rosbuild/public.cmake:183 (rosbuild_invoke_rospack)
    CMakeLists.txt:7 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}

i am NOT a native english speaker,so i don't know is there anyone who can understand my problem ,and help me solve it.thanks!