Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map init #269

Open
Wayne-xixi opened this issue Mar 3, 2022 · 1 comment
Open

map init #269

Wayne-xixi opened this issue Mar 3, 2022 · 1 comment

Comments

@Wayne-xixi
Copy link

Hi, if I know all poses of fiducials, I want to manually create an ideal map.txt to localize the robot and set read_only_map to true. But for the map format "id x y z pan tilt roll variance numObservations links", how can I estimate the "variance numObservations links"?
Thanks in advance.

@ivan140
Copy link

ivan140 commented Aug 4, 2022

Here's an example of my map.txt . Maybe it'll help you. All fiducials are in 2D and perpendicular to the camera in my case.

11 -0.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
12 -1.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
13 -2.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
14 -3.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
15 -4.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
16 -5.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
17 -6.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10
18 -7.550000 0.800000 0.000000 180.000000 -0.000000 0.000000 0.001000 10

image

The variance you need to tune similar to variances of other sensors (imu, odom, ...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants