CANOpen tools for UniSwarm products.
Qt module used :
- core
- gui
- widgets
- charts
- serialbus
sudo apt install git make g++ qt5-default libqt5serialbus5-dev libqt5serialbus5-plugins libqt5charts5-dev
Do not forget to init and update submodule before build.
git clone https://github.com/UniSwarm/UDTStudio.git
cd UDTStudio
git submodule init
git submodule update
mkdir build
cd build
qmake ../src
make -j`nproc`
Binaries will be placed in bin/
directory.
UDT Studio use an environment variable EDS_PATH
to read EDS files :
export EDS_PATH="pathToEdsRepertory"
You can permanently set it by pushing it to your ~/.profile file.