-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Bug report
Required Info:
- Operating System:
- Ubuntu 22.04.1 LTS
- ROS2 Version:
- Humble
- Version or commit hash:
- 1.1.5
- DDS implementation:
- Fast DDS
Steps to reproduce issue
Set the DWBLocalPlanner parameters as follow:
prune_plan: False
prune_distance: 0.5
Set the dimensions of local costmap as follow:
width: 8
height: 8
Perform a NavToPose using DWBLocalPlanner as path follower, to a goal set at ~10m.
Expected behavior
The robot drives to the goal.
Actual behavior
The robot drives a few meters (~4, i.e. the half size of the local costmap), then stops. The following error message is displayed:
[controller_server]: Resulting plan has 0 poses in it.
Additional information
Feature request
Feature description
Implementation considerations
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested