File tree 6 files changed +851
-0
lines changed
common/tier4_adapi_rviz_plugin
6 files changed +851
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
12
12
ament_auto_add_library(${PROJECT_NAME} SHARED
13
13
src/route_tool.cpp
14
14
src/route_panel.cpp
15
+ src/state_panel.cpp
15
16
src/door_panel.cpp
16
17
)
17
18
Original file line number Diff line number Diff line change 13
13
<buildtool_depend >autoware_cmake</buildtool_depend >
14
14
15
15
<depend >autoware_ad_api_specs</depend >
16
+ <depend >autoware_vehicle_msgs</depend >
16
17
<depend >component_interface_utils</depend >
17
18
<depend >geometry_msgs</depend >
18
19
<depend >libqt5-core</depend >
21
22
<depend >rclcpp</depend >
22
23
<depend >rviz_common</depend >
23
24
<depend >rviz_default_plugins</depend >
25
+ <depend >tier4_external_api_msgs</depend >
26
+ <depend >tier4_planning_msgs</depend >
24
27
25
28
<test_depend >ament_lint_auto</test_depend >
26
29
<test_depend >autoware_lint_common</test_depend >
Original file line number Diff line number Diff line change 8
8
<description >RoutePanel</description >
9
9
</class >
10
10
11
+ <class type =" tier4_adapi_rviz_plugins::StatePanel" base_class_type =" rviz_common::Panel" >
12
+ <description >StatePanel</description >
13
+ </class >
14
+
11
15
<class type =" tier4_adapi_rviz_plugins::DoorPanel" base_class_type =" rviz_common::Panel" >
12
16
<description >DoorPanel</description >
13
17
</class >
You can’t perform that action at this time.
0 commit comments