|
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 ArenaWindow, a window for visualizing and interacting with the robot arena. More...
#include "arenaWindow.h"#include "ui_arenaWindow.h"#include <QDebug>#include <QtQml/QQmlEngine>#include <QtQuick>#include <QPushButton>Implementation of ArenaWindow, a window for visualizing and interacting with the robot arena.
This file contains the logic for rendering the arena, handling mouse events for interactive control, toggling fullscreen mode, and updating the visualization based on user actions.