Re: [ros-users] Stage and amcl Parameters

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Gerkey
Date:  
To: ros-users
Subject: Re: [ros-users] Stage and amcl Parameters
On Mon, Aug 16, 2010 at 2:36 PM, Alexis Cheng <> wrote:
> I'd like to simulate the ability to decrease the size of the amcl particle
> cloud. Is there any way to increase the quality of the laser scans or
> decrease the error of the amcl particle cloud during runtime? Thank you in
> advance.


hi Alexis,

I'm not sure what you mean by increasing the quality of the laser
scans. The scan data coming from stageros is as good as the
underlying simulation can provide. There's no noise added.

As for amcl, you can reduce its uncertainty by setting a pose, via the
'initialpose' topic. It's of type
geometry_msgs/PoseWithCovarianceStamped, which includes covariance
values. You cannot set the covariance independently of the pose,
however.

    brian.