HOG2
|
#include <stdint.h>
#include <iostream>
#include <string.h>
#include <cinttypes>
#include "Map.h"
#include "SearchEnvironment.h"
#include "UnitSimulation.h"
#include "ReservationProvider.h"
#include "ConfigEnvironment.h"
#include "FrontierBFS.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | armAngles |
class | armRotations |
class | RoboticArmHeuristic |
class | RoboticArm |
class | ArmToArmHeuristic |
class | ArmToArmCompressedHeuristic |
class | ArmToTipHeuristic |
Enumerations | |
enum | tRotation { kRotateCCW = -1, kNoRotation = 0, kRotateCW = 1 } |
Functions | |
static std::ostream & | operator<< (std::ostream &out, const armAngles &loc) |
static bool | operator== (const armAngles &l1, const armAngles &l2) |
static bool | operator== (const armRotations &l1, const armRotations &l2) |
enum tRotation |
Enumerator | |
---|---|
kRotateCCW | |
kNoRotation | |
kRotateCW |
Definition at line 63 of file RoboticArm.h.
|
static |
Definition at line 42 of file RoboticArm.h.
Definition at line 59 of file RoboticArm.h.
References armAngles::angles.
|
static |
Definition at line 78 of file RoboticArm.h.
References armRotations::rotations.