Skip to content

Commit

Permalink
Merge branch 'feat/use_takeData_in_abc_module' of github.com:N-Eiki/a…
Browse files Browse the repository at this point in the history
…utoware.universe into feat/use_takeData_in_abc_module
  • Loading branch information
N-Eiki committed Jun 7, 2024
2 parents 675edab + f1f7fcb commit cb225d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,8 @@ void AccelBrakeMapCalibrator::publish_count_map()
void AccelBrakeMapCalibrator::publish_index()
{
MarkerArray markers;
const double h = static_cast<double>(accel_map_value_.size()) + brake_map_value_.size() - 1; // pedal (accel_map_value(0) and brake_map_value(0) is same.)
const double h = static_cast<double>(accel_map_value_.size()) + brake_map_value_.size() -
1; // pedal (accel_map_value(0) and brake_map_value(0) is same.)
const double w = static_cast<double>(accel_map_value_.at(0).size()); // velocity

visualization_msgs::msg::Marker marker;
Expand Down

0 comments on commit cb225d7

Please sign in to comment.