Commit 3f87732 1 parent 220a92f commit 3f87732 Copy full SHA for 3f87732
File tree 2 files changed +2
-21
lines changed
common/component_interface_specs
map/map_loader/src/lanelet2_map_loader
2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,6 @@ project(component_interface_specs)
4
4
find_package (autoware_cmake REQUIRED)
5
5
autoware_package()
6
6
7
- include_directories (
8
- include
9
- SYSTEM
10
- ${rclcpp_INCLUDE_DIRS}
11
- ${rosidl_runtime_cpp_INCLUDE_DIRS}
12
- ${rcl_INCLUDE_DIRS}
13
- ${autoware_adapi_v1_msgs_INCLUDE_DIRS}
14
- ${autoware_auto_planning_msgs_INCLUDE_DIRS}
15
- ${autoware_planning_msgs_INCLUDE_DIRS}
16
- ${autoware_auto_vehicle_msgs_INCLUDE_DIRS}
17
- ${tier4_control_msgs_INCLUDE_DIRS}
18
- ${nav_msgs_INCLUDE_DIRS}
19
- ${tier4_system_msgs_INCLUDE_DIRS}
20
- ${tier4_vehicle_msgs_INCLUDE_DIRS}
21
- ${autoware_auto_perception_msgs_INCLUDE_DIRS}
22
- ${tier4_map_msgs_INCLUDE_DIRS}
23
- ${autoware_map_msgs_INCLUDE_DIRS}
24
- )
25
-
26
7
if (BUILD_TESTING)
27
8
ament_auto_add_gtest(gtest_${PROJECT_NAME}
28
9
test /gtest_main.cpp
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Lanelet2MapLoaderNode::Lanelet2MapLoaderNode(const rclcpp::NodeOptions & options
80
80
sub_map_projector_info_,
81
81
[this ](const MapProjectorInfo::Message::ConstSharedPtr msg) { on_map_projector_info (msg); });
82
82
83
- declare_parameter (" lanelet2_map_path" , " " );
84
- declare_parameter (" center_line_resolution" );
83
+ declare_parameter<std::string> (" lanelet2_map_path" );
84
+ declare_parameter< double > (" center_line_resolution" );
85
85
86
86
if (declare_parameter<bool >(" enabled_dynamic_lanelet_loading" )) {
87
87
std::vector<std::string> lanelet2_paths_or_directory =
You can’t perform that action at this time.
0 commit comments