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.
Loading...
Searching...
No Matches
geom.h
Go to the documentation of this file.
1// -*-c++-*-
2
7
8/*
9 *Copyright:
10
11 Copyright (C) Hidehisa Akiyama
12
13 This code is free software; you can redistribute it and/or
14 modify it under the terms of the GNU Lesser General Public
15 License as published by the Free Software Foundation; either
16 version 3 of the License, or (at your option) any later version.
17
18 This library is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
22
23 You should have received a copy of the GNU Lesser General Public
24 License along with this library; if not, write to the Free Software
25 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
27 *EndCopyright:
28 */
29
31
32#ifndef RCSC_GEOM_H
33#define RCSC_GEOM_H
34
35#include "ui/geom/angle_deg.h"
36//#include <geom/circle_2d.h>
37//#include <geom/delaunay_triangulation.h>
38//#include <geom/line_2d.h>
39//#include <geom/matrix_2d.h>
40//#include <geom/polygon_2d.h>
41//#include <geom/ray_2d.h>
42//#include <geom/rect_2d.h>
43//#include <geom/sector_2d.h>
44//#include <geom/segment_2d.h>
45//#include <geom/size_2d.h>
46//#include <geom/triangle_2d.h>
47#include "ui/geom/vector_2d.h"
48
49using namespace rcsc;
50
51#endif
degree wrapper class Header File.
2d vector class Header File.