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

Obstacle insertion in map

asked 2014-11-28 09:41:37 -0500

updated 2014-12-02 05:33:08 -0500

I have a sensor to detect obstacles that are not visible. I want my robot to avoid them because they are dangerous despite not being visible.

I have a path planning working with my laser sensor. So, I imagine that the best way of avoiding this potentially harmful points is by introducing them in the obstacle map.

Is it possible? How can I do it and prevent the laser clearing them in the map?

Thank you

EDIT:

I am using navigation package with my TOF camera to implement an AMCL and a path planning. The problem I have is that I need to add invisible obstacles (they are recognised by a radio frequency system). My path planning is working properly right now, but I need to introduce more information in the map.

edit retag flag offensive close merge delete

Comments

What kind of sensor is it?

David Lu gravatar image David Lu  ( 2014-11-28 15:07:07 -0500 )edit

I have explained it above

arenillas gravatar image arenillas  ( 2014-12-01 10:57:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-12-01 13:34:28 -0500

Have you checked out the ROS Navigation? It looks as if you can develop a SLAM map using this set of packages.

edit flag offensive delete link more

Comments

I am using navigation package with my TOF to implement an AMCL and a path planning. The problem I have is that I need to add invisible obstacles (they are recognised by a radio frequency system). My path planning is working properly right now, but I need to introduce more information in the map.

arenillas gravatar image arenillas  ( 2014-12-02 05:32:52 -0500 )edit

I'm not sure how your radio frequency sensor works, but if it gives you the position of the obstacles that it senses, you should be able to publish that information to the appropriate topic. As long as you have the right message format, you should be good. I would examine other sensor nodes.

sealguy77 gravatar image sealguy77  ( 2014-12-02 13:19:22 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2014-11-28 09:41:37 -0500

Seen: 492 times

Last updated: Dec 02 '14