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

dump the long distance marker result, correct covariance matrix in kalman

parent 033c5bd9
Branches
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def answer_callback(msg, markers, publisher):
phi_now = normalize_angle(phi_now)
#if phi_now>1.8*math.pi:
#phi_now = -(2*math.pi - phi_now)
rospy.loginfo("x" + str(x) + " Y " + str(y) + " phi " + phi_now)
rospy.loginfo("x" + str(x) + " Y " + str(y) + " phi " + str(phi_now))
if now_d< mini_d:
phi_avg == phi_now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment