manips-sai-org / sai2-common

Common interfaces to help develop sai2 applications
0 stars 1 forks source link

Sai2-Common

The Sai2-Common library implements a set of utility functionalities to simplify robot simulation and control using SAI.

Documentation

The documentation can also be accessed online at the following link

It can also be generated locally with doxygen:

cd docs
doxygen

3rdParty dependencies (* = installation required):

sudo apt install libhiredis-dev libjsoncpp-dev

Installation instructions:

mkdir build
cd build
cmake .. && make -j4

Uninstallation instructions:

  1. rm -r build
  2. rm -r ~/.cmake/packages/SAI2-COMMON

Getting started:

Take a look at sample applications under examples/. You can run them from build/examples//. More details on the examples here

License:

Currently pending licensing. PLEASE DO NOT DISTRIBUTE.

For questions, contact:

mjorda@stanford.edu