Skip to content

Commit a344549

Browse files
committed
Namespace balance_car!
1 parent cc55637 commit a344549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/src/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function (@main)(args)::Cint
174174
imu_data = take!(timu.response)
175175
enc_1_cnts = reset!(tenc_1a)
176176
enc_2_cnts = reset!(tenc_2a)
177-
command = balance_car!(ctrl, enc_1_cnts, enc_2_cnts,
177+
command = BalanceController.balance_car!(ctrl, enc_1_cnts, enc_2_cnts,
178178
imu_data.accel_x, imu_data.accel_y, imu_data.accel_z,
179179
imu_data.gyro_x, imu_data.gyro_y, imu_data.gyro_z)
180180
start = time_ns()

0 commit comments

Comments
 (0)