Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
Loading...
Searching...
No Matches
src
ar
read_landmarks.h
1
#pragma once
2
3
#include "../world_interface/data.h"
4
5
namespace
AR {
6
bool
initializeLandmarkDetection();
7
bool
isLandmarkDetectionInitialized();
8
robot::types::landmarks_t
readLandmarks();
9
}
// namespace AR
robot::types::landmarks_t
std::vector< DataPoint< navtypes::point_t > > landmarks_t
A data structure that represents when each landmark was seen.
Definition
data.h:41
Generated by
1.13.2