Skip to content

Releases: pfeiferj/mapd

v2.0.6

31 Jan 03:28
7828bba

Choose a tag to compare

Uses the latest gomsgq to read the carState queue without consuming a subscription slot. msgq has a 15 subscriber built in limit, and stock openpilot consumes 14 of the available slots for the carState queue. This leaves only one available slot for an openpilot fork to consume. This meant that any fork that used mapd had no slots left to use for other features without this change. Mapd still uses regular subscriptions that consume a slot for queues other than carState because the method used to read without consuming a slot results in slightly less resiliency when reading the queue.

v2.0.5

16 Jan 13:29
e81cb54

Choose a tag to compare

  • Fixes backwards compatibility issues introduced in v2.0.3 and v2.0.4 (note: latest openpilot now has different queue sizes per service. On latest openpilot you must set the service size to medium in services.py for any mapd services you have listed, this is not necessary on older versions of openpilot)
  • Download entries are now sorted in the cli
  • When searching in mapd cli, the enter button now stops editing the search string instead of selecting the first entry
  • MacOS support when using with latest openpilot tools (If compiled on mac)

v2.0.4

08 Jan 00:18
637096c

Choose a tag to compare

  • Compatibility update for comma's latest changes in msgq/openpilot ipc messaging layer

v2.0.3

07 Jan 19:56
2b8850b

Choose a tag to compare

  • Compatibility update for comma's latest changes in msgq/openpilot ipc messaging layer

v2.0.2

20 Dec 02:24
d7005f7

Choose a tag to compare

Changes to gps type detection logic to ensure consistency in detection on comma 4 devices

v2.0.1

16 Dec 21:29
e6b7b85

Choose a tag to compare

Extend the gps detection time to ensure we select the right gps on devices that are slow to initialize the external gps

v2.0.0

14 Dec 05:08
af8d3e6

Choose a tag to compare

The official release of mapd v2.0. A major rewrite of mapd to better integrate with openpilot forks. It is backwards incompatible from mapd v1.x. Refer to the docs for more details.

v2.0.0-rc1

07 Dec 20:45
deaaff5

Choose a tag to compare

Release Candidate 1

This first release candidate should be considered stable as there are no planned features or fixes for the code before the release of v2.0.0. v2.0.0 will be released with the current feature set once documentation and testing is completed.

v2.0.0-beta10

05 Dec 05:27
e3ed7c8

Choose a tag to compare

  • Speed limit state fixes
  • Code refactoring
  • Some docs

v2.0.0-beta9

03 Dec 04:04
3032411

Choose a tag to compare

  • speed limit state fixes