You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use_autoware_pose_covariance_modifier in
/autoware/src/universe/autoware_universe/launch/tier4_localization_launch/launch/pose_twist_estimator/pose_twist_estimator.launch.xml
is set to true and GNSS reception is good, the final localization output is taken from the GNSS branch (i.e., /localization/pose_estimator/pose_covariance_modifier_node/selected_pose_type = “gnss”).
As a result, the pose_estimator/pose_with_covariance topic shown in Figure 1 is actually the output of the autoware_pose_covariance_modifier node, not the output of ndt_scan_matcher.
This breaks the closed loop between NDT and the EKF, so the NDT diagnostics keep throwing errors (see Figure 2), which in turn prevents the “Auto” button in RViz2 from being enabled and keeps the vehicle from starting to drive.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When use_autoware_pose_covariance_modifier in
/autoware/src/universe/autoware_universe/launch/tier4_localization_launch/launch/pose_twist_estimator/pose_twist_estimator.launch.xml
is set to true and GNSS reception is good, the final localization output is taken from the GNSS branch (i.e., /localization/pose_estimator/pose_covariance_modifier_node/selected_pose_type = “gnss”).
As a result, the pose_estimator/pose_with_covariance topic shown in Figure 1 is actually the output of the autoware_pose_covariance_modifier node, not the output of ndt_scan_matcher.
This breaks the closed loop between NDT and the EKF, so the NDT diagnostics keep throwing errors (see Figure 2), which in turn prevents the “Auto” button in RViz2 from being enabled and keeps the vehicle from starting to drive.
Figure 1:

Figure 2:

Beta Was this translation helpful? Give feedback.
All reactions