This folder contains the source code for pid control coded by Guoliang.
Dr. Andi, please refer to this folder. Other folder may not relevant to pid_control task.
To run the code:
- Download the source code to your
source_dir
. - Link the
source_dir
or copy the source folder to yourcatkin_ws/src
- Install the package husky simulator, as I mentioned in the pdf. Using cmd
sudo apt-get install ros-<distro>-husky-simulator
, and remember to replace the<distro>
to your ros version. i.e. if you are using kinetic, replace<distro>
with kinetic. - The rest should be the same. Build the package, and using
roslaunch
to launch the environment and the node generated. The launch file is in the launch folder.
This folder contains the source code for path plan coded by Guoliang.
Please refer to the README.md in the ee3305_path_plan_v2 folder.