bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

Support categorized default logging configurations, introduce PID tuning logging configurations #716

Closed gemenerik closed 2 months ago

gemenerik commented 2 months ago
gemenerik commented 2 months ago

Nice! I don't have anything to object but I have one question, could the spaces in the directories cause any problem?

I used whitespace since our GUI directly displays these names - as far as I know without issues. However, I recognize that whitespace can lead to problems, so to be safe I have replaced them with underscores.

Note that nothing prohibits users from creating folder and file names with whitespace. From the GUI, it may not be immediately apparent that this is directly represented by directories and files. Perhaps this is something to enforce?