How can I initial pose estimate to NDT in Autoware.universe using only rviz #2595
Unanswered
meliketanrikulu
asked this question in
Q&A
Replies: 0 comments 5 replies
-
@meliketanrikulu Do you mean you want it to work without ekf_node? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I examined how the localization nodes work on the rosbag replay simulation demo. In addition to initial pose estimation in rviz, expects me to publish a message to estimate initial_pose from this topic"/localization/pose_twist_fusion_filter/pose_with_covariance_without_yawbias " . It also provides this message via ekf nodes.
At the moment, I am trying to calculate pose estimates using only "2d pose estimate" in rviz without using pose estimates from any other source. but it gets error on this line.
Because initial_pose_msg_ptr_array_ is only populated with msg from other source ("/localization/pose_twist_fusion_filter/pose_with_covariance_without_yawbias" topics callback). I want to use NDT without initial pose estimates from different sources like GNSS-INS . Is there a way to estimate in NDT using only rviz?
Beta Was this translation helpful? Give feedback.
All reactions