Background:
I am trying to use the Ceres Scan matcher independently of the mapping portion of Google cartographer. I am currently running the scan matcher with the values in the trajectory_builder_2d.lua form :
" ceres_scan_matcher = {
occupied_space_cost_functor_weight = 20.,
previous_pose_translation_delta_cost_functor_weight = 1.,
initial_pose_estimate_rotation_delta_cost_functor_weight = 1e2,
covariance_scale = 2.34e-4,
ceres_solver_options = {
use_nonmonotonic_steps = true,
max_num_iterations = 50,
num_threads = 1,
},
},"
However, the scan matcher's estimates seem to be quite bad. I ran three tests: one displacing the vehicle 3cm from its original position, the second, displacing the vehicle 16cm from its original position, and lastly, displacing the vehicle 46cm from its original position. I ran each test 10 times with the Real time correlative and Fast correlative scan matcher as well and got the following results:
I was wondering if you could give any insight into what these parameters do, a potential range for these values, why there are different results given the same input and any other relevant information.
Please let me know if I can provide more information,
Hello,
I was wondering what do the following parameters do, in respect to the Ceres Scan Matcher, and how do I determine what value they should be?
- occupied_space_cost_functor_weight
- previous_pose_translation_delta_cost_functor_weight
- initial_pose_estimate_rotation_delta_cost_functor_weight
- covariance_scale
- use_nonmonotonic_steps
Background:
I am trying to use the Ceres Scan matcher independently of the mapping portion of Google cartographer. I am currently running the scan matcher with the values in the trajectory_builder_2d.lua form :
" ceres_scan_matcher = {
occupied_space_cost_functor_weight = 20.,
previous_pose_translation_delta_cost_functor_weight = 1.,
initial_pose_estimate_rotation_delta_cost_functor_weight = 1e2,
covariance_scale = 2.34e-4,
ceres_solver_options = {
use_nonmonotonic_steps = true,
max_num_iterations = 50,
num_threads = 1,
},
},"
However, the scan matcher's estimates seem to be quite bad. I ran three tests: one displacing the vehicle 3cm from its original position, the second, displacing the vehicle 16cm from its original position, and lastly, displacing the vehicle 46cm from its original position. I ran each test 10 times with the Real time correlative and Fast correlative scan matcher as well and got the following results:
--
You received this message because you are subscribed to the Google Groups "google-cartographer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartogra...@googlegroups.com.
To post to this group, send email to google-ca...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/1ccddd12-ba3c-448e-8024-0e950fae5b2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartographer+unsub...@googlegroups.com.
To post to this group, send email to google-ca...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/1ccddd12-ba3c-448e-8024-0e950fae5b2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartogra...@googlegroups.com.
To post to this group, send email to google-ca...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/1ccddd12-ba3c-448e-8024-0e950fae5b2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Google Germany GmbH | Erika-Mann-Strasse | 80636 Muenchen | GermanyAG Hamburg, HRB 86891 | Sitz der Gesellschaft: Hamburg | Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle
--
You received this message because you are subscribed to the Google Groups "google-cartographer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartogra...@googlegroups.com.
To post to this group, send email to google-ca...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/43aa6ece-5421-4f43-947d-427ca6992d0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.