Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automaticaddison robot #30

Open
jrrobb85 opened this issue May 23, 2021 · 0 comments
Open

automaticaddison robot #30

jrrobb85 opened this issue May 23, 2021 · 0 comments

Comments

@jrrobb85
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant