Skip to content

Commit 7f6b0e2

Browse files
committed
Added roadmap.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent 5744ab4 commit 7f6b0e2

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

embedded_tf/index.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Table of contents
44

5-
- [Embedded TF](#embedded-tf)
6-
- [Introduction and Goal](#introduction-and-goal)
7-
- [Requirements](#requirements)
8-
- [Design](#design)
9-
- [Implementation of tf2_filter](#implementation-of-tf2filter)
10-
- [Acknowledgments](#acknowledgments)
5+
- [Introduction and Goal](#introduction-and-goal)
6+
- [Requirements](#requirements)
7+
- [Design](#design)
8+
- [Implementation of tf2_filter](#implementation-of-tf2filter)
9+
- [Roadmap](#roadmap)
10+
- [Acknowledgments](#acknowledgments)
1111

1212

1313
## Introduction and Goal
@@ -27,6 +27,18 @@ Embedded TF requirements are documented at: [github.com/microROS/geometry2/blob
2727
The Embedded TF design is documented at: [github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/design.md](https://github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/design.md).
2828

2929

30+
## Roadmap
31+
32+
**2018**
33+
* Static filter approach in the agent allowing to specify the parts of the kinematic chain that are relevant for an application component on micro-ROS.
34+
35+
**2019**
36+
* Design and implement an embedded TF implementation which is integrated with the real-time executor in a way that removes the need for costly synchronization primitives.
37+
38+
**2020**
39+
* Design and implement an API extension, as well as a reference implementation for custom transform representations that increase run-time efficiency.
40+
41+
3042
## Implementation of tf2_filter
3143

3244
Implementation of tf2_filter for ROS2 and micro-ROS can be found at: [github.com/microROS/geometry2/blob/ros2/tf2_filter/](https://github.com/microROS/geometry2/blob/ros2/tf2_filter/).

0 commit comments

Comments
 (0)