Ball placement obstacle with Stadium Shape on their ball placement #1935
Annotations
1 error and 19 warnings
Run clang-tidy:
soccer/src/soccer/ros_debug_drawer.hpp#L61
no type named 'StadiumShape' in namespace 'rj_geometry'
|
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/
|
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:
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:
rj_geometry/src/stadium_shape.cpp#L38
replace loop by 'std::any_of()'
|
Run clang-tidy:
rj_geometry/src/stadium_shape.cpp#L47
replace loop by 'std::any_of()'
|
Run clang-tidy:
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
|
Run clang-tidy:
rj_geometry/include/rj_geometry/stadium_shape.hpp#L21
annotate this function with 'override' or (rarely) 'final'
|
Run clang-tidy:
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
|
Run clang-tidy:
rj_geometry/include/rj_geometry/stadium_shape.hpp#L61
replace loop by 'std::any_of()'
|
Run clang-tidy:
soccer/src/soccer/planning/planner/plan_request.cpp#L86
'ball_obs' used after it was moved
|
Loading