Skip to content

Files

viewer_lite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 8, 2016
Feb 25, 2016
Feb 9, 2017
May 8, 2017

viewer_lite

This is more of a tool than an API example. It will visualize LiDAR, RADAR, and object data from multiple sources on the PolySync bus.

This example has tools to freeze-frame, measure distance, color by source or type, and is great for building sensor fusion applications.

The graphics were built with OpenGL and are very extendable. It has a built in system/node management tool to dynamically handle nodes coming on/off bus.

Hardware requirements

Sensors: LiDAR, RADAR

Dependencies

Packages: libglib2.0-dev freeglut3-dev

To install on Ubuntu:

sudo apt-get install libglib2.0-dev freeglut3-dev

Building and running the node

$ cd viewer_lite
$ make
$ ./bin/polysync-viewer-lite 

For more API examples, visit the "Tutorials" and "Development" sections in the PolySync Help Center here.