mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 21:23:57 +08:00
Fixed small bug in batch_process_metadata_ekf.py
This commit is contained in:
@@ -167,8 +167,8 @@ if (len(result1) > 0 and len(result2) > 0):
|
|||||||
plt.xlabel("mag_test_mean")
|
plt.xlabel("mag_test_mean")
|
||||||
plt.ylabel("Frequency")
|
plt.ylabel("Frequency")
|
||||||
|
|
||||||
pp.savefig()
|
pp.savefig()
|
||||||
plt.close(1)
|
plt.close(1)
|
||||||
|
|
||||||
# Velocity Sensor (GPS)
|
# Velocity Sensor (GPS)
|
||||||
temp = np.asarray([population_data[k].get('vel_test_max') for k in found_keys])
|
temp = np.asarray([population_data[k].get('vel_test_max') for k in found_keys])
|
||||||
|
|||||||
Reference in New Issue
Block a user