Skip to content

Commit a8f92ca

Browse files
author
Iñigo Muguruza
authored
Merge pull request #18 from microROS/post/system_modes_initial
Post/system modes initial
2 parents 104b325 + 5b63100 commit a8f92ca

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

_data/authors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
iluetkeb:
22
twitter: ingoluetkebohle
3+
anordman:
4+
name: Arne Nordmann
5+
twitter: norro58
6+
web: http://arne-nordmann.de
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "ROS 2 System Modes package released"
3+
author: anordman
4+
---
5+
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.
7+
8+
Check the [system_modes example package](https://github.com/microROS/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/microROS/system_modes).

0 commit comments

Comments
 (0)