2D Visualisation for testing path planning algorithms

asked 2014-01-20 05:09:49 -0500

JP gravatar image

Hi everyone, I am working on the AR.Drone and would like to implement simulation on path planning algorithms. I would like to write an algorithm such as A* in a .cpp file and have a simple GUI that visualises the robots movement. I want to simulate random objects also to test the algorithm that I decide to implement. Does anyone know of a way that I can visualise the process described above?

Thanks in advance!

edit retag flag offensive close merge delete

Comments

I would definitely check out some Gazebo or PCL applications in addition to ROS.

Athoesen gravatar image Athoesen  ( 2014-01-20 09:27:57 -0500 )edit

Hi Athosen, thank you for your reply. Just to check, does the gazebo have the ability to simulate random objects and give them a random x,y position in a map? Also, do you know any 2D environments? Ideally I want to work in a 2D environment, simulate random objects and move the robot (square block)

JP gravatar image JP  ( 2014-01-21 03:07:07 -0500 )edit

Were you able to find such a tool @JP ?

2ROS0 gravatar image 2ROS0  ( 2015-08-05 11:55:27 -0500 )edit