Skip to content

Commit

Permalink
add namespace to address conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
  • Loading branch information
danielsanchezaran committed Jun 10, 2024
1 parent b9f3951 commit 8c97463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void ControlValidator::setupParameters()
}

try {
vehicle_info_ = vehicle_info_util::VehicleInfoUtil(*this).getVehicleInfo();
vehicle_info_ = autoware::vehicle_info_util::VehicleInfoUtil(*this).getVehicleInfo();
} catch (...) {
RCLCPP_ERROR(get_logger(), "failed to get vehicle info. use default value.");
vehicle_info_.front_overhang_m = 0.5;
Expand Down

0 comments on commit 8c97463

Please sign in to comment.