Redundant publishers in ekf_localizer #2751
Unanswered
IshitaTakeshi
asked this question in
Q&A
Replies: 1 comment
-
Thanks! I agree with your suggestion. Furthermore, I guess |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing ekf_localizer and found that this publishes some redundant topics, that are
ekf_pose
,ekf_pose_with_covariance
,ekf_twist
, andekf_twist_with_covariance
. They all can be removed because their messages are already included inekf_odom
.Also,
ekf_pose_without_yawbias
andekf_pose_with_covariance_without_yawbias
are redundant. Only publishingekf_pose_with_covariance_without_yawbias
is sufficient.Beta Was this translation helpful? Give feedback.
All reactions