Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
iluetkeb:
twitter: ingoluetkebohle
anordman:
name: Arne Nordmann
twitter: norro58
web: http://arne-nordmann.de
8 changes: 8 additions & 0 deletions _posts/2019-03-19-system-modes-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "ROS 2 System Modes package released"
author: anordman

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure to use 'man' not 'mann'?

---

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would highlight "(sub-systems" and "modes" only, not "notion of", but that's a matter of taste.


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).