We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55637 commit a344549Copy full SHA for a344549
1 file changed
deploy/src/main.jl
@@ -174,7 +174,7 @@ function (@main)(args)::Cint
174
imu_data = take!(timu.response)
175
enc_1_cnts = reset!(tenc_1a)
176
enc_2_cnts = reset!(tenc_2a)
177
- command = balance_car!(ctrl, enc_1_cnts, enc_2_cnts,
+ command = BalanceController.balance_car!(ctrl, enc_1_cnts, enc_2_cnts,
178
imu_data.accel_x, imu_data.accel_y, imu_data.accel_z,
179
imu_data.gyro_x, imu_data.gyro_y, imu_data.gyro_z)
180
start = time_ns()
0 commit comments