Documentation ¶
Overview ¶
Package fake implements a fake camera.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Camera ¶
type Camera struct { generic.Echo Name string Model *transform.PinholeCameraModel }
Camera is a fake camera that always returns the same image.
func (*Camera) NextPointCloud ¶
func (c *Camera) NextPointCloud(ctx context.Context) (pointcloud.PointCloud, error)
NextPointCloud always returns a pointcloud of the chess board.
Click to show internal directories.
Click to hide internal directories.