Skip to content

Commit

Permalink
delete blank sentence
Browse files Browse the repository at this point in the history
Signed-off-by: N-Eiki <eiki.nagata.2@tier4.jp>
  • Loading branch information
N-Eiki committed Jun 10, 2024
1 parent 64f82a8 commit a8b7620
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ bool AccelBrakeMapCalibrator::get_current_pitch_from_tf(double * pitch)
}

bool AccelBrakeMapCalibrator::fetch_data()

{
// take data from subscribers
// take actuation data
Expand All @@ -274,7 +273,6 @@ bool AccelBrakeMapCalibrator::fetch_data()
take_actuation_status(actuation_status_ptr);
} else if (actuation_cmd_ptr) {
take_actuation_command(actuation_cmd_ptr);

} else {
return false;
}
Expand Down

0 comments on commit a8b7620

Please sign in to comment.