Documentation ¶
Overview ¶
Package obstaclesdistance uses an underlying camera to fulfill vision service methods, specifically GetObjectPointClouds, which performs several queries of NextPointCloud and returns a median point.
Index ¶
Constants ¶
View Source
const DefaultNumQueries = 10
DefaultNumQueries is the default number of times the camera should be queried before averaging.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistanceDetectorConfig ¶
type DistanceDetectorConfig struct {
NumQueries int `json:"num_queries"`
}
DistanceDetectorConfig specifies the parameters for the camera to be used for the obstacle distance detection service.
Click to show internal directories.
Click to hide internal directories.