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