Skip to content

Commit

Permalink
fix typo about-actions.rst (ros2#3877)
Browse files Browse the repository at this point in the history
  • Loading branch information
cychitivav committed Aug 28, 2023
1 parent 3003af2 commit 2fc598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Concepts/Basic/About-Actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In ROS 2, an action refers to a long-running remote procedure call with feedback
For instance, the high-level state machine running a robot may call an action to tell the navigation subsystem to travel to a waypoint, which may take several seconds (or minutes) to do.
Along the way, the navigation subsystem can provide feedback on how far along it is, and the high-level state machine has the option to cancel or preempty the travel to that waypoint.

This structure is reflected in how an action message definition loks:
This structure is reflected in how an action message definition looks:

.. code::
Expand Down

0 comments on commit 2fc598b

Please sign in to comment.