We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aa4af commit b638f35Copy full SHA for b638f35
1 file changed
src/software/embedded/services/BUILD
@@ -31,6 +31,19 @@ cc_library(
31
],
32
)
33
34
+cc_library(
35
+ name = "imu",
36
+ srcs = ["imu.cpp"],
37
+ hdrs = ["imu.h"],
38
+ deps = [
39
+ "//proto:tbots_cc_proto",
40
+ "//shared:constants",
41
+ "//software/geom:angular_velocity",
42
+ "//software/logger",
43
+ "@eigen",
44
+ ],
45
+)
46
+
47
cc_binary(
48
name = "robot_auto_test",
49
srcs = ["robot_auto_test.cpp"],
0 commit comments