-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
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!!!
navigation2/nav2_regulated_pure_pursuit_controller/src/parameter_handler.cpp
Lines 230 to 234 in 5423eba
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
