Motion Planning for SCARA Robot Arm, implemented in C++, visualized with Qt-GUI and Rviz.
This work is my final project in the course Robotics, taught by Dr. Hoang-Giap Nguyen.
Use the following commands to download and compile the package (tested on Ubuntu 16.04 and 18.04)
git clone https://github.com/hapham258/SCARA_Motion_Planning.git
cd SCARA_Motion_Planning
catkin_make
source devel/setup.bash
roslaunch launch/start_model.launch

