Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tier4_autoware_utils): remove drivable area plugin #2876

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions common/tier4_planning_rviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ include_directories(
)

ament_auto_add_library(tier4_planning_rviz_plugin SHARED
include/drivable_area/display.hpp
src/drivable_area/display.cpp
# path point
include/path/display_base.hpp
include/path/display.hpp
Expand Down
198 changes: 0 additions & 198 deletions common/tier4_planning_rviz_plugin/include/drivable_area/display.hpp

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<library path="tier4_planning_rviz_plugin">
<class name="rviz_plugins/DrivableArea"
type="rviz_plugins::AutowareDrivableAreaDisplay"
base_class_type="rviz_common::Display">
<description>Display drivable area of autoware_auto_planning_msg::Path</description>
</class>
<class name="rviz_plugins/Path"
type="rviz_plugins::AutowarePathDisplay"
base_class_type="rviz_common::Display">
Expand Down
Loading