feat: 添加 ahrs 和 excavator-bucket-position 模块
This commit is contained in:
11
libs/excavator-bucket-position/build.gradle.kts
Normal file
11
libs/excavator-bucket-position/build.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":libs:ahrs"))
|
||||
}
|
||||
Reference in New Issue
Block a user