Skip to content

Commit d1bcec1

Browse files
ralph-langeJulián Bermúdez Ortega
andcommitted
Update _docs/overview/features/index.md
Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com>
1 parent 069c18d commit d1bcec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/overview/features/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Inter- and intra-process communication using the same API | No shared-memory int
2020
Composition of node components at compile-, link- or dlopen-time | Composition at compile-time only. Composition at runtime would depend highly on the RTOS.
2121
Support for nodes with managed lifecycles | Very basic support provided by [rcl_lifecycle](https://github.com/ros2/rcl/tree/master/rcl_lifecycle/) out of the box for micro-ROS. *Further convenience functions are planned.*
2222
DDS-Security support | DDS security is supported at micro-ROS-Agent. *Security mechanisms in Micro XRCE-DDS are planned for future releases.*
23-
Command-line introspection tools using an extensible framework | From a remote microprocessor all standard ROS 2 tools can be used to introspect the micro-ROS nodes on an MCU. Micro-ROS nodes appear as ROS 2 nodes (by the agent). Note, however, that the node graph API is currently *not* available on the MCU.
23+
Command-line introspection tools using an extensible framework | From a remote microprocessor all standard ROS 2 tools can be used to introspect the micro-ROS nodes on an MCU. micro-ROS nodes appear as ROS 2 nodes (by the micro-ROS-Agent). Note, however, that the node graph API is currently *not* available on the MCU.
2424
Launch system for coordinating multiple nodes | No launch system for the micro-ROS nodes on an MCU available. Such a system would depend highly on the RTOS. The system-modes concept developed with micro-ROS allows runtime configuration/orchestration of ROS 2 and micro-ROS nodes together.
2525
Namespace support for nodes and topics | Available just as in ROS 2.
2626
Static remapping of ROS names | *Should be available if passed as argument via standard rcl API - to be checked.*

0 commit comments

Comments
 (0)