The Sai-Common library implements a set of utility functionalities to simplify robot simulation and control using SAI.
The documentation can also be accessed online at the following link
It can also be generated locally with doxygen:
cd docs
doxygen
sudo apt install libhiredis-dev libjsoncpp-dev
- Redis*: Redis server [brew, apt-get]
- Hiredis*: Redis minimalist client [brew, apt-get]
- JsonCpp*: JSON serialization [brew, apt-get]
mkdir build
cd build
cmake .. && make -j4
- rm -r build
- rm -r ~/.cmake/packages/SAI-COMMON
Take a look at sample applications under examples/. You can run them from build/examples//. More details on the examples here
This software is distributed under the terms of the Stanford Academic Software License Agreement For SAI