maze solver
- clone the repository
- Delete the build and devel folder from catkin_ws
- do the same for simulation_ws
- Run
catkin_make
in both workspace.
roslaunch gazebo_ros empty_world.launch
roslaunch m2wr_description spawn.launch
- the model gets spawned.
bug2.launch -> moves the bot from one point to another avoiding the obstaclesby traveling in a line and moving around the object
roslaunch motion_plan bug2.launch
obstacle_avoidance.py -> move straight through obstacles
rosrun motion_plan obstacle_avoidance.py
go_to_point.py -> move from one point to another
rosrun motion_plan go_to_point.py