|
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.
|
triangle object type for Triangulation. More...
#include <triangulation.h>
Public Member Functions | |
| Triangle (const size_t v0, const size_t v1, const size_t v2) | |
| construct with all indices | |
Public Attributes | |
| size_t | v0_ |
| index of first vertex | |
| size_t | v1_ |
| index of second vertex | |
| size_t | v2_ |
| index of third vertex | |
triangle object type for Triangulation.
|
inline |
construct with all indices
| v0 | index of first vertex |
| v1 | index of second vertex |
| v2 | index of third vertex |