Replies: 1 comment 2 replies
-
Sorry for the lack of documentation. The EKF has a service to activate a node, and calling it with true activates the node.
This service is usually called from a pose_initializer. pose_initializer requires the arguments. The following part may be helpful.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do localization. I only have a lidar attached to the vehicle. I place the vehicle on the map using '2d Pose Estimate' button and start collecting lidar data.
I run ndt_scan_matcher and ekf_localizer. but why does ekf_localizer says that it is not activated? after running ekf_localizer, I placed the vehicle on other locations which publishes initial pose but ekf_localizer keeps saying its not activated.
How many nodes should I run to do localization? I also tried running pose_initializer and getting error there too
Beta Was this translation helpful? Give feedback.
All reactions