Skip to content

Commit cabf8c3

Browse files
authored
Merge pull request #548 from bitcraze/Aris/SwarmResetEstimator
Added status messages for swarm.reset_estimators
2 parents 7cb9e40 + bd83603 commit cabf8c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cflib/crazyflie/swarm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ def reset_estimators(self):
185185
Reset estimator on all members of the swarm and wait for a stable
186186
positions. Blocks until position estimators finds a position.
187187
"""
188+
print('Waiting for estimators to find positions...', end='\r')
188189
self.parallel_safe(self.__reset_estimator)
190+
print('Waiting for estimators to find positions...success!')
189191

190192
def sequential(self, func, args_dict=None):
191193
"""

0 commit comments

Comments
 (0)