Skip to content

Commit

Permalink
add section on Actions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion authored Jul 7, 2020
1 parent 3940564 commit 773b848
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ros_with_opc-ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ as straightforwardly between ROS/DDS messaging (which can to a certain extent be

OPC-UA prescribes Services as one of the fundamental interaction mechanisms, and they are apparently a direct counterpart to ROS services (i.e., a Request/Response comm mechanism).

**TODO**: check whether a "native" OPC-UA construct exists for Actions.
OPC-UA does not include Actions as they exist in ROS.
However, OPC-UA does describe Programs in part 10 of the specification.
OPC-UA Programs are general finite state machines that run on an OPC-UA server.
A *ROS* Action server implements Actions as a specific kind of a finite state machine.
For more details, see this ROS2 [design documentation on Actions](http://design.ros2.org/articles/actions.html).
It's plausible that an OPC-UA server could implement ROS Action-like behavior in the form of an OPC-UA Program.
Both ROS Actions and OPC-UA Programs are intended to support interruptible, potentially long-duration tasks on the server.

### Language Support

Expand Down

0 comments on commit 773b848

Please sign in to comment.