You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(behavior_path_planner): remove max_module_size param
The max_module_size param has been removed from the behavior_path_planner scene_module_manager.param.yaml file. This param was unnecessary and has been removed to simplify the configuration.
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
---------
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner/docs/behavior_path_planner_manager_design.md
@@ -101,7 +100,6 @@ Code is [here](https://github.com/autowarefoundation/autoware.universe/blob/b173
101
100
|`enable_simultaneous_execution_as_candidate_module`| bool | if true, the manager allows its scene modules to run with other scene modules as **candidate module**. |
102
101
|`enable_simultaneous_execution_as_approved_module`| bool | if true, the manager allows its scene modules to run with other scene modules as **approved module**. |
103
102
|`priority`| uint8_t | the manager decides execution priority based on this parameter. The smaller the number is, the higher the priority is. |
104
-
|`max_module_size`| uint8_t | the sub-manager can run some modules simultaneously. this parameter set the maximum number of the launched modules. |
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/interface/scene_module_manager_interface.hpp
+10-2
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,16 @@ class SceneModuleManagerInterface
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/parameters.hpp
0 commit comments