]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - scripts/get_velocity.py
motor_ctrl: pid tuning data and added helper script
[ros_wild_thumper.git] / scripts / get_velocity.py
index 4f8a77e0d21c7fe1d9bd0cd94a9ad2e322407335..03709831ac71ce1fcc284b6b94c8b0a483d41795 100755 (executable)
@@ -13,4 +13,4 @@ for line in f:
                continue
        l.append(float(line))
 
-print "avg=%.2f, var=%f" % (sum(l)/len(l), np.var(l))
+print "avg = %.2f, var = %f" % (sum(l)/len(l), np.var(l))