Skip to content

Commit 7745c63

Browse files
add comments
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 804f8f8 commit 7745c63

File tree

1 file changed

+5
-0
lines changed
  • planning/behavior_path_goal_planner_module/src

1 file changed

+5
-0
lines changed

planning/behavior_path_goal_planner_module/src/manager.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ void GoalPlannerModuleManager::init(rclcpp::Node * node)
423423
void GoalPlannerModuleManager::updateModuleParams(
424424
[[maybe_unused]] const std::vector<rclcpp::Parameter> & parameters)
425425
{
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+
426431
using tier4_autoware_utils::updateParam;
427432

428433
auto & p = parameters_;

0 commit comments

Comments
 (0)