All Projects → UniSwarm → UDTStudio

UniSwarm / UDTStudio

Licence: GPL-3.0 License
UniSwarm Tools for UDT interface and CANOpen in Qt5

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to UDTStudio

Sapog
Sapog - advanced multiplatform ESC firmware
Stars: ✭ 139 (+969.23%)
Mutual labels:  robotics, can-bus
Robot Software
CVRA monorepo - All software running on our bots lives here
Stars: ✭ 39 (+200%)
Mutual labels:  robotics, can-bus
CanFestival
No description or website provided.
Stars: ✭ 42 (+223.08%)
Mutual labels:  canopen, can-bus
Jagcs
Just another ground control station
Stars: ✭ 99 (+661.54%)
Mutual labels:  robotics, qt5
Libcanard
A compact implementation of the UAVCAN/CAN protocol in C for high-integrity real-time embedded systems
Stars: ✭ 151 (+1061.54%)
Mutual labels:  robotics, can-bus
Libuavcan
Portable reference implementation of the UAVCAN protocol stack in C++ for embedded systems and Linux.
Stars: ✭ 213 (+1538.46%)
Mutual labels:  robotics, can-bus
ChartJs2QML
QML adaptor for Chart.js 2.x that supports startup animations and tooltips
Stars: ✭ 68 (+423.08%)
Mutual labels:  charts, qt5
LibDS
Library for controling FRC robots
Stars: ✭ 29 (+123.08%)
Mutual labels:  robotics
Volvo-CAN-Gauge
Reverse engineering the Volvo VIDA protocol and CAN network to gather diagnostic information not available via OBD2 on Volvo cars.
Stars: ✭ 15 (+15.38%)
Mutual labels:  can-bus
linorobot2
Autonomous mobile robots (2WD, 4WD, Mecanum Drive)
Stars: ✭ 97 (+646.15%)
Mutual labels:  robotics
Qt5-MusicPlayer
基于Qt5开发的一个小巧精美的本地音乐播放器。代码注释详细,适合作为一个用于入门的Qt5实战项目。
Stars: ✭ 136 (+946.15%)
Mutual labels:  qt5
awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
Stars: ✭ 3,125 (+23938.46%)
Mutual labels:  robotics
planes
Variant of battleships game
Stars: ✭ 17 (+30.77%)
Mutual labels:  qt5
dataviewer-example
📊 Usage examples of dataviewer - https://github.com/jasrodis/dataviewer
Stars: ✭ 15 (+15.38%)
Mutual labels:  charts
BBearEditor-2.0
My own 3D engine & editor in order to learn graphics algorithms and game engine architecture.
Stars: ✭ 32 (+146.15%)
Mutual labels:  qt5
maxLibQt
A collection of C++ classes and QtQuick QML components for use with the Qt framework.
Stars: ✭ 18 (+38.46%)
Mutual labels:  qt5
aruw-vision-platform-2019
ARUW's vision code from the 2019 season. Published here, read-only, for public reference.
Stars: ✭ 37 (+184.62%)
Mutual labels:  robotics
qak
Qak - the QML Aid Kit
Stars: ✭ 20 (+53.85%)
Mutual labels:  qt5
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (+169.23%)
Mutual labels:  robotics
QDiscord
QDiscord - An unofficial C++ and Qt wrapper for the Discord API.
Stars: ✭ 21 (+61.54%)
Mutual labels:  qt5

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

QT5 for UDTStudio : charts

sudo apt install git make g++ qtbase5-dev libqt5charts5-dev

Build

Do not forget to init and update submodule before build ore clone recursively.

git clone https://github.com/UniSwarm/UDTStudio.git --recursive
cd UDTStudio
mkdir build
cd build
qmake ../src
make -j`nproc`

Binaries will be placed in bin/ directory.

EDS files

UDTStudio 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.

A directory is provided with eds files of all UniSwarm products.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].