Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Feb 9, 2024
1 parent efe3ccb commit 3690757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crazyflie_sim/crazyflie_sim/crazyflie_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ def __init__(self):
'all/start_trajectory',
self._start_trajectory_callback)

# This is the last service to announce and can be used to check if the server is fully available
# This is the last service to announce.
# Can be used to check if the server is fully available.
self.create_service(Empty, 'all/emergency', self._emergency_callback)

# step as fast as possible
Expand Down

0 comments on commit 3690757

Please sign in to comment.