Skip to content

DWBLocalPlanner: NavToPose fails if prune_plan is disabled #3375

@DylanDeCoeyer-Quimesis

Description

@DylanDeCoeyer-Quimesis

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions