Skip to content
Snippets Groups Projects
Commit 0d7b111c authored by Shengkang (William) Chen's avatar Shengkang (William) Chen
Browse files

modified odometry_record

parent 708f06c6
Branches
No related merge requests found
......@@ -10,7 +10,7 @@ def ang_vel(lvel, rvel):
if ((lvel - rvel) != 0):
v1 = float(lvel)
v2 = float(rvel)
r1 = (v1 * .35)/(v2-v1)
r1 = (v1 * .25)/(v2-v1)
w = v1/r1
return w
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment