|
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.
|
2D transform matrix class Header File. More...
Go to the source code of this file.
Classes | |
| class | rcsc::Matrix2D |
| 2D translation matrix class More... | |
Functions | |
| const rcsc::Matrix2D | operator* (const rcsc::Matrix2D &lhs, const rcsc::Matrix2D &rhs) |
| multiplication operator of Matrix x Matrix. | |
| rcsc::Vector2D | operator* (const rcsc::Matrix2D &lhs, const rcsc::Vector2D &rhs) |
| multiplication(transformation) operator of Matrix x Vector. | |
| std::ostream & | operator<< (std::ostream &os, const rcsc::Matrix2D &m) |
| output stream operator. | |
2D transform matrix class Header File.
|
inline |
multiplication operator of Matrix x Matrix.
| lhs | left hand side matrix. |
| rhs | right hand side matrix |
|
inline |
multiplication(transformation) operator of Matrix x Vector.
| lhs | left hand side matrix. |
| rhs | right hand side vector |
|
inline |
output stream operator.
| os | reference to the output stream. |
| m | value to be output. |