RRT Planning for an ackerman-steered car.
Install ROS
And install additional dependencies
sudo apt-get install cmake build-essential clang libgoogle-glog-dev libgflags-dev libgtest-dev
git clone git@github.com:umass-amrl/CS603_RRT.git
- Clone this repo, and enter the directory. All subsequent commands must be run from within the directory.
- Add the project to the ROS packages path:
Pro-tip: add this line to your
export ROS_PACKAGE_PATH=/PATH/TO/YOUR/REPO:$ROS_PACKAGE_PATH
.bashrcfile. - Run
make.
DO NOT RUNcmakedirectly.
DO NOT RUNcatkin_buildor anything catkin-related.
- Before starting programs that use ros, you will need to start a roscore instance in a terminal that you keep open:
roscore