Shane Smiskol
Shane Smiskol
New 2022 Civic will have about 1 m/s/s of steering torque
But when manually checked with a LogReader it only prints acceptable addresses: ```python sendcan_addrs = set() for msg in lr: if msg.which() == 'sendcan': for can in msg.sendcan: print(can.address) sendcan_addrs.add(can.address)...
Tried to view a route from a few years ago with deprecated pandaStates but it doesn't show it
The third decimal place (single digit ms) increments up and down as you press left or right arrow to skip. For example: 117.320 -> 117.331 -> 117.341 -> 117.351 ->...
Also with rlogs, it's never perfectly in 0.01 second increments
Correct scaling and offset now. Plus checksum is 1 bit larger, which captures that fake inverse bit, removed some set mes. Opened to preserve, will verify later. This does not...
Can lead to huge log sizes
Pending testing, for https://github.com/commaai/openpilot/pull/30264