|
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::Segment2D, including all inherited members.
| assign(const Vector2D &origin, const Vector2D &terminal) | rcsc::Segment2D | inline |
| assign(const double &origin_x, const double &origin_y, const double &terminal_x, const double &terminal_y) | rcsc::Segment2D | inline |
| assign(const Vector2D &origin, const double &length, const AngleDeg &dir) | rcsc::Segment2D | inline |
| contains(const Vector2D &p) const | rcsc::Segment2D | inline |
| direction() const | rcsc::Segment2D | inline |
| dist(const Vector2D &p) const | rcsc::Segment2D | |
| dist(const Segment2D &seg) const | rcsc::Segment2D | |
| equals(const Segment2D &other) const | rcsc::Segment2D | inline |
| equalsWeakly(const Segment2D &other) const | rcsc::Segment2D | inline |
| existIntersection(const Segment2D &other) const | rcsc::Segment2D | |
| existIntersection(const Line2D &l) const | rcsc::Segment2D | |
| existIntersectionExceptEndpoint(const Segment2D &other) const | rcsc::Segment2D | |
| farthestDist(const Vector2D &p) const | rcsc::Segment2D | |
| intersection(const Segment2D &other, const bool allow_end_point) const | rcsc::Segment2D | |
| intersection(const Line2D &l) const | rcsc::Segment2D | |
| intersects(const Segment2D &other) const | rcsc::Segment2D | inline |
| intersects(const Line2D &l) const | rcsc::Segment2D | inline |
| intersectsExceptEndpoint(const Segment2D &other) const | rcsc::Segment2D | inline |
| isValid() const | rcsc::Segment2D | inline |
| length() const | rcsc::Segment2D | inline |
| line() const | rcsc::Segment2D | inline |
| nearestPoint(const Vector2D &p) const | rcsc::Segment2D | |
| onSegment(const Vector2D &p) const | rcsc::Segment2D | |
| onSegmentWeakly(const Vector2D &p) const | rcsc::Segment2D | |
| origin() const | rcsc::Segment2D | inline |
| perpendicularBisector() const | rcsc::Segment2D | inline |
| print(std::ostream &os) const | rcsc::Segment2D | inline |
| projection(const Vector2D &p) const | rcsc::Segment2D | |
| reverse() | rcsc::Segment2D | inline |
| reversedSegment() const | rcsc::Segment2D | inline |
| Segment2D(const Vector2D &origin, const Vector2D &terminal) | rcsc::Segment2D | inline |
| Segment2D(const double &origin_x, const double &origin_y, const double &terminal_x, const double &terminal_y) | rcsc::Segment2D | inline |
| Segment2D(const Vector2D &origin, const double &length, const AngleDeg &dir) | rcsc::Segment2D | inline |
| swap() | rcsc::Segment2D | inline |
| terminal() const | rcsc::Segment2D | inline |