15 Mar

The source code of this project is https://git.uclalemur.com/zhz03/DARPA_CREATE_Code/-/tree/master/

04 Mar

This notes are quick notes after I have tested all Create code in practice. It contains the terms which easy to make people puzzled and somethings left to do. I marked this note in case to forget before I continue to finish the left parts. Important terms in code: binary_1d: u (event) is binary...

11 Feb

Next task: The urgent tests need to be carried out is to find the real pose estimation result only by landmark points without uncertainty evaluate the influence of uncertainty to find the pose estimation effect based on probability map of features After that we can then to test the EM alg...

14 Jan

This slides present the semantic core prolems and review four representative papers. Further, it told the main problems we met and the potential solutions to those problems. For a brief, the most thing we caring about is the uncertainty of detection or segmentation. Rather than discrete probabiliy...

13 Dec

Purpose This blog is to pose optimization results of the IMU erro function in Tsangkai's project. In this test, I try to use simulation data to test the "imu_error" function to examine whether the code is right or not to perform optimization function. Input and output There are two tests. ...

01 Nov

The main paper we reviewed is the Probabilistic Data Association for Semantic SLAM It depicts a promising vista about the probablistic semantic slam. Primarily proposed an EM mathematical framework to consider the detection probabilistic, and using iterative multiply probability way to bring in f...

30 Sep

gitlablink Frame Introduction Body frame: IMU Coordinate Cam frame: Camera Coordinate World frame: The firt frame of IMU frames Navigation frame: ENU \((0,0,-9.81)\) Core Idea 1. Essential Members in IMU and Camera: imu_acc/imu_acc_bias/acc_noise_sigma/acc_bias_...