launch file parameters are confused #3748
Unanswered
J-xinyu
asked this question in
Feature requests
Replies: 1 comment 8 replies
-
@J-xinyu I appreciate your requests and strongly argee with you. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is highly recommended to optimize the parameter configuration structure of the launch file. When multiple launches are nested, there are a large number of parameters that are declared multiple times, and some parameters that are declared but not used. This causes me great trouble when reading launch files.
For example,
autoware.launch.xml
declares thatperception_mode
default tolidar
. But inperception.launch.xml
perception_mode
default iscamera_lidar_fusion
. This caused me to end up not understanding which parameter was loadedBeta Was this translation helpful? Give feedback.
All reactions