This Project was build for my midterm exam, the purpose is move to point A, and active the buzzer one time and go to another point B and active the Buzzer twice.
mkdir -p turtlebot4_ws/src
cd turtlebot4_ws/src
git clone https://github.com/MasdikaAliman/turtlebot4_nav_point_to_point.git
cd ../ && rosdep install --from-paths src --ignore-src -r -y
colcon build
ssh ubuntu@192.168.185.3
ssh ubuntu@your_robot_ip
ros2 launch turtlebot4_navigation slam.launch.py
ros2 launch turtlebot4_viz view_navigation.launch.py # This Jazzy
ros2 launch turtlebot4_viz view_robot.launch.py # This Humble
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -p stamped:=true
source install/setup.bash
ros2 launch turtlebot4_pick_place localization.launch.py
source install/setup.bash
ros2 launch turtlebot4_pick_place uts_nav.launch.py
ros2 launch turtlebot4_viz view_navigation.launch.py # This Jazzy
ros2 launch turtlebot4_viz view_robot.launch.py # This Humble
source install/setup.bash
ros2 run turtlebot4_pick_place turtlebot4_pick_place_node