Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(start_planner): check safety only when waiting approval (autoware…
…foundation#5792) 1. The `updateData()` function now sets `status_.is_safe_dynamic_objects` to true when `requiresDynamicObjectsCollisionDetection()` returns false. 2. The `isExecutionReady()` function now checks for dynamic object collisions only if `requiresDynamicObjectsCollisionDetection()` returns true and `isWaitingApproval()` also returns true. This change ensures that dynamic object collision detection is performed only when necessary and approval is pending. Signed-off-by: kyoichi-sugahara <[email protected]>
- Loading branch information