X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=scripts%2Fget_velocity.py;h=03709831ac71ce1fcc284b6b94c8b0a483d41795;hp=4f8a77e0d21c7fe1d9bd0cd94a9ad2e322407335;hb=2f194b3fe82009a77b79021f0c57e6ca55c1706f;hpb=9600299d1815cb14a3f49c72c4266adc1f471bcb diff --git a/scripts/get_velocity.py b/scripts/get_velocity.py index 4f8a77e..0370983 100755 --- a/scripts/get_velocity.py +++ b/scripts/get_velocity.py @@ -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))