Hello

I implemented a path planning algorithm using c++ and wxWidget so I have GUI to see the generated path by coloring the Panels. The grid environment that I used deals with static obstacles. However, I need to improve my algorithm to deal with dynamic moving obstacles, but I am not sure which development environment is better? is wxWidgets and C++ enables me to implement moving obstacles? or I need to use Matlab?

That is, I want to display a 2d occupancy grid (8*8 or 16*16 or 32*32) with static and moving obstacles, the user can choose start and goal location then he/she can run the algorithm.

Regards,

More Eman Abdullah's questions See All
Similar questions and discussions