This is the lab 4 for SUSTech EE346 Spring 2022.
It contains gazebo simulation model and control code for turtlebot3 burger.
cd ~/catkin_ws/src
git clone https://github.com/Mandan-CHAO/EE346_Lab4
cd ..
catkin_make
export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:~/catkin_ws/src/EE346_Lab4/models
source ~/catkin_ws/devel/setup.bash
roslaunch EE346_Lab4 race_track.launch
cd ~/catkin_ws/src/EE346_Lab4/scripts/
chmod +x lane_following_part1.py
chmod +x lane_following_part2.py
chmod +x lane_following_part3.py
cd ~/catkin_ws
source devel/setup.bash
rosrun EE346_Lab4 lane_following_part1.py
rosrun EE346_Lab4 lane_following_part2.py
rosrun EE346_Lab4 lane_following_part3.py