Autonomous vehicles collect large volumes of raw logs (e.g., sensor streams, perception outputs, planning/debug signals). In these logs, there may be situations such as:
Design a system that allows engineers to quickly find log segments where these situations might occur.
Explain what signals you would rely on (raw sensor vs derived perception outputs), how you index/search, and how the system scales.
Login required