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

saddddddd's profile - activity

2015-07-23 07:56:24 -0500 received badge  Famous Question (source)
2014-04-06 13:30:53 -0500 received badge  Notable Question (source)
2014-04-06 03:37:34 -0500 received badge  Popular Question (source)
2014-02-24 08:32:54 -0500 received badge  Famous Question (source)
2013-07-10 04:13:49 -0500 received badge  Famous Question (source)
2013-03-31 17:05:09 -0500 asked a question Zero Point of LMS400

Is there anyone who use LMS400 laser scan system, I want to hown how to detemine the zero point of LMS400, which userguide of LMS400 does not show clearly.

2013-03-15 19:53:27 -0500 received badge  Notable Question (source)
2013-03-12 16:59:23 -0500 received badge  Scholar (source)
2013-02-04 23:48:09 -0500 received badge  Notable Question (source)
2013-01-22 11:15:44 -0500 received badge  Nice Question (source)
2013-01-22 11:15:40 -0500 received badge  Popular Question (source)
2013-01-14 14:03:40 -0500 received badge  Student (source)
2013-01-14 13:51:10 -0500 asked a question Use of Sick LMS400

In the sicktoolbox tutorials(www.ros.org/wiki/sicktoolbox_wrapper/Tutorials/UsingTheSicklms), It only show us how to get LaserScan Message by serial port, but how can I kown how to use SICK through network.

2013-01-14 13:44:49 -0500 commented question A question about ROS Laser Scan Assembler

Ok, finally, I find I use a wrong simulation time, as the clock section said, we should set /use_sim_time to true before we run the service calling node.

2013-01-11 10:07:38 -0500 received badge  Popular Question (source)
2013-01-10 16:33:58 -0500 answered a question A question about ROS Laser Scan Assembler

I find that the original code exits a bug: in the construction function, the code of the example in the link I list before doesn't include initialization code of ros::nodehandle, I add this code and it works.

2013-01-10 13:38:56 -0500 received badge  Famous Question (source)
2013-01-10 13:34:04 -0500 asked a question A question about ROS Laser Scan Assembler

I am using single scan sensor_msgs/LaserScan message provided in laser.bag, and I try to use the Laser Scan Assembler to form a bigger point cloud, by it fails in rviz (seems not bring in sensor_msgs/PointCloud message). what are the possible reasons?

links:www.ros.org/wiki/laser_assembler/Tutorials/HowToAssembleLaserScans

2013-01-10 13:22:00 -0500 commented question A basic question about writing ros c++ code file.

Thanks, but sometimes when I use the search engine, these has no results which may due to bad internet or something else. Is it normal when you use the Ros's wiki search engine.

2013-01-10 13:19:02 -0500 received badge  Supporter (source)
2013-01-09 02:41:09 -0500 received badge  Notable Question (source)
2013-01-08 22:16:35 -0500 received badge  Popular Question (source)
2013-01-08 19:31:23 -0500 asked a question A basic question about writing ros c++ code file.

What shold I do if I don't kown some ros code means? Is there something like msdn in visual studio?

For example: I don't quite understand the code below means? what should I do? ros::service::waitForService("build_cloud");