Skip to content

Commit

Permalink
(robot_smach_states) update outdated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Feb 13, 2021
1 parent 6438ce3 commit 0e21abe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions robot_smach_states/README.md
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)

0 comments on commit 0e21abe

Please sign in to comment.