-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(robot_smach_states) update outdated readme
- Loading branch information
1 parent
6438ce3
commit 0e21abe
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
[![Build Status](https://travis-ci.org/tue-robotics/robot_smach_states.svg?branch=master)](https://travis-ci.org/tue-robotics/robot_smach_states) [![codecov.io](https://codecov.io/github/tue-robotics/robot_smach_states/coverage.svg?branch=master)](https://codecov.io/github/tue-robotics/robot_smach_states?branch=master) [![Code Climate](https://codeclimate.com/github/tue-robotics/robot_smach_states/badges/gpa.svg)](https://codeclimate.com/github/tue-robotics/robot_smach_states) | ||
|
||
robot_smach_states | ||
================== | ||
# robot_smach_states | ||
|
||
Robot_smach_states is a library of, indeed, smach states and state machine, built using the SMACH state machine library from ROS. | ||
|
||
There are states concerning navigation, perception, world modeling/reasoning, complex and simple arm movements, speech recognition, and some more. | ||
Each state is passed an instance of the Robot-class from the tue-robotics/robot_skills-package. | ||
The actions called via the robot_smach_states are implemented and executed via such a Robot-object. | ||
|
||
![Architecture](https://raw.githubusercontent.com/tue-robotics/robot_smach_states/master/doc/layers.png) | ||
![Architecture](./doc/layers.png) |