Replies: 0 comments 4 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related: autowarefoundation/autoware_launch#46
Hello everyone,
I realized that there are some vehicle specific parameters such as
steering limit degree
,maximum acceleration
,maximum_jerk
etc.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_loader
should load these vehicle specific parameters and other modules should use from it likevehicle_info_util
.Beta Was this translation helpful? Give feedback.
All reactions