Skip to content

Planner State Simplification #1575

Planner State Simplification

Planner State Simplification #1575

Triggered via pull request October 17, 2023 23:26
Status Failure
Total duration 11m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 27 warnings
fix-style
Process completed with exit code 1.
build-and-test
Process completed with exit code 2.
build-and-test
unknown type name 'GlobalState'
build-and-test
no matching constructor for initialization of 'PlayState'
build-and-test
duplicate member 'debug_drawer'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L5
cannot define or redeclare 'GlobalState' here because namespace 'planning' does not enclose namespace 'GlobalState'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L6
use of undeclared identifier 'play_state_sub_'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L6
use of undeclared identifier 'node'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L8
non-local lambda expression cannot have a capture-default
build-and-test: soccer/src/soccer/planning/global_state.cpp#L9
unknown type name 'last_play_state_mutex_'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L10
use of undeclared identifier 'last_play_state_'
build-and-test: soccer/src/soccer/planning/global_state.cpp#L13
use of undeclared identifier 'game_settings_sub_'
fix-style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peter-evans/create-pull-request@v3. 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 `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
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
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
build-and-test
unused variable 'n'
build-and-test
field '_kdtree' will be initialized after field '_dimensions'
build-and-test
field '_dimensions' will be initialized after field '_nodemap'
build-and-test
field '_parent' will be initialized after field '_state'
build-and-test
field '_state' will be initialized after field '_vec'
build-and-test
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
build-and-test
unused variable 'n'
build-and-test
'mousePressEvent' overrides a member function but is not marked 'override'
build-and-test
'mouseMoveEvent' overrides a member function but is not marked 'override'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L16
invalid case style for global constant 'global_override'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L24
invalid case style for global constant 'max_robot_speed'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L42
invalid case style for global constant 'max_dribbler_speed'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L102
invalid case style for global constant 'radius'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L114
invalid case style for constexpr variable 'obs_center_shift'
build-and-test: soccer/src/soccer/planning/planner/plan_request.cpp#L115
invalid case style for constexpr variable 'obs_radius_inflation'
build-and-test: soccer/src/soccer/planning/planner_for_robot.cpp#L23
constructor does not initialize these fields: robot_trajectories_
build-and-test: soccer/src/soccer/planning/planner_for_robot.cpp#L123
missing username/bug in TODO
build-and-test: soccer/src/soccer/planning/planner_for_robot.cpp#L190
variable 'world_state' is not initialized