You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
28
28
29
29
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
+
30
42
## Implementation of tf2_filter
31
43
32
44
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