Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmplaza authored Apr 7, 2019
1 parent 20e83d7 commit e79dcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VisualStates is a tool for programming robot behaviors with automata (Finite State Machines, even Hierarchical ones).

<p align="center">
 <img width="500" src="https://jderobot.github.io/VisualStates/gui-states.png"></img>
 <img width="600" src="https://jderobot.github.io/VisualStates/gui-states.png"></img>
</p>

It represents visually the robot's behavior as a graph on a canvas composed of **states** (nodes,vertices)
Expand Down Expand Up @@ -70,7 +70,7 @@ To run an example behavior please check the examples repository here: [VisualSta
The VisualStates GUI has four sections: an upper menu bar, a treeView, SchemaView and dialogs for code and configs.

<p align="center">
 <img width="500" src="https://jderobot.github.io/VisualStates/visualstates-gui.png"></img>
 <img width="600" src="https://jderobot.github.io/VisualStates/visualstates-gui.png">
</p>

The menu bars contains the main buttons, which will allow you to do most of the actions. This buttons are:
Expand Down

0 comments on commit e79dcf8

Please sign in to comment.