Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jan 28, 2023
1 parent 0fb60a5 commit ccf743d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ AccelBrakeMapCalibrator::AccelBrakeMapCalibrator(const rclcpp::NodeOptions & nod

// inialize matrix for covariance calculation
{
const auto genConstMat = [](const Map & map, const auto val) {
const auto genConstMat = [](const raw_vehicle_cmd_converter::Map & map, const auto val) {
return Eigen::MatrixXd::Constant(map.size(), map.at(0).size(), val);
};
accel_data_mean_mat_ = genConstMat(accel_map_value_, map_offset_);
Expand Down

0 comments on commit ccf743d

Please sign in to comment.