|
LARS
LARS (Light Augmented Reality System) is an open-source framework for light-based interaction and real-time tracking in multi-robot experiments. Inspired by ARK, LARS extends the augmented reality paradigm to robotic collectives by projecting dynamic visual cues and environments onto the arena, enabling new experimental possibilities for collective robotics research, education, and outreach. LARS features integrated tracking, light projection, and modular experiment control with a user-friendly Qt GUI.
|
Implementation of the RenderArea class for rendering graphical elements in the UI. More...
#include "renderarea.h"#include <QDebug>Implementation of the RenderArea class for rendering graphical elements in the UI.
This file contains the implementation of the RenderArea class, which is responsible for rendering various graphical elements such as markers, gradients, images, and shapes on the UI. It utilizes the Qt framework for rendering and painting operations.
The RenderArea class is initialized with a WorldModel object, which provides the necessary data for rendering. The class handles the following functionalities:
The class supports rendering of various elements including:
The class also provides methods for updating painters and gradient painters based on the current state of the WorldModel.