13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
# requirements.txt for NAO Robot Teleoperation
|
|
|
|
# Core NAOqi SDK (required - install via Aldebaran/SoftBank installer)
|
|
# qi # Usually installed with the NAOqi Python SDK
|
|
|
|
# Python packages
|
|
opencv-python>=4.5.0
|
|
pygame>=2.0.0
|
|
numpy>=1.21.0
|
|
|
|
# Optional but recommended
|
|
pillow>=9.0.0 # If you want PIL fallback for images
|