trikRuntime
Runtime for TRIK controller.

[![Mergify][https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/trikset/trikRuntime&style=flat]](ADD_URL_HERE)


Pre-build step

1 # Build
2  PythonQt should be built with corresponding version of Python in mind.
3  One can install `libpython3-dev` from destribution package manager, or use `pyenv`, and there is a helper script for this.
4 
5  ```shell
6  qmake -r
7  make -j 4

Out-of-source-tree build (split-build) is supported


Consists of following subprojects:

  • trikControl: library for interacting with robot hardware, provides interface for hardware as Qt classes with signals and slots, that can be used from other Qt programs or Qt Script.
  • trikScriptRunner: library providing Qt Script interpreter that uses trikControl to enable interaction with hardware from scripts.
  • trikCommunicator: library that provides network interface to run programs on a robot.
  • trikRun: command-line utility to execute Qt Script files.
  • trikServer: command-line server for network communications, uses trikCommunicator library.
  • trikGui: user interface that can show various settings (like IP address), file system, run scripts, act as a server with trikCommunicator and so on.
  • trikHAL: library with hardware abstraction layer.
  • trikKernel: library with common code for all other projects.

Special thanks to: