This repo contains all the basic code to operate a Nextage robot.
Currently a work in progress...
- Change directory:
cd /path/to/catkin_ws/src
- Clone the repository (make sure you include the
--recursive
flag)
- (ssh)
git clone --recursive [email protected]:ipab-slmc/nextage_core.git
- (https)
git clone --recursive https://github.com/ipab-slmc/nextage_core.git
- Install dependencies:
rosdep update ; rosdep install --from-paths ./ -iry
- Build catkin workspace:
catkin build -s
See the IPAB Wiki for more details, including guides and documentation for the Gazebo simulator: https://github.com/ipab-slmc/nextage_wiki/wiki