Skip to content

Bug in parameter configuration in controller. #5100

Closed
@ajtudela

Description

@ajtudela

I think I have found a bug related to parameter configuration in the controller.

I started the robot as usual this morning and it gave me this configuration error on startup.

Image

It says that The value of parameter 'MPPI.vx_min' is incorrectly set to -0.350000, it should be >=0. Ignoring parameter update..

I looked at the documentation and this is the default value: https://docs.nav2.org/configuration/packages/configuring-mppic.html

I also looked at this part of the code and I found it in the RPP controller!!!

RCLCPP_WARN(
logger_, "The value of parameter '%s' is incorrectly set to %f, "
"it should be >=0. Ignoring parameter update.",
name.c_str(), parameter.as_double());
result.successful = false;

Maybe this is related to this PR #4971

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions