Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cflib/crazyflie/swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ def reset_estimators(self):
Reset estimator on all members of the swarm and wait for a stable
positions. Blocks until position estimators finds a position.
"""
print('Waiting for estimators to find positions...', end='\r')
self.parallel_safe(self.__reset_estimator)
print('Waiting for estimators to find positions...success!')

def sequential(self, func, args_dict=None):
"""
Expand Down