Skip to main content

Vive Tracker APIServer

Project description

Vive Tracker APIServer

gRPC Server

Run this command

python -m vive_tracker_apiserver serve

Testing with cli tools

python -m vive_tracker_apiserver test.server

You will be asked to input API endpoint.

Testing with Open3D visualization

python -m vive_tracker_apiserver test.visualize

You will be asked to input API endpoint.

Generate Client

First run cd vive_tracker_apiserver/grpc, then run:

# cd vive_tracker_apiserver/grpc
python -m grpc_tools.protoc -I../../manifests/protos --python_out=. --pyi_out=. --grpc_python_out=. ../../manifests/protos/tracker_packet.proto

You might need to replace line 5 of vive_tracker_apiserver/grpc/tracker_packet_pb2_grpc.py with import vive_tracker_apiserver.grpc.tracker_packet_pb2 as tracker__packet__pb2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vive-tracker-apiserver-0.0.2.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

vive_tracker_apiserver-0.0.2-py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page