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

Signed-off-by: Yusuke Mizoguchi <sky.y.m.318@gmail.com>
  • Loading branch information
h-ohta authored and swiftfile committed Mar 29, 2023
1 parent b06f24a commit e459cb0
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 e459cb0

Please sign in to comment.