Skip to content

Commit bdc546d

Browse files
committed
Update
1 parent cfd073b commit bdc546d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • _docs/tutorials/advanced/handling_type_memory

_docs/tutorials/advanced/handling_type_memory/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ This page aims to explain how to handle messages and types memory in micro-ROS.
77

88
First of all, since the micro-ROS user is in an embedded C99 environment, it is important to be aware of what messages and ROS 2 types are being used in order to handle memory correctly.
99

10-
The micro-ROS type memory handling has changed in the latest micro-ROS Galactic distribution, two approaches are presented in this tutorial: micro-ROS Foxy and micro-ROS Galactic and beyond.
10+
The micro-ROS type memory handling has changed in the latest micro-ROS Galactic distribution, two approaches are presented in this tutorial: micro-ROS Foxy and micro-ROS Galactic and beyond:
11+
12+
- [micro-ROS Foxy](#micro-ros-foxy)
13+
- [Sequence types in micro-ROS](#sequence-types-in-micro-ros)
14+
- [Compound types in micro-ROS](#compound-types-in-micro-ros)
15+
- [Sequences of compound types](#sequences-of-compound-types)
16+
- [micro-ROS Galactic](#micro-ros-galactic)
1117

1218
# micro-ROS Foxy
1319

0 commit comments

Comments
 (0)