diff --git a/docs/faq/faq.md b/docs/faq/faq.md index 28b2f6bdb..8ca5cc9cc 100644 --- a/docs/faq/faq.md +++ b/docs/faq/faq.md @@ -41,6 +41,11 @@ ros2 caret check_caret_rclcpp - As described in [design section](../design/runtime_processing/index.md), a node to store CARET events is created for each process. Therefore, if a target application is huge and has a lot of processes, the number of CARET nodes also becomes huge +### Precautions when starting at the same time as Autoware + +- If you start Autoware and `ros2 caret record` at the same time, operation may become unstable and some nodes may not be recorded. +- It is recommended to start `ros2 caret record` a little while after starting Autoware. + ## Visualization ### Result (plot, message_flow, etc.) is not outputted, or there seems something wrong with the result