Skip to content

UniSwarm Tools for UDT interface and CANOpen in Qt5

License

Notifications You must be signed in to change notification settings

easymovrobotics/UDTStudio

 
 

Repository files navigation

UDTStudio

License: GPL v3 Build Status Build status

CANOpen tools for UniSwarm products.

Screenshot UMC

Screenshot PDO

dependencies

Qt > 5.9

Qt module used :

  • core
  • gui
  • widgets
  • charts
  • serialbus

QT5 for UDTStudio : charts + serial buses

sudo apt install git make g++ qt5-default libqt5serialbus5-dev libqt5serialbus5-plugins libqt5charts5-dev

Build

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.

EDS File

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.

About

UniSwarm Tools for UDT interface and CANOpen in Qt5

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • QMake 1.2%
  • Other 0.3%