Application packages for CIR-KIT-Unit03
For CIR-KIT-Unit03 instructions and tutorials, please see http://wiki.ros.org/Robots/CIR-KIT-Unit03.
This repository is the application package for CIR-KIT-Unit03.
Therefore, you NEED TO INSTALL cirkit_unit03_pkgs.
Supported ROS version is Indigo.
$ cd <catkin_ws>/src
$ git clone https://github.com/CIR-KIT-Unit03/cirkit_unit03_apps.git
$ cd <catkin_ws>/src/cirkit_unit03_apps
$ sh install.sh
rosdep init
catkin_make run_tests
src/.rosinstall
$ cd <catkin_ws>/src
$ git clone https://github.com/cir-kit-unit03/cirkit_unit03_pkgs.git
$ cd <catkin_ws>/src
$ git clone https://github.com/CIR-KIT-Unit03/cirkit_unit03_apps.git
$ cd <catkin_ws>
$ wstool init src
$ wstool merge -t src src/cirkit_unit03_pkgs/cirkit_unit03_pkgs.rosinstall
$ wstool merge -t src src/cirkit_unit03_apps/cirkit_unit03_apps.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
<catkin_ws>
│
└ src
│
├ cirkit_unit03_apps
│ │
│ ├ cirkit_unit03_apps (Metapackage)
│ │
│ ├ cirkit_unit03_autorun
│ │
│ ├ human_detector (Cloned via cirkit_unit03_apps.rosinstall)
│ │
│ └ timed_roslaunch (Cloned via cirkit_unit03_apps.rosinstall)
│
├ cirkit_unit03_deps (Just a directory, not a metapacage)
│ |
| ├ ira_laser_tools (Cloned via cirkit_unit03_pkgs.rosinstall)
│ |
| ├ lower_step_detector (Cloned via cirkit_unit03_pkgs.rosinstall)
│ |
│ └ steer_drive_ros (Cloned via cirkit_unit03_pkgs.rosinstall)
│
└ cirkit_unit03_pkgs
|
├ cirkit_unit03_pkgs (Metapackage)
|
├ cirkit_unit03_common (Cloned via cirkit_unit03_pkgs.rosinstall)
|
├ cirkit_unit03_navigation (Cloned via cirkit_unit03_pkgs.rosinstall)
|
├ cirkit_unit03_robot (Cloned via cirkit_unit03_pkgs.rosinstall)
|
└ cirkit_unit03_simulator (Cloned via cirkit_unit03_pkgs.rosinstall)