The robot state viewer via robot communication.
It is for CIT Brains' robot "Accelite" and "GankenKun".
This application supports Linux, Mac OS and Windows.
If you find a bug please let me know by opening an issue in this repository.
Please check Wiki for more information.
Functions:
git checkout ubuntu14.04
apt install build-essential
This application require Qt 5.3 or greater.
But, Qt version is 5.2 if install using apt-get
.
You need install Qt from source code.
apt install build-essential qt5-default qt5-qmake qtbase5-dev-tools qtmultimedia5-dev
./qt_make.sh
apt install qt5-default qtmultimedia5-dev
./qt_make.sh
brew update -all
brew install qt5
export PATH="/usr/local/Cellar/qt/5.12.0/bin:$PATH"
./qt_make.sh
qt_make.bat
script in Developer Command Prompt window.Or
CMakeLists.txt
).MIT License (see LICENSE
file).