Documentation ¶
Overview ¶
Package fake implements a fake slam service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SLAM ¶
type SLAM struct { resource.Named resource.TriviallyReconfigurable resource.TriviallyCloseable // contains filtered or unexported fields }
SLAM is a fake slam that returns generic data.
func (*SLAM) GetInternalState ¶
GetInternalState returns a callback function which will return the next chunk of the current internal state of the slam algo.
func (*SLAM) GetPointCloudMap ¶ added in v0.2.32
GetPointCloudMap returns a callback function which will return the next chunk of the current pointcloud map.
func (*SLAM) GetPosition ¶ added in v0.2.23
GetPosition returns a Pose and a component reference string of the robot's current location according to SLAM.
Click to show internal directories.
Click to hide internal directories.