fakelocalize

Fake localization. More...

Fake localization.

The fakelocalize driver polls a simulation device for 2D ground truth pose data, then reports this data as if it were generated by a localization system. This driver is useful for running software (e.g., playernav, wavefront) that needs a localize device without incurring the computational cost of actually running a localization algorithm.

Compile-time dependencies
Provides
Requires
Configuration requests
Configuration file options
Properties
Example
driver
(
  name "stage"
  provides ["6665:simulation:0"]
  plugin "libstage"
  worldfile "foo.world"
)
driver
(
  name "fakelocalize"
  provides ["6665:localize:0"]
  requires ["6665:simulation:0"]
  # a model (probably position) declared in "foo.world"
  model "robot0"
)
Author:
Brian Gerkey

Last updated 25 May 2011 21:17:00