tier4 / caret

CARET (Chain-Aware ROS Evaluation Tool) is one of performance analysis tools dedicated with ROS 2 applications
https://tier4.github.io/caret_doc/main/
Apache License 2.0
64 stars 16 forks source link

e2e latency #111

Open Autostone-c opened 1 year ago

Autostone-c commented 1 year ago

Checklist

Step where the question is related to

Recording, Visualization

Description

hi,i see the plot only has publish time. no subscribe time. Can it represent end-to-end latency?or i have not understand this work?

nabetetsu commented 1 year ago

Hi, thank you for your question. CARET is not able to record the timestamp of sbscription. Instead, it records the start time of the subscribe callback which is called when subscribing topics. For more detail, please refer to the communication diagram in the following document: https://tier4.github.io/CARET_doc/main/design/event_and_latency_definitions/communication/#inter-process-communication