Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current reference state of a vehicle in the graph is stored as the triple (edge_index, path_index, s_offset). It is stored here:

size_t current_edge_index = 0;
size_t current_edge_path_index = 0;
double delta_s_path_node_offset = 0;

...