refactor: src 구조 정리 및 패키지 통합 - #13
Conversation
* a파일 생성함. * add: CODEOWNERS
* a파일 생성함. * main 수정 * restore docs from main * 4.29 테스트분 모두 삭제
* 3번 노드 기능 + 5번 노드 기능 + bringup 폴더 추가 * 통합 프로토타입 * 통합 프로토타입 업데이트
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| return; | ||
| } | ||
|
|
||
| updateWithMax(master_grid, min_i, min_j, max_i, max_j); |
There was a problem hiding this comment.
Clear expired CCTV obstacles from the master costmap
When a pose disappears or exceeds max_observation_age_, updateBounds() resets this layer back to NO_INFORMATION and includes the previous bounds, but updateWithMax() does not write those unknown cells into the master grid. In the local costmap configuration, there is no static layer later overwriting those cells, so any CCTV obstacle that was once marked can remain lethal in the master costmap after the PoseArray is cleared or the observation ages out, causing navigation to avoid stale objects indefinitely.
Useful? React with 👍 / 👎.
2e8ad12 to
dd4eeb9
Compare
Summary
Changed files
Test
colcon buildNotes