elvout / cs393r

CS 393R Graduate Autonomous Robots, Fall 2021 | Autobots
0 stars 0 forks source link

Latency quantification #5

Closed aiddun closed 3 years ago

aiddun commented 3 years ago

How do we accurately measure system latency? The goal of this task is to get a quantitative measure (in ms) of the system latency of the vehicle.

Potential solutions

After discussion, the best way to start was decided to be manual binary search.

elvout commented 3 years ago

I did a rough estimate of 300 ms and it seems like its pretty accurate. We can pursue a more accurate measurement.