Skip to content

Commit

Permalink
Fixes needed to get jazzy source build to work on nobleo-main (#4)
Browse files Browse the repository at this point in the history
* Necessary fixes for jazzy src compilation of nobleo-main.

* Alphabetize.
  • Loading branch information
mbharatheesha authored Oct 29, 2024
1 parent a26a9fd commit e18dad1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/autoware_perception_rviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ cmake_minimum_required(VERSION 3.14)
project(autoware_perception_rviz_plugin)

find_package(autoware_cmake REQUIRED)
find_package(autoware_perception_msgs REQUIRED)
find_package(pluginlib REQUIRED)
find_package(rviz_common REQUIRED)
find_package(rviz_default_plugins REQUIRED)
find_package(visualization_msgs REQUIRED)
autoware_package()

find_package(Qt5 REQUIRED COMPONENTS Widgets)
Expand Down
2 changes: 2 additions & 0 deletions common/autoware_perception_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
<build_depend>qtbase5-dev</build_depend>

<depend>autoware_perception_msgs</depend>
<depend>pluginlib</depend>
<depend>rviz_common</depend>
<depend>rviz_default_plugins</depend>
<depend>visualization_msgs</depend>

<exec_depend>libqt5-widgets</exec_depend>
<exec_depend>rviz2</exec_depend>
Expand Down
4 changes: 4 additions & 0 deletions common/autoware_test_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ament_auto_add_library(autoware_test_utils SHARED
ament_auto_add_library(mock_data_parser SHARED
src/mock_data_parser.cpp)

target_link_libraries(autoware_test_utils
yaml-cpp
)

target_link_libraries(mock_data_parser
yaml-cpp
)
Expand Down

0 comments on commit e18dad1

Please sign in to comment.