cmusatyalab / steeleagle

Automated drone flights for visual inspection tasks
GNU General Public License v2.0
5 stars 4 forks source link

Missing Python packages from CnC Python client #14

Closed achanana closed 10 months ago

achanana commented 11 months ago

The requirements.txt file is missing Python packages customtkinter and tkintermapview. We also need to install python3-tk, python3-pil, and python3-pil.imagetk using apt. These are required to run the commander_client.py script in cnc/python_client.

teiszler commented 10 months ago

Fixed in #15