|
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.
|
This is the complete list of members for rcsc::Line2D, including all inherited members.
| a() const | rcsc::Line2D | inline |
| angle_bisector(const Vector2D &origin, const AngleDeg &left, const AngleDeg &right) | rcsc::Line2D | inlinestatic |
| assign(const Vector2D &p1, const Vector2D &p2) | rcsc::Line2D | inline |
| assign(const Vector2D &origin, const AngleDeg &linedir) | rcsc::Line2D | inline |
| b() const | rcsc::Line2D | inline |
| c() const | rcsc::Line2D | inline |
| dist(const Vector2D &p) const | rcsc::Line2D | inline |
| dist2(const Vector2D &p) const | rcsc::Line2D | inline |
| EPSILON | rcsc::Line2D | static |
| ERROR_VALUE | rcsc::Line2D | static |
| getA() const | rcsc::Line2D | inline |
| getB() const | rcsc::Line2D | inline |
| getC() const | rcsc::Line2D | inline |
| getX(const double &y) const | rcsc::Line2D | inline |
| getY(const double &x) const | rcsc::Line2D | inline |
| intersection(const Line2D &line) const | rcsc::Line2D | inline |
| intersection(const Line2D &line1, const Line2D &line2) | rcsc::Line2D | static |
| isParallel(const Line2D &line) const | rcsc::Line2D | inline |
| Line2D(const double &a, const double &b, const double &c) | rcsc::Line2D | inline |
| Line2D(const Vector2D &p1, const Vector2D &p2) | rcsc::Line2D | inline |
| Line2D(const Vector2D &origin, const AngleDeg &linedir) | rcsc::Line2D | inline |
| perpendicular(const Vector2D &p) const | rcsc::Line2D | inline |
| perpendicular_bisector(const Vector2D &p1, const Vector2D &p2) | rcsc::Line2D | static |
| projection(const Vector2D &p) const | rcsc::Line2D | inline |