autowarefoundation / autoware.universe

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
932 stars 612 forks source link

refactor(debug, planning, system, vehicle_rviz_plugin): duplicated jsk_overlay_utils.hpp/cpp files #6835

Open felixf4xu opened 4 months ago

felixf4xu commented 4 months ago

Checklist

Description

In my folder, I found 4 duplicated jsk_overlay_utils.hpp/cpp files, with minor difference

autoware.universe\common\tier4_vehicle_rviz_plugin\src\tools\jsk_overlay_utils.hpp autoware.universe\common\tier4_system_rviz_plugin\src\jsk_overlay_utils.hpp autoware.universe\common\tier4_planning_rviz_plugin\src\tools\jsk_overlay_utils.hpp autoware.universe\common\tier4_debug_rviz_plugin\include\tier4_debug_rviz_plugin\jsk_overlay_utils.hpp

Expected behavior

Use tier4_debug_rviz_plugin\jsk_overlay_utils.hpp as the common header file

Actual behavior

duplicated but not exactly same file

Steps to reproduce

checkout the code and compile the file content

Versions

Possible causes

No response

Additional context

No response

stale[bot] commented 2 months ago

This pull request has been automatically marked as stale because it has not had recent activity.