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

Is there any reactive proximity collision checker package available?

asked 2016-05-05 01:01:57 -0500

Megacephalo gravatar image

Yes,

Recently I have been developing my own motion planning system using ROS stack, but I want to add a collision checker as my safety controller just to make double sure that the navigation is truly safe even with high odometry error. I have adopted Kobuki's control system on my own robot, however, the safety controller stated in the mentioned article only detects if there is a cliff or wheel fall-off event and there is no proximity checking based on frontal or rear laser scanning.
I had also browsed through this page but since my robot's odometry is still under improvement, I cannot guarantee constant satisfied poses to provide to octomap_server and thus this way of collision avoidance renders useless for my case. Another idea is to use grid cells in rolling window to detect obstacle, as stated here, but still may not work with high odometry error.
So, my question is, is there any available proximity collision checking based on laser readings alone? The package would notice when you are too close to the wall, then it will ask you to stop, just based on its scanning reading. Maybe I am wrong in my understanding of collision avoidance. so feel free to correct me if you may.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-06-16 09:37:56 -0500

Megacephalo gravatar image

updated 2016-06-16 09:38:26 -0500

After one month without any movement out there, I wrote, compiled and tested my own proximity collision checker. I think indeed the question needs to be asked another way around, but never mind. Now, I can answer my own question. The answer is yes ! I wrote it, and by now is the most usable safety range proximity safety controller by far at my disposal. For those who needs it, the package is here, enjoy and send me some feedback and PR if you please ! Thank you !

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-05 01:01:57 -0500

Seen: 235 times

Last updated: Jun 16 '16