Skip to content

Commit 631cf6b

Browse files
authored
Merge pull request #155 from ros2/error_state_typo
update old reference to fatal error state now ErrorProcessing.
2 parents b61d415 + 36e304a commit 631cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/node_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Any managed service requests to a node in the inactive state will not be answere
100100
This is the main state of the node's life cycle.
101101
While in this state, the node performs any processing, responds to service requests, reads and processes data, produces output, etc.
102102

103-
If an error that cannot be handled by the node/system occurs in this state, the transition to the `fatal error` state is taken.
103+
If an error that cannot be handled by the node/system occurs in this state, the node will transition to `ErrorProcessing`.
104104

105105
#### Valid transitions out of Active
106106

0 commit comments

Comments
 (0)