CS 4023 Intro to Intelligent Robotics Project 1 Repository
Kichang Song
Ethan Vong
git clone https://github.com/Kichlids/Intelligent-Robotics-Project-1.git
Or unpack the zipped project submitted into a suitable location
cd /<Path to project>/Intelligent-Robotics-Project-1/robot-ws
catkin_make
source devel/setup.bash
roslaunch robot_control robot_control.launch
Use the WASD keys to control the robot in the same terminal that you just ran the previous command.
In a separate terminal launch rviz
roslaunch turtlebot_rviz_launchers view_navigation.launch
After mapping you can save the map
rosrun map_server map_saver -f <your map name>
Execute this command to run autonomous pathing with your map (Don’t close the other terminals or programs)
roslaunch turtlebot_gazebo amcl_demo.launch map_file:=<full path to your map YAML file>