Skip to content

Commit 3e71d81

Browse files
committed
Fix image paths
1 parent 2925c0e commit 3e71d81

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ROS_SMACH/SMACH_Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Additionally, SMACH can be used with ROS Actions to allow for increased code mod
101101

102102
Convert state-less systems into state-based ones (depends on whether that is what you are looking for).
103103

104-
![Untitled Diagram2](assets/Untitled Diagram2.jpg)
104+
![UntitledDiagram2](assets/UntitledDiagram2.jpg)
105105

106106
## 2 Simple State Machine Example <a name="2"></a>
107107

@@ -154,7 +154,7 @@ with sm:
154154
In each line, we add a new state, define the state name and what state class we are using (in this case `ExampleState()`) and then we assign the outcome with a new state or in the case of the last state, an outcome of the state machine.
155155
Without going further, you should be able to tell what would happen if we were to execute this state machine. The following is a simple diagram:
156156

157-
![Untitled Diagram](assets/Untitled Diagram.jpg)
157+
![UntitledDiagram](assets/UntitledDiagram.jpg)
158158

159159
### 2.4 Full Example <a name="2.4"></a>
160160

0 commit comments

Comments
 (0)