We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2180 commit e3e8c5dCopy full SHA for e3e8c5d
deploy/src/main.jl
@@ -169,8 +169,10 @@ function (@main)(args)::Cint
169
try
170
while true
171
wait_until(start + ml_update_rate_ns - imu_read_margin)
172
+ println(Core.stdout, "wait 1")
173
put!(timu.request, true) # trigger the IMU request
174
wait_until(start + ml_update_rate_ns)
175
+ println(Core.stdout, "wait 2")
176
imu_data = take!(timu.response)
177
println(Core.stdout, "IMU response: $(imu_data.accel_x)")
178
enc_1_cnts = reset!(tenc_1a)
0 commit comments