Added option to hide objects

This commit is contained in:
Andreas Tsouchlos
2022-04-25 09:46:21 +02:00
parent 0c992ec1e0
commit 17b07d9146
2 changed files with 12 additions and 6 deletions

View File

@@ -51,8 +51,6 @@ def run(kalman_filter_t):
# Show results
#print(P_kalman[:, 0])
def update(disp, t):
disp.move_object("measurement", [x_measurement[:, 0][t], 0])
disp.set_circle_radius("measurement", std_dist[0])