-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local plan with 0 poses. #10
Comments
This can happen if DWB thinks the robot pose is too far from the plan generated by the global planner. You can try setting the Alternatively, if the costmap doesn't show free space around the path and current robot pose, you can get this issue as well, if I'm not mistaken. |
The robot pose is with respect to map frame and the global plan is with respect to the odom frame. My robot's initial position is away from the map frame whic i set using the rviz. When i set the initial position of the robot in rviz, the robot's base link along with the odom frame moves there. Now i set the goal position. In this case the robot's pose is with respect to the map frame and the global plan coordinates are with respect to odom frame. In this case the distance calculated by this function |
I use this with |
I followed the procedure in the documentation to use this planner with nav_core. The plugin was properly loaded. I get this error "computeVelocityCommands exception: Resulting plan has 0 poses in it.", when i give a goal.
The text was updated successfully, but these errors were encountered: