We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804f8f8 commit 7745c63Copy full SHA for 7745c63
planning/behavior_path_goal_planner_module/src/manager.cpp
@@ -423,6 +423,11 @@ void GoalPlannerModuleManager::init(rclcpp::Node * node)
423
void GoalPlannerModuleManager::updateModuleParams(
424
[[maybe_unused]] const std::vector<rclcpp::Parameter> & parameters)
425
{
426
+ // TODO(someone): This function does not check OR update
427
+ // object_recognition_collision_check_soft_margins.empty(),
428
+ // object_recognition_collision_check_hard_margins, maximum_deceleration, shift_sampling_num or
429
+ // parking_policy, there seems to be a problem when we use a temp value to check these values.
430
+
431
using tier4_autoware_utils::updateParam;
432
433
auto & p = parameters_;
0 commit comments