Skip to content

Commit

Permalink
formatting PEP257
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Mar 15, 2024
1 parent 1c9d652 commit 2672351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crazyflie_py/crazyflie_py/crazyflie.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def cmdPosition(self, pos, yaw=0.):
# self.setParam('ring/solidBlue', int(b * 255))

def status_topic_callback(self, msg):
"""Callback for topic /cfXXX/status.
"""Call back for topic /cfXXX/status.
Update the status attribute every time a crazyflie_interfaces/msg/Status
message is published on the topic /cfXXX/status
Expand Down

0 comments on commit 2672351

Please sign in to comment.