SLAM frontend for a ground robot using vision and odometry
Install ROS
- Clone this repo into
vision_slam_frontend
, and enter the directory.IMPORTANT: ROS does not like hyphens in package paths. Hence the change of name for the directory.git clone [email protected]:umass-amrl/vision-slam-frontend.git vision_slam_frontend
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
.bashrc
file. - Run
make
.
DO NOT RUNcmake
directly.
DO NOT RUNcatkin_build
or anything catkin-related.