UID: 117509717 | Maaruf Vazifdar
- Python
- Turtlebot 3
Build the workspace:
cd ~/catkin_ws/src
git clone https://github.com/maarufvazifdar/astar_planner_turtlebot.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash
Visualize 2D exploration and optimal path:
cd src/astar_planner_turtlebot/src/scripts
python simulation_2d.py --start_location="[1,1,90]" --goal_location="[6,2,0]" --RPM="[10,10]" --displayExploration=1
Visualize Gazebo simulation:
roslaunch astar_planner_turtlebot astar_turtlebot.launch start_location:="[1,1,90]" goal_location:="[6,2,0]" RPM:="[10,10]"