[taxi乘客无人化]
This commit is contained in:
yangyakun
2023-08-03 20:16:37 +08:00
parent dea2fd5ce6
commit 5b01cc4750
414 changed files with 9759 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ project.dependencies {
implementation project.project(':OCH:sweeper:sweeper')
} else if (isCurrentDriver("taxiunmanned")) {
implementation project.project(':OCH:taxi:mogo-och-taxi-unmanned')
} else if (isCurrentPassenger("taxiunmanned")) {
implementation project.project(':OCH:taxi:taxi-unmanned-passenger')
} else if (isCurrentDriver("taxi")) {
implementation project.project(':OCH:taxi:mogo-och-taxi')
}else if (isCurrentPassenger("taxi")) {