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
What this error mean, I connected one driver board to the master-board and after startup sudo PYTHONPATH=. python3 example/listener.pyc -i enp1s0. Why it doesn't show anything ?:
The text was updated successfully, but these errors were encountered:
In this specific case your computer could not connect properly to master board sdk, hence the 0 everywhere.
The prints are unfortunate in your case as they hide the potential issue.
Maybe try to look into the example code and remove the print in order to display the earliest error.
Traceback (most recent call last):
File "example.py", line 9, in <module>
import libmaster_board_sdk_pywrap as mbs
ModuleNotFoundError: No module named 'libmaster_board_sdk_pywrap'
What this error mean, I connected one driver board to the master-board and after startup
sudo PYTHONPATH=. python3 example/listener.pyc -i enp1s0
. Why it doesn't show anything ?:The text was updated successfully, but these errors were encountered: