File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<depend >autoware_adapi_version_msgs</depend >
18
18
<depend >autoware_planning_msgs</depend >
19
19
<depend >autoware_system_msgs</depend >
20
+ <depend >autoware_vehicle_info_utils</depend >
20
21
<depend >autoware_vehicle_msgs</depend >
21
22
<depend >component_interface_specs</depend >
22
23
<depend >component_interface_utils</depend >
32
33
<depend >tier4_api_msgs</depend >
33
34
<depend >tier4_control_msgs</depend >
34
35
<depend >tier4_system_msgs</depend >
35
- <depend >vehicle_info_util</depend >
36
36
37
37
<exec_depend >python3-flask</exec_depend >
38
38
Original file line number Diff line number Diff line change 14
14
15
15
#include " vehicle_info.hpp"
16
16
17
- #include < vehicle_info_util/vehicle_info_util .hpp>
17
+ #include < autoware_vehicle_info_utils/vehicle_info_utils .hpp>
18
18
19
19
namespace
20
20
{
@@ -41,7 +41,7 @@ VehicleInfoNode::VehicleInfoNode(const rclcpp::NodeOptions & options)
41
41
res->dimensions = dimensions_;
42
42
};
43
43
44
- const auto vehicle = vehicle_info_util::VehicleInfoUtil (*this ).getVehicleInfo ();
44
+ const auto vehicle = autoware::vehicle_info_utils::VehicleInfoUtils (*this ).getVehicleInfo ();
45
45
dimensions_.wheel_radius = vehicle.wheel_radius_m ;
46
46
dimensions_.wheel_width = vehicle.wheel_width_m ;
47
47
dimensions_.wheel_base = vehicle.wheel_base_m ;
You can’t perform that action at this time.
0 commit comments