generated from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 1
[Anchor Point] Install and Running Guide
MSC edited this page May 20, 2022
·
1 revision
Here we explain how to set up the anchor point for your experimental environment and what packages you need.
- Raspberry Pi 4B
- Python 3
- numpy
- scipy
- sympy
$ pip3 install sympy
- bluez
$ sudo apt-get update
$ sudo apt-get install bluetooth bluez libbluetooth-dev
$ sudo python3 -m pip install pybluez
- Server에서 설정한
HOST
변수 값 확인 -
udp-client.py
의initSetting
함수에서serverHost
변수 값 설정