This is the lab resources for SUSTech EE346.
cd ~/catkin_ws/src
git clone git@github.com:zhaojieting/lane_following.git
cd ..
catkin_make
export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:~/catkin_ws/src/lane_following/models
source ~/catkin_ws/devel/setup.bash
roslaunch lane_following race_track.launch
cd ~/catkin_ws/src/lane_following/scripts/
chmod +x lane_following.py
cd ~/catkin_ws
source devel/setup.bash
rosrun lane_following lane_following.py
Note: Each lane_following_part file is corresponding to each lab part.