Skip to content

Commit eeb71c3

Browse files
committed
Removed some global variables
1 parent eb22acc commit eeb71c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/step-by-step/sbs_motion_commander.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def take_off_simple(scf):
9191

9292
def log_pos_callback(timestamp, data, logconf):
9393
print(data)
94-
global position_estimate
9594
position_estimate[0] = data['stateEstimate.x']
9695
position_estimate[1] = data['stateEstimate.y']
9796

0 commit comments

Comments
 (0)