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

Ibraim's profile - activity

2013-11-03 01:56:35 -0500 received badge  Great Answer (source)
2013-03-12 02:48:23 -0500 received badge  Good Answer (source)
2013-03-06 05:06:59 -0500 received badge  Nice Answer (source)
2012-11-14 22:23:22 -0500 received badge  Famous Question (source)
2012-09-16 20:53:08 -0500 received badge  Notable Question (source)
2012-09-14 05:20:27 -0500 received badge  Necromancer (source)
2012-09-14 05:20:27 -0500 received badge  Teacher (source)
2012-09-13 23:24:18 -0500 answered a question localization in crowd environment

Although this is an old post maybe someone new comes looking for the same information. I have found references of doing this with the name of SLAM and DATMO. This means SLAM with detection and tracking of moving objects.

In this method the people are treated in no different way as any other moving object in the scene and probably this is a better approach as there are significant different objects in indoor and outdoor environments.

You can take a look at the following references:

Hope this help anyone who arrives here.

2012-09-02 22:02:48 -0500 received badge  Popular Question (source)
2012-08-30 04:07:26 -0500 commented answer Are there any books on ROS?

The best way I have found to get started with ROS was by the examples, specially those related to turtlebot_simulator: http://www.ros.org/wiki/turtlebot_simulator

2012-08-29 06:45:04 -0500 received badge  Student (source)
2012-08-28 03:14:46 -0500 asked a question How to evaluate AMCL localization performance

Hi all,

I'm using amcl for localization in a mobile robot. Now succesfully I have it working on the robot. My idea is to use it with a laser scan and I will be modifying the readings so the information passed to the localization algorithm is somehow filtered.

What I want to do now is to evaluate the performance of one filter vs. the original data, is there any information that amcl output so I can do it?. I think I can use the spread of the particles, but seeing from the execution this doesn't always reflect the accuracy of the localization, as sometimes the variance is small but the robot is not in its right orientation.

Other way to ask the question would be: how can I compare odometry vs. laser base localization using amcl algorithm?

Thanks for your thoughts and ideas,

Ibraim