提交 76bcab1f 编写于 作者: J Jiangtao Hu 提交者: Liangliang Zhang

perception: fix velodyne64 tf error msg in navigation mode.

上级 fdb44e35
......@@ -139,8 +139,8 @@ void RadarProcessSubnode::OnRadar(const ContiRadar &radar_obs) {
ADEBUG << "use navigation mode " << FLAGS_use_navigation_mode;
if (!GetVelodyneTrans(timestamp, velodyne2world_pose.get()) &&
!FLAGS_use_navigation_mode) {
if (!FLAGS_use_navigation_mode &&
!GetVelodyneTrans(timestamp, velodyne2world_pose.get())) {
AERROR << "Failed to get trans at timestamp: " << GLOG_TIMESTAMP(timestamp);
error_code_ = common::PERCEPTION_ERROR_TF;
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册