Skip to content

Commit

Permalink
feat(tier4_adapi_rviz_plugin): add legacy state panel (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#7494)

Signed-off-by: Takagi, Isamu <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
  • Loading branch information
isamu-takagi authored and simon-eisenmann-driveblocks committed Jun 26, 2024
1 parent bc7fd30 commit 077f9f5
Show file tree
Hide file tree
Showing 6 changed files with 851 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/tier4_adapi_rviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
ament_auto_add_library(${PROJECT_NAME} SHARED
src/route_tool.cpp
src/route_panel.cpp
src/state_panel.cpp
src/door_panel.cpp
)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions common/tier4_adapi_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>autoware_ad_api_specs</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>component_interface_utils</depend>
<depend>geometry_msgs</depend>
<depend>libqt5-core</depend>
Expand All @@ -21,6 +22,8 @@
<depend>rclcpp</depend>
<depend>rviz_common</depend>
<depend>rviz_default_plugins</depend>
<depend>tier4_external_api_msgs</depend>
<depend>tier4_planning_msgs</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>
Expand Down
4 changes: 4 additions & 0 deletions common/tier4_adapi_rviz_plugin/plugins/plugin_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<description>RoutePanel</description>
</class>

<class type="tier4_adapi_rviz_plugins::StatePanel" base_class_type="rviz_common::Panel">
<description>StatePanel</description>
</class>

<class type="tier4_adapi_rviz_plugins::DoorPanel" base_class_type="rviz_common::Panel">
<description>DoorPanel</description>
</class>
Expand Down
Loading

0 comments on commit 077f9f5

Please sign in to comment.