You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ After, it is possible to activate the node by transitioning through the activati
52
52
53
53
This state will allow the node to process information and be fully setup to run.
54
54
The configuration stage, triggering the ``on_configure()`` method, will setup all parameters, ROS networking interfaces, and for safety systems, all dynamically allocated memory.
55
-
The activation stage, triggering the ``on_activate()`` method, will active the ROS networking interfaces and set any states in the program to start processing information.
55
+
The activation stage, triggering the ``on_activate()`` method, will activate the ROS networking interfaces and set any states in the program to start processing information.
56
56
57
57
To shutdown, we transition into deactivating, cleaning up, shutting down and end in the finalized state.
58
58
The networking interfaces are deactivated and stop processing, deallocate memory, exit cleanly, in those stages, respectively.
0 commit comments