Skip to content

Commit

Permalink
Merge pull request #13 from CIR-KIT-Unit03/mm/add/document
Browse files Browse the repository at this point in the history
Add document
  • Loading branch information
MoriKen254 authored Dec 20, 2016
2 parents 355797b + f3c0f1f commit b407c66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ script:
- catkin_make $( [ -f $CATKIN_OPTIONS ] && cat $CATKIN_OPTIONS )
- source devel/setup.bash
# Testing: Use both run_tests (to see the output) and test (to error out).
### - catkin_make run_tests # This always returns 0, but looks pretty.
### - catkin_make test # This will return non-zero if a test fails.
- catkin_make run_tests # This always returns 0, but looks pretty.
- catkin_test_results # This will return non-zero if at least one of the previous tests
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# cirkit_unit03_navigation [![Build Status](https://travis-ci.org/CIR-KIT-Unit03/cirkit_unit03_navigation.svg?branch)](https://travis-ci.org/CIR-KIT-Unit03/cirkit_unit03_navigation) [![Slack](https://img.shields.io/badge/Slack-CIR--KIT-blue.svg)](http://cir-kit.slack.com/messages/unit03_navigation)
Navigation packages for CIR-KIT-Unit03.

# 地図の格納場所について
- 地図は[`cirkit_unit03_navigation/cirkit_unit03_maps/map`](https://github.com/CIR-KIT-Unit03/cirkit_unit03_navigation/tree/master/cirkit_unit03_maps/map)に格納する.
- 地図は容量が大きいため,git管理に加えない.

## Summary
Navigation packages for CIR-KIT-Unit03 indluding navigation, localization, SLAM, and map storage.

For CIR-KIT-Unit03 instructions and tutorials, please see http://wiki.ros.org/Robots/CIR-KIT-Unit03.

- cirkit_unit03_amcl : [amcl](http://wiki.ros.org/amcl) (localization) configurations and launch files.
- cirkit_unit03_gmapping : [gmapping](http://wiki.ros.org/gmapping) (SLAM) configurations and launch files.
- cirkit_unit03_maps : Storage space of maps.
- By default, only sample maps are stored here.
- ***We'll never add additional maps in git*** in order to reduce storage size of the repository.
- cirkit_unit03_move_base : [move_base](http://wiki.ros.org/move_base) (navigation) configurations and launch files.

## Installation
#### **!! CAUTION !! DO NOT INSTALL** this repository **ALONE**.
Expand Down
20 changes: 0 additions & 20 deletions cirkit_unit03_navigation/README.md

This file was deleted.

0 comments on commit b407c66

Please sign in to comment.