Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Aug 7, 2024
1 parent b48dc7e commit 4a675a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ LateralController::LateralController(const rclcpp::NodeOptions & node_options)
const float64_t cg_to_front_m = declare_parameter("vehicle.cg_to_front_m").get<float64_t>();
const float64_t cg_to_rear_m = declare_parameter("vehicle.cg_to_rear_m").get<float64_t>();
const float64_t wheelbase = cg_to_front_m + cg_to_rear_m;
RCLCPP_ERROR(get_logger(), "wheelbase: %f", wheelbase);

/* vehicle model setup */
const std::string vehicle_model_type = declare_parameter("vehicle_model_type").get<std::string>();
Expand Down

0 comments on commit 4a675a3

Please sign in to comment.