monocam_settler

Summary

monocam_settler
Version:

0.10.13

Description:

Listens on a ImageFeatures topic, and waits for the data to settle. This package is experimental and unstable. Expect its APIs to change.

Maintainers:
  • Vincent Rabaud <vincent DOT rabaud AT gmail DOT com>
Licenses:
  • BSD
Urls:
Authors:
  • Vijay Pradeep
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Action types

monocam_settler/Config
Field (Goal):
  • tolerance (float64) –
  • ignore_failures (uint8) –
  • max_step (duration) –
  • cache_size (uint32) –
float64 tolerance      # Tolerance on each of the features
uint8 ignore_failures  # True if we discard
duration max_step      # The maximum timestep between two elements in an interval
uint32 cache_size      # The size of our cache when searching for an interval
---
---