Skip to content

Commit 1ef312b

Browse files
authored
fix(autonomous_emergency_braking): fix typo (#3186)
Update node.cpp
1 parent 69c7cdc commit 1ef312b

File tree

1 file changed

+1
-1
lines changed
  • control/autonomous_emergency_braking/src

1 file changed

+1
-1
lines changed

control/autonomous_emergency_braking/src/node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ bool AEB::isDataReady()
216216
}
217217

218218
if (use_imu_path_ && !imu_ptr_) {
219-
return missing("object pointcloud");
219+
return missing("imu");
220220
}
221221

222222
if (use_predicted_trajectory_ && !predicted_traj_ptr_) {

0 commit comments

Comments
 (0)