Skip to content

Commit 2e9c8ed

Browse files
authored
New SINGLE TAIL optimization algorithm for Traffic Lights (#295)
* Fix angle assignment in automapstreetlanes * Fix * Angles * Adjust angle threshold * Some fixes * Seems to work * Enhance logging * Add `forbiddenTurns` attribute to Street class * Handle forbidden turns into automapstreetlanes * Move forbidden turns to Road class * Update version * Small bugfix * Add normalization to total cycle time * Update version * These tests DO work * MMM * Testing trafficlights... * Update version * Working tests * Code refactoring
1 parent 4c909f2 commit 2e9c8ed

File tree

6 files changed

+460
-63
lines changed

6 files changed

+460
-63
lines changed

src/dsm/dsm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
static constexpr uint8_t DSM_VERSION_MAJOR = 2;
88
static constexpr uint8_t DSM_VERSION_MINOR = 6;
9-
static constexpr uint8_t DSM_VERSION_PATCH = 15;
9+
static constexpr uint8_t DSM_VERSION_PATCH = 16;
1010

1111
static auto const DSM_VERSION =
1212
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);

0 commit comments

Comments
 (0)