Skip to content

Commit c49875d

Browse files
authored
docs: agnocast support (#372)
* docs: agnocast support Signed-off-by: atsushi421 <atsushi.yano.2@tier4.jp> * fix * fix --------- Signed-off-by: atsushi421 <atsushi.yano.2@tier4.jp>
1 parent f11be68 commit c49875d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/design/software_architecture/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ nav:
33
- caret_trace: caret_trace.md
44
- caret_analyze: caret_analyze.md
55
- tilde.md
6+
- agnocast.md
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Agnocast Support
2+
3+
[Agnocast](https://github.com/tier4/agnocast) is a rclcpp-compatible true zero-copy IPC middleware. CARET has been extended to support applications using Agnocast as an alternative to DDS, enabling the use of CARET's existing [runtime recording](../runtime_processing/runtime_recording.md), [tracepoint filtering](../runtime_processing/tracepoint_filtering.md), and analysis capabilities with Agnocast-based systems. The usage of CARET remains unchanged when working with Agnocast-based applications.
4+
5+
Please refer to the following PRs for the implementations:
6+
7+
- [tier4/caret_trace#316](https://github.com/tier4/caret_trace/pull/316) - Runtime recording for Agnocast
8+
- [tier4/caret_trace#318](https://github.com/tier4/caret_trace/pull/318) - Trace filtering for Agnocast
9+
- [tier4/caret_analyze#577](https://github.com/tier4/caret_analyze/pull/577) - Agnocast data processing and analysis
10+
11+
## Version Compatibility
12+
13+
CARET supports only Agnocast versions later than [2.1.2](https://github.com/tier4/agnocast/releases/tag/2.1.2).

0 commit comments

Comments
 (0)