tfoldi / go2-webrtc

WebRTC API for Unitree GO2 Robots
BSD 2-Clause "Simplified" License
56 stars 16 forks source link

mqtt example gives error "from go2_webrtc import Go2Connection, RTC_TOPIC ModuleNotFoundError: No module named 'go2_webrtc'" #16

Closed peterhuisman closed 1 week ago

peterhuisman commented 1 week ago

I am trying to run the mqtt example to see if I can exchange commands to the Go2 EDU dog over MQTT. When I run the go2_mqtt.py example, I get the error " from go2_webrtc import Go2Connection, RTC_TOPIC ModuleNotFoundError: No module named 'go2_webrtc' " which I don't understand, as module go2_webrtc is available in the source code...

tfoldi commented 1 week ago

from which directory do you start the mqtt example?

you can also try a pip install -e . from the python folder

peterhuisman commented 1 week ago

Hello tfoldi...

Sry, beginners error. Thanks for pointing this out. Item can be closed.