autorope / donkeypart_bluetooth_game_controller

Part to drive your donkeycar with a bluetooth game controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'BluetoothGameController'

RossMelbourne opened this issue · comments

After install I see 'Successfully installed donkeypart-bluetooth-game-controller' however when I run the modified manage.py script it cannot find the the new controller. I get the following error:

File "manage.py", line 30, in
from donkeypart_bluetooth_game_controller import BluetoothGameController
ImportError: cannot import name 'BluetoothGameController'

Did you install the bluetooth library using pip?

git clone https://github.com/autorope/donkeypart_bluetooth_game_controller.git
pip install -e ./donkeypart_bluetooth_game_controller