Skip to content
Snippets Groups Projects

test

RoboQualityHardware

Hardware interface for the RoboQuality project.
If the interface should use the simulation interface in combination with aRTist, this node has to be started on the same pc as the running aRTist instance.

Node Architecture

  1. All calls of the interface to the simulation software or to the real hardware should run via an instance of the hardware_client .
  2. The client expects the service defined in the base_hardware_service class.
  3. To implement a new interface to a simulation or a real system, for example, the functionalities of the base hardware class must be implemented and a new node entry point must be created.

Summary

Interface Type Status Description
aRTist Simulation aRTist API is used as Xray simulation. To simulate reachability a collission mesh must be provided to a node specific topic. Reachability is is only defined as an estimate of whether source or detector are in the collision mesh. Pathfinding is also an estimation of an third party packages
thd_roboct Real System WIP Interfacec to the RoboCT system in Deggendorf. Not yet tested.
echo Test System WIP Echos dummy resposnse for CI node tests.