Skip to content
Snippets Groups Projects
Commit bab067bb authored by Jiaao Liu's avatar Jiaao Liu
Browse files

change kalman log info, image, angle fix

parent 0a4f08ab
Branches
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ def answer_callback(msg, markers, publisher):
x_avg += x
y_avg += y
if valid_number==0:
return
x_avg /= valid_number
y_avg /= valid_number
phi_avg = phi_avg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment