Robot packages for CIR-KIT-Unit03, for operating robot hardware.
For CIR-KIT-Unit03 instructions and tutorials, please see http://wiki.ros.org/Robots/CIR-KIT-Unit03.
- husky_bringup : Bringup launch files and scripts.
- husky_base : Hardware driver for communicating with the onboard MCU.
We highly recommend install this repository with cirkit_unit03_pkgs.
$ cd <catkin_ws>/src
$ git clone https://github.com/CIR-KIT-Unit03/cirkit_unit03_robot.git
$ cd <catkin_ws>
$ wstool init src
$ wstool merge -t src src/cirkit_unit03_robot/cirkit_unit03_robot.rosinstall
$ wstool update -t src
$ cd <catkin_ws>
$ rosdep install -i -r -y --from-paths src --ignore-src
$ cd <catkin_ws>
$ catkin_make
$ source devel/setup.bash