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
Is your feature request related to a problem? Please describe.
Document best practice for overriding default params.
The oem7_ext_params_file arg in the std_driver_config.xml file seemed like a good solution to this but has been removed.
At the moment the only solution I can think of is to maintain local copy of the whole std_driver_config.xml file. It does not seem to change much so maybe this is fine and what is expected?
Describe the solution you'd like
Confirm the above local std_driver_config.xml is the expected way to update parameters.
Exposing more args in the upstream std_driver_config.xml would also be a nice option.
Describe alternatives you've considered
As above.
Additional context
This is to mainly support receiver_init_commands customisation which I would imagine most users need to do.
The text was updated successfully, but these errors were encountered:
Hi @garyedwards
Thank you for your patience on a response.
After discussing with engineering, this is a part of best practices for using ROS. The extended parameters should be a part of the launch file not the xml file. This removes any irrelevant hard coded instructions that can impact reusability.
Nevertheless, you still have the ability to add them on your local drive for your convenience.
Please let us know if you have any questions.
Is your feature request related to a problem? Please describe.
Document best practice for overriding default params.
The
oem7_ext_params_file
arg in thestd_driver_config.xml
file seemed like a good solution to this but has been removed.At the moment the only solution I can think of is to maintain local copy of the whole
std_driver_config.xml
file. It does not seem to change much so maybe this is fine and what is expected?Describe the solution you'd like
Confirm the above local
std_driver_config.xml
is the expected way to update parameters.Exposing more args in the upstream
std_driver_config.xml
would also be a nice option.Describe alternatives you've considered
As above.
Additional context
This is to mainly support
receiver_init_commands
customisation which I would imagine most users need to do.The text was updated successfully, but these errors were encountered: