Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VSLAMProcessingNodeOptions

Hierarchy

  • ProcessingNodeOptions
    • VSLAMProcessingNodeOptions

Index

Properties

config?: string | OpenVSLAMConfiguration

Configuration

mapDatabaseFile?: string

Map database file (MSG) for loading and storage

mapping?: boolean

Enable mapping and localization

name?: string

User friendly name of the node Used for querying a node by its name.

persistMapping?: boolean

Persist the mapping to the map database file

uid?: string

Manually set the unique identifier of the node

vocabularyFile?: string

Vocabulary file

Methods

  • frameFilter(frame: DataFrame): boolean
  • Frame filter to specify what frames are processed by this node

    Parameters

    • frame: DataFrame

    Returns boolean