I have problem about Running the RTLS Non-Visual Demo for connectionless-AoA
I use cc2642R1/cc2652R1 development kit and Boosterpack AoA
I am using SDK version 4_40_04_04 this is latest version and I got following error on my cmd windows
when i run the command python -u examples/rtls_connectionless_aoa_example_with_rtls_util.py
How should I do about this error?
(.venv) C:\ti\simplelink_cc13x2_26x2_sdk_4_40_04_04\tools\ble5stack\rtls_agent>python -u examples/rtls_connectionless_aoa_example_with_rtls_util.py
Traceback (most recent call last):
File "examples/rtls_connectionless_aoa_example_with_rtls_util.py", line 18, in <module>
from rtls_util import RtlsUtil, RtlsUtilLoggingLevel, RtlsUtilException, RtlsUtilTimeoutException, \
ModuleNotFoundError: No module named 'rtls_util'