From 0853c1cff01646a7de2bbc20286e37ef99a1362c Mon Sep 17 00:00:00 2001 From: lishuanghua <17302618@qq.com> Date: Tue, 25 Aug 2020 13:06:48 +0800 Subject: [PATCH] D-kit : Add the solve solution of the problem that the signal of the IMU is single (#12232) * D-kit : Add the solve solution of the problem that the signal of the IMU is single --- .../Waypoint_Following/Localization_Configuration_cn.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/specs/D-kit/Waypoint_Following/Localization_Configuration_cn.md b/docs/specs/D-kit/Waypoint_Following/Localization_Configuration_cn.md index 8f11f09c5c..6736623c20 100644 --- a/docs/specs/D-kit/Waypoint_Following/Localization_Configuration_cn.md +++ b/docs/specs/D-kit/Waypoint_Following/Localization_Configuration_cn.md @@ -254,4 +254,11 @@ c.GPS打开后,发现best_pose, imu, localization/pose 信号没有收到 /apollo/localization/pose ``` 如果best_pose和imu没有,请检查gps和imu的配置。 -如果best_pose和imu有了,但是没有localization/pose没有信号,请等待2分钟,如果还是没有,请让车开动几分钟。 \ No newline at end of file +如果best_pose和imu有了,但是localization/pose没有信号,请等待2分钟,如果还是没有,请让车开动几分钟。 + +d.GPS打开后,发现best_posed的sol_type为single,不是我们需要的NARROW_INT。 + +首先,确认IMU设备里面和`modules/calibration/data/dev_kit/gnss_conf/gnss_conf.pb.txt`文件中已经配置好了基站信息。 +其次,检查IMU的网络接口是否插好了网线连接上了路由器,并且可以在工控机的终端里ping通IMU,同时保证路由器里面插上了手机的sim卡并且工控机能通过路由器正常地访问互联网。 +再次,联系商务的同事请他们提供刷新IMU的固件版本的教程和工具,刷新完IMU后请按照文档重新配置一遍IMU。 +最后,联系商务的同事商讨将IMU返厂维修的事宜。 -- GitLab