Description
The package we are using is a replacement for the husky due to the husky having a hard time running multiple fully functioning instances of itself via single roscore.
INTRO
This guide assumes :
STEPS
- Install the ubuntu packages
sudo apt-get install ros-kinetic-turtlebot ros-kinetic-turtlebot-apps ros-kinetic-turtlebot-interactions ros-kinetic-turtlebot-simulator ros-kinetic-kobuki-ftdi ros-kinetic-rocon-remocon ros-kinetic-rocon-qt-library ros-kinetic-ar-track-alvar-msgs
If you encounter any errors it is probably due to turtlebot concert which we will not be using so you may ignore them.
Source your setup
# For a deb installation > echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc # For a source installation > echo "source ~/turtlebot/kinetic/setup.bash" >> ~/.bashrc
- Install the navigation packages for the turtlebot:
git Clone https://github.com/bnurbekov/Turtlebot_Navigation.git
catkin_make the packages
Source the setup.bash within /devel directory
Install the multiple robots package:
git Clone https://github.com/emrecanbulut/multirobot
catkin_make the packages
Source the setup.bash within /devel directory