Merge Settle into Collect #1966
Annotations
14 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
|
Build:
external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
|
Build:
external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
|
Build:
external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
|
Build:
rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
|
Build:
rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
|
Run clang-tidy:
soccer/src/soccer/planning/planner/collect_path_planner.cpp#L269
method 'calc_delta_pos_for_dir' can be made static
|
Run clang-tidy:
soccer/src/soccer/planning/planner/collect_path_planner.cpp#L282
function 'intercept' has cognitive complexity of 27 (threshold 25)
|
Run clang-tidy:
soccer/src/soccer/planning/planner/collect_path_planner.cpp#L718
do not use 'else' after 'return'
|
Loading