Documentation ¶
Overview ¶
Package obstaclesdepth uses an underlying depth camera to fulfill GetObjectPointClouds, using the method outlined in (Manduchi, Roberto, et al. "Obstacle detection and terrain classification for autonomous off-road navigation." Autonomous robots 18 (2005): 81-102.)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObsDepthConfig ¶
type ObsDepthConfig struct { Hmin float64 `json:"h_min_m"` Hmax float64 `json:"h_max_m"` ThetaMax float64 `json:"theta_max_deg"` ReturnPCDs bool `json:"return_pcds"` WithGeometries *bool `json:"with_geometries"` }
ObsDepthConfig specifies the parameters to be used for the obstacle depth service.
Click to show internal directories.
Click to hide internal directories.