feat(perception): add support of ML-based prediction with MTR #9566
Annotations
7 errors
Show cppcheck-report result:
perception/autoware_mtr/src/builder.cpp#L82
Variable 'engine_path' is assigned a value that is never used. [unreadVariable]
|
Show cppcheck-report result:
perception/autoware_mtr/src/builder.cpp#L105
Variable 'engine_path' is assigned a value that is never used. [unreadVariable]
|
Show cppcheck-report result:
perception/autoware_mtr/src/node.cpp#L605
Variable 't' can be declared as reference to const [constVariableReference]
|
Show cppcheck-report result:
perception/autoware_mtr/src/node.cpp#L606
Calling 'push_back' while iterating the container is invalid. [invalidContainerLoop]
|
Show cppcheck-report result:
perception/autoware_mtr/src/node.cpp#L605
Iterating over container 'output' that is always empty. [knownEmptyContainer]
|
Fail the job if Cppcheck failed
Process completed with exit code 1.
|
Run Cppcheck on modified packages
Process completed with exit code 1.
|
Loading