|
Detailed Description
The localize proxy provides an interface to localization drivers. Generally speaking, these are abstract drivers that attempt to localize the robot by matching sensor observations (odometry, laser and/or sonar) against a prior map of the environment (such as an occupancy grid). Since the pose may be ambiguous, multiple hypotheses may returned; each hypothesis specifies one possible pose estimate for the robot. See the Player manual for details of the localize interface, and and drivers that support it (such as the amcl driver).
Typedef Documentation
Function Documentation
|
Destroy a localize proxy.
|
|
Subscribe to the localize device.
|
|
Un-subscribe from the localize device.
|
int playerc_localize_set_pose |
( |
playerc_localize_t * |
device, |
|
|
double |
pose[3], |
|
|
double |
cov[3][3] |
|
) |
|
|
|
Set the the robot pose (mean and covariance).
|
|
Get the current configuration.
|
|
Modify the current configuration.
|
Generated on Tue May 3 14:16:14 2005 for Player by 1.3.6
|