Issue Number | Date Found | Date Fixed | Change Made by | Origin | Description | Resolution | Artifacts Changed |
---|---|---|---|---|---|---|---|
1 | 21 Jan 2019 | 31 Jan 2019 | jianminz | UAV battery charger smoke | UAV battery charger left smoke when plug in the battery | Contact Intel and got a new part shipped | Working battery charger |
2 | 4 Feb 2019 | 5 Feb 2019 | yunfeis | cannot connect LLP and on board computer | Cannot read sensor via serial communication between LLP and onboard Computer | need to communicate with HLP instead, need to first flash program in. | / |
3 | 5 Feb 2019 | 7 Feb 2019 | yunfeis | cannot flash program to HLP | open-ocd cannot connect the on-board computer using JTAG | open-ocd does not support out-dated syntax. Need to rewrite the config file | can now flash program to HAP |
4 | 7 Feb 2019 | 14 Feb 2019 | jianminz | checksum error when running ros package on atom board | show error msg "checksum error for packet 14 ,resyncing " | Update the Baud rate by 8 times | can now read IMU data, and GPS Data |
5 | 14 Feb 2019 | 29 Mar 2019 | yunfeis, jianminz | when launching fcu.launch, battery cannot be correctly read | show error msg " battery critical low" | This is due to serial did not read the battery voltage when initializing. This does not affect the performance | Nothing |
6 | 16 Feb 2019 | 18 Feb 2019 | ningwang | Graphic simulation was not connected with the main program. | Changes in code was not reflected in simulation. | Failed to configure Rviz and Gazebo ports in code | Rviz and Gazebo are now able to reflect the correct simulation progress. |
7 | 18 Feb 2019 | 18 Feb 2019 | ningwang | Only two maps shown in the simulation, where should have been 3. | After adding an extra map to show variance changes, the ground truth map was able to show. | Changed the coordinates for drawing variance map. | Now three maps all show correctly. |
8 | 23 Mar 2019 | 9 Sept 2019 | jianminz | One UAV crashed due to a different operation mode and the serial remotely turned off the motor while UAV hovering at around 10 m | camera and Lidar hold for UAV 1 is broken. | We switched to use UAV 2 for SVD and request spare parts from Intel. The spared parts arrived in summer, UAV 1 reparation finished in Sept 2019 | UAV 1 now have solid camera and lidar mount |
9 | 3 Apr 2019 | 10 Sept 2019 | yangzha4, yunfeis | Jackal localization fusing GPS has a large drift. | Jackal localization with IMU and Odometry is working. When RTK GPS is integrated. Jackal appears to move to one direction without stop. | Use dual EKF. One fusing IMU, Odometry, the other fusing IMU, odometry and GPS | UGV can now do stable GPS navigation. |
10 | 8 Apr 2019 | 5 Nov 2019 | jianminz, ningwang, yunfeis, yangzha4 | Clearpath Base Station has a very low speed that cannot handle UAV UGV working at the same time | Clearpath Base Station has a very low speed that cannot handle UAV UGV working at the same time | 1. shut down unnecessary nodes. 2. use the new router as a wifi booster | UGV and UAV can now working withing the same network. |
11 | 28 Oct 2019 | 5 Nov 2019 | jianminz, ningwang, yunfeis | Jackal cannot connect to the new router | After connecting to the new router, Jackal cannot be found connected in the network and cannot be pinged | Use new router as a wifi booster. Seeking technical support from clearpath | Jackal still connect to the old network, but the connection speed now increases. |
12 | 27 Oct 2019 | 10 Nov 2019 | yangzha4, ningwang | UAV temperature measurement is very close to the ambient temperature | To be safe, UAV will collect data at 1.5m, but it does not show great temperature difference from the ambient. | Perform two tests: Functional test using UAV UGV to show valid pipeline, and accuracy test of UGV collecting temperature solo to show temperature distribution | only changed testing procedure |
13 | 18 Nov 2019 | 20 Nov 2019 | yangzha4 | GP model not updating due to wrong hyperparameters | Generate uniformly distributed temperature model | Re-tune the parameters and verified the GP model in simulation and rosbag | GP parameters |
14 | 18 Nov 2019 | 21 Nov 2019 | yangzha4, ningeang | GP model visualization not correct with various scale and color code | The visualization is not updated and the color code used is not static | update the visualization channel. use fixed color code for visualization | visualization code in sampling core |