Replies: 0 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
|
I think there are two topics to be discussed.
I personally recommend However, the way that is widely used now is vehicle_info_param_file, which also can set parameters in the launch phase but is not flexible. autowarefoundation/autoware_universe#143 focuses on this.
As you wrote, it's autowarefoundation/autoware_universe#910 is mainly for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Related: autowarefoundation/autoware_launch#46
Hello everyone,
I realized that there are some vehicle specific parameters such as
steering limit degree,maximum acceleration,maximum_jerketc.In current autoware universe launch architecture, every module loads these vehicle specific parameters from their own parameter files, this causes a lot of duplicated parameters.
I want to suggest that
global_parameter_loadershould load these vehicle specific parameters and other modules should use from it likevehicle_info_util.Beta Was this translation helpful? Give feedback.
All reactions