Skip to content

Commit

Permalink
fix(autonomous_emergency_braking): fix typo (autowarefoundation#3186)
Browse files Browse the repository at this point in the history
Update node.cpp
  • Loading branch information
h-ohta authored and kminoda committed Mar 29, 2023
1 parent b803dbf commit bee0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/autonomous_emergency_braking/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ bool AEB::isDataReady()
}

if (use_imu_path_ && !imu_ptr_) {
return missing("object pointcloud");
return missing("imu");
}

if (use_predicted_trajectory_ && !predicted_traj_ptr_) {
Expand Down

0 comments on commit bee0ee8

Please sign in to comment.