Skip to content

Commit

Permalink
feat: update autoware state panel (autowarefoundation#7036)
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
  • Loading branch information
KhalilSelyan authored May 21, 2024
1 parent 0ddcca1 commit 328374e
Show file tree
Hide file tree
Showing 28 changed files with 1,961 additions and 367 deletions.
27 changes: 27 additions & 0 deletions common/tier4_state_rviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,42 @@ add_definitions(-DQT_NO_KEYWORDS)
ament_auto_add_library(${PROJECT_NAME} SHARED
src/autoware_state_panel.cpp
src/velocity_steering_factors_panel.cpp
src/custom_toggle_switch.cpp
src/custom_slider.cpp
src/custom_container.cpp
src/custom_button.cpp
src/custom_icon_label.cpp
src/custom_segmented_button.cpp
src/custom_segmented_button_item.cpp
src/custom_label.cpp
src/include/material_colors.hpp
src/include/autoware_state_panel.hpp
src/include/custom_button.hpp
src/include/custom_container.hpp
src/include/custom_icon_label.hpp
src/include/custom_label.hpp
src/include/custom_segmented_button_item.hpp
src/include/custom_segmented_button.hpp
src/include/custom_slider.hpp
src/include/custom_toggle_switch.hpp
src/include/velocity_steering_factors_panel.hpp
)

target_include_directories(
${PROJECT_NAME} PUBLIC
)


target_link_libraries(${PROJECT_NAME}
${QT_LIBRARIES}
)

# Export the plugin to be imported by rviz2
pluginlib_export_plugin_description_file(rviz_common plugins/plugin_description.xml)




ament_auto_package(
INSTALL_TO_SHARE
icons
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added common/tier4_state_rviz_plugin/icons/assets/none.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions common/tier4_state_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<description>The autoware state rviz plugin package</description>
<maintainer email="hiroki.ota@tier4.jp">Hiroki OTA</maintainer>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="khalil@leodrive.ai">Khalil Selyan</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
Loading

0 comments on commit 328374e

Please sign in to comment.