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

add error log

parent d889a8c9
Branches
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ def answer_callback(msg, markers, publisher):
# convert the frame to marker frame
tx_new = np.cos(ry)*tx + np.sin(ry)*tz
tz_new = -np.sin(ry)*tx + np.cos(ry)*tz
tx_new = np.cos(ry)*tx + -np.sin(ry)*tz
tz_new = np.sin(ry)*tx + np.cos(ry)*tz
#rospy.loginfo("x_mtoc" + str(-tx_new) + " z_mtoc " + str(-tz_new))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment