Skip to content

fix: resolve the case if the adjacent entity paths are duplicate#165

Merged
ktro2828 merged 1 commit into
mainfrom
fix/entity-path
Aug 5, 2025
Merged

fix: resolve the case if the adjacent entity paths are duplicate#165
ktro2828 merged 1 commit into
mainfrom
fix/entity-path

Conversation

@ktro2828

@ktro2828 ktro2828 commented Aug 5, 2025

Copy link
Copy Markdown
Collaborator

What

This PR resolves the case if adjacent entity paths are duplicated format_entity function returns wrong path.

For example, previously, format_entity("map", "map/base_link", "base_link/camera") returns "map/base_link/base_link/camera", but "map/base_link/camera" was expected path.

According to this PR, the above case will be passed.

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@github-actions github-actions Bot added bug Something isn't working ci Continuous Integration (CI) processes and testing labels Aug 5, 2025
@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2292 1562 68% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/viewer/viewer.py 83% 🟢
TOTAL 83% 🟢

updated for commit: 3322b97 by action🐍

@ktro2828 ktro2828 merged commit 298529e into main Aug 5, 2025
4 of 5 checks passed
@ktro2828 ktro2828 deleted the fix/entity-path branch August 5, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci Continuous Integration (CI) processes and testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant