cyber_recorder play进行数据回灌时,怎么进行单步调试planning模块?
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 18.04):
- Apollo installed from (source or binary):
- Apollo version (3.5, 5.0, 5.5, 6.0):
- Output of
apollo.sh configif onmasterbranch:
Steps to reproduce the issue:
- Please use bullet points and include as much details as possible:
Supporting materials (screenshots, command lines, code/script snippets):
问题描述: 现在已有recorder数据包,数据进行回灌时,怎么能单步调试planning模块,以保证输入一组数据,planning规划一次。
Since planning subscribes to multiple message channels, it is not possible to set specific data for planning by cyber_recoder play. If only one frame of planning is required, this can be achieved by pausing the cyber_recoder play with the “spacebar”.
This is an interesting question, because the working mode of planning is a bit like flow.
So when we say debugging separately, we need to be clear about which part we need to test. I think this is a good question.