Evaluate remaining red/green time for upcoming intersection
This commit is contained in:
parent
933106b7ea
commit
7463adb038
12 changed files with 2979 additions and 103 deletions
1019
src/applogic/v2x/map.rs
Normal file
1019
src/applogic/v2x/map.rs
Normal file
File diff suppressed because it is too large
Load diff
4
src/applogic/v2x/mod.rs
Normal file
4
src/applogic/v2x/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
//! Types for V2X data handling
|
||||
|
||||
#[cfg(feature = "spat")]
|
||||
pub mod map;
|
||||
Loading…
Reference in a new issue