Skip to content

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

Ball placement obstacle with Stadium Shape on their ball placement

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

Triggered via pull request December 16, 2024 04:36
Status Failure
Total duration 19m 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 24 warnings
fix-style
Process completed with exit code 1.
build-and-test: soccer/src/soccer/ros_debug_drawer.hpp#L61
no type named 'StadiumShape' in namespace 'rj_geometry'
fix-style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
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/
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/
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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