MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / HealthParams

Class HealthParams

pose_graph/include/pose_graph/Parameters.h:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16struct HealthParams {
17 bool enabled = false; // by default, health monitoring is disabled
18 uint16_t consecutive_keyframes;
19 uint16_t min_tracked_keypoints;
20 uint16_t kps_per_quadrant;
21 float kf_wait_time;
22};
23
24struct GlobalMappingParams {
25 bool enabled = false; // by default global mapping is disabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected