Documentation ¶
Overview ¶
Package replaypcd implements a replay camera that can return point cloud data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Source string `json:"source,omitempty"` RobotID string `json:"robot_id,omitempty"` Interval TimeInterval `json:"time_interval,omitempty"` BatchSize *uint64 `json:"batch_size,omitempty"` }
Config describes how to configure the replay camera component.
type TimeInterval ¶
type TimeInterval struct { Start string `json:"start,omitempty"` End string `json:"end,omitempty"` }
TimeInterval holds the start and end time used to filter data.
Click to show internal directories.
Click to hide internal directories.