Skip to content

Commit dfd2e47

Browse files
committed
Fixed author name and spaces.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
2 parents c7c80c5 + f50e30a commit dfd2e47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "ROS 2 System Modes package released"
3-
author: anordman
3+
author: arnenordmann
44
---
55

6-
We just released the **[ROS 2 system modes package](https://github.com/micro-ROS/system_modes)** that implements our attempt to allow behavioral system composition for ROS 2. *System modes* assume that the system is built from components with a lifecycle (see [ROS 2 managed nodes](https://index.ros.org/doc/ros2/Tutorials/Managed-Nodes/)). It adds a **notion of (sub-)systems**, hierarchically grouping these nodes, as well as a **notion of modes** that determine the configuration of these nodes and (sub-)systems in terms of their parameter values.
6+
We just released the **[ROS 2 system modes package](https://github.com/microROS/system_modes)** that implements our attempt to allow behavioral system composition for ROS 2. *System modes* assume that the system is built from components with a lifecycle (see [ROS 2 managed nodes](https://index.ros.org/doc/ros2/Tutorials/Managed-Nodes/)). It adds a notion of **(sub-)systems**, hierarchically grouping these nodes, as well as a notion of **modes** that determine the configuration of these nodes and (sub-)systems in terms of their parameter values.
77

88
Check the [system_modes example package](https://github.com/micro-ROS/system_modes/tree/master/system_modes_examples) for a small step-by-step example. For more information, check the [ROS wiki](http://wiki.ros.org/system_modes) and the [system_modes package on github](https://github.com/micro-ROS/system_modes).

0 commit comments

Comments
 (0)