Skip to content

Commit 1c3e2dc

Browse files
authored
Create 2021-12-01-RCLCactions.md
1 parent 5a0f281 commit 1c3e2dc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_posts/2021-12-01-RCLCactions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: micro-ROS fully supports ROS 2 features
3+
author: Maria Merlan
4+
---
5+
6+
micro-ROS already supported the ROS 2 communication paradigms (pub/sub, services, parameters, lifecycle….)
7+
From now on, micro-ROS also supports actions. This means that the RCLC now is fully completed and enables all ROS 2 features.
8+
9+
Therefore, the full integration with all ROS 2-based interfaces can be achieved from the plain C micro-ROS API. Also, it provides specific features such as a real time executor or static memory handling.
10+
11+
The [RCLC Actions Implementation](https://github.com/ros2/rclc/pull/170) in micro-ROS supports most of the well-known features of actions like goal requests, goal cancels, feedback and so on. All of them use the dynamic-memory-free micro-ROS usual approach.
12+
13+
They will be included in [RCLC Rolling release v3.0.5](https://github.com/ros2/rclc/releases/tag/3.0.5)

0 commit comments

Comments
 (0)