# Lane Detection Types

By
Published 2024-03-11

Navigation Detection looks at the ingame minimap at the bottom right of your screen. In this minimap, there are lane lines that navigation Detection reads. This makes it the most accurate as it is getting lane data directly from the game.

Upsides:

  • Accurate
  • Low performance
  • Easy to use

Downsides:

  • Whenever you get a notification in the route advisor, Navigation Detection won't work. This is due to the minimap being blocked. We are looking into solutions for this.
  • Icons and company names may mess lane detection up since Navigation Detection uses colors to search for lane lines. This can be fixed easily by installing the CleanRouteAdvisor mod. You can find it here.

Documentation

LSTR is an outdated version of lane detection. It scans the lane lines out of the windshield of your truck to know where they are.

Upsides:

  • Honestly, there arent any.

Downsides:

  • Does not work well during the night, or while raining
  • Does not turn on sharp turns (it can't see them)
  • Heavier on performance than Navigation Detection
  • It requires a more difficult setup

Documentation

UFLD is an outdated version of lane detection. It scans the lane lines out of the windshield of your truck to know where they are. This is more accurate than LSTR because it searches each pixel instead of groups.

Upsides:

  • More accurate than LSTR

Downsides:

  • Does not work well during the night, or while raining
  • Does not turn on sharp turns (it can't see them)
  • Very, very heavy on performance
  • It requires a more difficult setup

# Future Plans

With the release of 2.0 currently scheduled for Q2-Q3 of 2024, there will be a new type of lane detection. This will use data directly from the game, meaning this will be the most accurate lane detection possible.

For people who are interested, this is the current state (as of 3-14-24). Prefabs and roads have been extracted, lane assist with this data is not currently possible.

Updates are regularly posted in the announcments channel of the Discord.
If you specifically only want development updates, head to the #roles channel and get the "Development News" role. You will get pinged in the annoncments channel whenever there is a update for 2.0.