Description
Move_Base is a package in ROS which implements its own algorithms to move the "Husky" given a goal. This package also accounts for any obstructions that may be within its of its goal and tries its best to maneuver around it.
INTRO
This guide assumes three things:
The husky_ws is setup using the previous step and the .bashrc has been setup properly for said workstation
- Git (start at the Install Git on Linux section)
Mapping
- Gmapping
- Is a package already installed with ROS
- Gmapping
STEPS
- Install packages for explore-lite
sudo apt install ros-kinetic-multirobot-map-merge ros-kinetic-explore-lite
- If further help is needed please refer to this instruction set .