How to trigger navigation after initial pose estimation ? #2537
-
We are trying to use the following launch file, in which the robot first estimates its initial pose using the base map and the scanned points. We prepared an indoor 3D-map by running SLAM with a mobile robot attached with a velodyne lidar, so we already have access to base map and scan points. Then in the Rviz we give an initial guess of the robot pose manually by clicking "2D Pose Estimate" button on the toolbar. It works fine, and the scanned points and the map look well fitted (see attached image). In the next step, we want to give a goal to the robot and then start navigation from the initial pose by clicking the "2D Goal Pose" button just like we do with planning_simulator, but nothing happens. So is there any way we can try out robot navigation with this launch file ? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
The next step should be to publish the goal to the
|
Beta Was this translation helpful? Give feedback.
-
Another possibility is that some necessary topics are missing and Autoware's STATE does not change from INITIALIZING. |
Beta Was this translation helpful? Give feedback.
The next step should be to publish the goal to the
mission_planner
. But some concerns exist. I'm not 100% sure though,