package
Version:
v0.2.47-rc0
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Package replaypcd implements a replay camera that can return point cloud data.
type Config struct {
Source resource.Name `json:"source,omitempty"`
RobotID string `json:"robot_id,omitempty"`
Interval TimeInterval `json:"time_interval,omitempty"`
}
Config describes how to configure the replay camera component.
Validate checks that the config attributes are valid for a replay camera.
type TimeInterval struct {
Start time.Time `json:"start,omitempty"`
End time.Time `json:"end,omitempty"`
}
TimeInterval holds the start and end time used to filter data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.