Gazebo | Ignition | Community
Ask Your Question
0

How to simulate shortest Path finder/planner and dynamic obstacle detection in Gazebo

asked 2013-08-20 00:14:56 -0600

SalmaanAhmed gravatar image

I am a beacholers student choose final year project to be shortest path finder and planner including dynamic obstacle detection (A robotic Car). As i am new to gazebo, looking at some official tutorials i got to know how to make a car move. But where should i exactly start from, i dont know how to even avoid static obstacles.

Please guide me, where could i get some extra help ???

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-08-26 02:39:10 -0600

Hi,

implementing such stuff has to be done by your own controllers gazebo only provides the physical simulation.

To recognize static obstacles you can use Sensors like the laser scanners. A very primitive approach would be if you detect an object on the right side you move left...(This is probably not the best approach cause you might get stuck in corners etc...)

For path planning you will need some kind of other representation(a map) of your world. This map could be used for different path planning algorithms. If you want to use a map you have to now if this is generated in runtime or if it is know to the robot before you start. If you have to create a map at runtime you might want to take a look at SLAM packages... After you got a map you can use common path planners with it. Which is the best planner for your purposes is not an easy question. It depends highly on the environment your in, on the size of your environment, if there are moving obstacles etc, maybe the SBPL or OMPL Planners have an algorithm that suits your needs...

It might be a good idea to look at ROS for some of this things, but it is not mandatory...

edit flag offensive delete link more

Comments

Thank you !! I might consult you when i get stuck :)

SalmaanAhmed gravatar imageSalmaanAhmed ( 2013-09-18 14:46:53 -0600 )edit

hey did u able to control the braking system of car (polaris) in gazebo ? Any help would be appreciated . Thanks!

anonymous gravatar imageanonymous ( 2014-11-24 06:38:23 -0600 )edit

Question Tools

Stats

Asked: 2013-08-20 00:14:56 -0600

Seen: 3,010 times

Last updated: Aug 26 '13