Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added a missing link in a comment in the pointpainting launcher #6345

Merged
merged 9 commits into from
Feb 20, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<param from="$(var class_remapper_param_path)"/>
<param name="rois_number" value="$(var input/rois_number)"/>

<!-- This parameter shall NOT be included in param file. See the PR from the git blame for details. -->
<!-- This parameter shall NOT be included in param file. See also: https://github.com/autowarefoundation/autoware.universe/pull/6167 -->
<param name="build_only" value="$(var build_only)"/>

<!-- rois, camera and info -->
Expand Down Expand Up @@ -93,7 +93,7 @@
<param from="$(var class_remapper_param_path)"/>
<param name="rois_number" value="$(var input/rois_number)"/>

<!-- This parameter shall NOT be included in param file. See the PR from the git blame for details. -->
<!-- This parameter shall NOT be included in param file. See also: https://github.com/autowarefoundation/autoware.universe/pull/6167 -->
<param name="build_only" value="$(var build_only)"/>

<!-- rois, camera and info -->
Expand Down
Loading