Skip to content

Ball placement obstacle with Stadium Shape on their ball placement #1935

Ball placement obstacle with Stadium Shape on their ball placement

Ball placement obstacle with Stadium Shape on their ball placement #1935

Triggered via pull request October 30, 2024 00:20
Status Success
Total duration 19m 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
build-and-test: soccer/src/soccer/ros_debug_drawer.hpp#L61
no type named 'StadiumShape' in namespace 'rj_geometry'
fix-style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fix-style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
fix-style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
build-and-test: external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
build-and-test: external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
build-and-test: external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
build-and-test: rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
build-and-test: rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
build-and-test: rj_geometry/src/stadium_shape.cpp#L38
replace loop by 'std::any_of()'
build-and-test: rj_geometry/src/stadium_shape.cpp#L47
replace loop by 'std::any_of()'
build-and-test: rj_geometry/include/rj_geometry/stadium_shape.hpp#L19
class 'StadiumShape' defines a default destructor and a copy constructor but does not define a copy assignment operator, a move constructor or a move assignment operator
build-and-test: rj_geometry/include/rj_geometry/stadium_shape.hpp#L21
annotate this function with 'override' or (rarely) 'final'
build-and-test: rj_geometry/include/rj_geometry/stadium_shape.hpp#L53
return type 'const rj_geometry::ShapeSet' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
build-and-test: rj_geometry/include/rj_geometry/stadium_shape.hpp#L61
replace loop by 'std::any_of()'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L86
'ball_obs' used after it was moved