deploy codes to edge devices written in Python
make install
poetry run python main.py --help
# record
poetry run python main.py \
--dt 0.1 \
--name mock >> record.csv
poetry run python server.py --help
# serve
poetry run python server.py \
--host localhost \
--port 8080 \
--dt 0.1
# client app: https://ks6088ts.github.io/quat-viz-ts/