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

llqazs's profile - activity

2020-02-16 18:15:52 -0500 received badge  Nice Question (source)
2013-05-31 05:38:18 -0500 received badge  Famous Question (source)
2013-05-31 05:38:18 -0500 received badge  Popular Question (source)
2013-05-31 05:38:18 -0500 received badge  Notable Question (source)
2012-08-28 04:06:26 -0500 received badge  Famous Question (source)
2012-08-28 04:06:26 -0500 received badge  Notable Question (source)
2012-08-25 08:49:11 -0500 received badge  Famous Question (source)
2012-06-03 07:48:02 -0500 received badge  Taxonomist
2012-05-03 11:06:09 -0500 received badge  Notable Question (source)
2012-04-18 20:49:36 -0500 received badge  Popular Question (source)
2012-01-05 05:11:26 -0500 marked best answer get trouble in running roscore

roscore blocks your current terminal... You have to use another terminal for your commands.

2011-12-07 21:33:59 -0500 received badge  Popular Question (source)
2011-10-18 02:14:38 -0500 received badge  Good Question (source)
2011-10-17 18:09:04 -0500 received badge  Nice Question (source)
2011-09-28 03:23:42 -0500 asked a question No depth and RGB image showed in rviz

Hi,everybody. I have tried every method I can find on the Internet, such as changing the image and depth mode to QQVGA30HZ, and turn the colour transformer to RGB8, but things were that it didn't help.

2011-09-27 16:19:00 -0500 asked a question what should I install to use kinect in the environment of ros(electric) besides openni_kinect?

Hi,everybody! I got problem in using rviz to display the image from kinect.I installed openni_kinect to drive kinect, but once I run rviz to display PointCloud2 data, my computer crashed. How can I record the PointCloud2 data and display it on the rviz? Is there anything I should install besides openni_kinect?

2011-09-27 01:49:33 -0500 commented question Multiple errors launching openni.launch: "Tried to advertise a service that is already advertised in this node"
Thank you Asomerville. I have tried to use openni_camera/launch/openni_node.launch, but the problem is that I can't use rviz to display PointCloud2 data. What should I do to make it successful?
2011-09-27 01:45:24 -0500 commented question Multiple errors launching openni.launch: "Tried to advertise a service that is already advertised in this node"
Thank you joq. I can display the image with image_view, but once I use rviz to display PointCloud2 data, my computer crashed. And there was no information file saved in the camera_info folder.
2011-09-26 06:46:00 -0500 received badge  Student (source)
2011-09-26 02:00:55 -0500 asked a question Multiple errors launching openni.launch: "Tried to advertise a service that is already advertised in this node"

Hi,everybody! I entered "roslaunch openni_launch openni.launch" in the terminal, then I got the following response.

......
[ERROR] [1317043259.886787650]: Unable to open camera calibration file [/home/llq/.ros/camera_info/depth_A00364A05003107A.yaml]
[ WARN] [1317043259.886937571]: Camera calibration file /home/llq/.ros/camera_info/depth_A00364A05003107A.yaml not found.
[ WARN] [1317043259.889818576]: Using default parameters for RGB camera calibration.
[ WARN] [1317043259.889868600]: Using default parameters for IR camera calibration.
[ERROR] [1317043261.086826518]: Tried to advertise a service that is already advertised in this node [/camera/depth_registered/image_rect_raw/compressed/set_parameters]
[ERROR] [1317043261.134411949]: Tried to advertise a service that is already advertised in this node [/camera/depth_registered/image_rect_raw/theora/set_parameters]

I have been solving this problem all day long but I failed.

2011-09-26 01:37:36 -0500 commented answer get trouble in running roscore
Hi! Chrimo, thank you very much. I'm new to the English website, so it took me several days to get used. Actually, I solved the problem a few days ago. But I didn't realise that I haven't submitted the question until this morning, just because I haven't logged in. I'm really please to join here.
2011-09-25 16:01:44 -0500 asked a question problem in launching a camera

Hi, everybody! I have installed the openni_kinect(the camera I use is kinect), then I entered "rosmake openni_kinect --rosdep-install" and "roslaunch openni_camera openni_node.launch" in the terminal, the first command got executed successfully, but the second one failed. Here is some information in the terminal.

[rospack] warning: error parsing manifest file at [/home/llq/ros_workspace/pkgs/foobar/manifest.xml]?

Calibration hasn't been done to the camera, is this the cause? If so, is their any tutorial I can follow to complete the calibration?

2011-09-25 15:42:49 -0500 asked a question get trouble in running roscore

I'm a beginner. I entered "roscore" in the terminal, but I couln't get response when entering other command. The response I got after I entered "roscore" as follow.

llq@ubuntu:~$ roscore ... logging to /home/llq/.ros/log/eb7e1dc8-e33a-11e0-bfba-f46d04bbb18e/roslaunch-ubuntu-4399.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://localhost:48966/ ros_comm version 1.6.2

SUMMARY

PARAMETERS * /rosversion * /rosdistro

NODES

auto-starting new master process[master]: started with pid [4413] ROS_MASTER_URI=http://localhost:11311/

setting /run_id to eb7e1dc8-e33a-11e0-bfba-f46d04bbb18e process[rosout-1]: started with pid [4426] started core service [/rosout]

If I enter other commands like "rosnode list", it doesn't respond. Where the problem is?