Getting Started With Ping-Python
Ping-Python is a library that allows for interfacing with the Omniscan 450 in Python.
Installation
pip install --user bluerobotics-ping --upgradegit clone --single-branch --branch deployment https://github.com/bluerobotics/ping-python.git
cd ping-python
Getting Started Guide
Imports
from brping import Omniscan450
from brping import definitionsInitialization
Controlling The Device
Receiving Packets
Logging
Example Code
More Examples
Last updated