VectorNav Python Library¶
The VectorNav Python Library (vnpy) provides easy access to VectorNav’s sensors.
Installation¶
Before taking a look at the examples, Python and vnpy will need to be installed.
- First may sure you have Python 3.4 or greater installed and callable from the command line.
- Open a terminal and change directory to
vnproglib-X.X/python. - For Windows, execute the command
python setup.py install. For Linux, execute the commandsudo python3 setup.py install.
Examples¶
Now that vnpy is installed, we recommend going through the examples listed below.
Modules¶
Documentation links to the vnpy modules are listed below.