ROS Catkin package to use different URDF configurations for the Turtlebot 2
- Make your catkin workspace:
mkdir -p ~/catkin_ws/src
catkin_init_workspace ~/catkin_ws/src
catkin_make -C ~/catkin_ws
- Clone this repo to your workspace:
git clone https://github.com/Dabit-Industries/turtlebot_custom_description ~/catkin_ws/src
- Source your workspace
source ~/catkin_ws/devel/setup.sh