You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to control my robot with Wiimote controller but get the following error.
pi@raspberrypi:~/robot $ python3 remote_control.py
Traceback (most recent call last):
File "remote_control.py", line 2, in
import cwiid
ModuleNotFoundError: No module named 'cwiid'
p
I have just noticed when compiling the code the following error in the middle of the downloadil.c
util.c: In function ‘cwiid_err_default’:
util.c:42:40: warning: unused parameter ‘wiimote’ [-Wunused-parameter]
void cwiid_err_default(struct wiimote *wiimote, const char *str, va_list ap)
~~~~~~~~~~~~~~~~^~~~~~~
ar rcs libcwiid.a bluetooth.o command.o connect.o interface.o process.o state.o thread.o util.o
l
Could this be the problem? How do I fix the problem?
The text was updated successfully, but these errors were encountered:
I am trying to control my robot with Wiimote controller but get the following error.
pi@raspberrypi:~/robot $ python3 remote_control.py
Traceback (most recent call last):
File "remote_control.py", line 2, in
import cwiid
ModuleNotFoundError: No module named 'cwiid'
p
I have just noticed when compiling the code the following error in the middle of the downloadil.c
util.c: In function ‘cwiid_err_default’:
util.c:42:40: warning: unused parameter ‘wiimote’ [-Wunused-parameter]
void cwiid_err_default(struct wiimote *wiimote, const char *str, va_list ap)
~~~~~~~~~~~~~~~~^~~~~~~
ar rcs libcwiid.a bluetooth.o command.o connect.o interface.o process.o state.o thread.o util.o
l
Could this be the problem? How do I fix the problem?
The text was updated successfully, but these errors were encountered: