Why are there some duplicated parameter files? #2575
-
Why are there duplicated parameter files in Autoware? For example, parameters for planning module seems to exist both in Moreover, for example, this is partially true for the perception module. Some parameters are duplicated while others are not. IMHO this is very confusing since it is not obvious which parameters we should change. May I ask why some of these parameter files are duplicated? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
Currently, each planning package and tier4_planning_launch have almost the same yaml file. In the near future, with the following PRs, we will have two kinds of parameters as follows.
autowarefoundation/autoware.universe#771 (autoware.universe) In my understanding, the reason having two duplicated parameters is,
|
Beta Was this translation helpful? Give feedback.
Currently, each planning package and tier4_planning_launch have almost the same yaml file.
In the near future, with the following PRs, we will have two kinds of parameters as follows.
autoware.universe/planning/PATH_TO_PACKAGE/config
autowarefoundation/autoware.universe#771 (autoware.universe)
autowarefoundation/autoware_launch#38 (autoware_launch)
autowarefoundation/autoware_individual_params#25 (autoware_individual_params)
In my understanding, the reason having two duplicated parameters is,