SLAM21 SLAM Front-end with example code SLAM 공부할때 백날 논문을 읽으면서 이해도 되지 않는 내용을 머리에 때려박는것에 회의감을 느껴 실제 코드를 돌려보고 코드리뷰를 해보려합니다. SLAM이 Kalman Filter, Particle Filter을 거쳐 최근 Graph-based SLAM이 트렌드가 되면서 Front-end와 Back-end로 나뉘게 되었는데 Front-end는 Odometry Prediction, Backend는 Optimization을 담당합니다. Front-end: The process of determining of a robot by analyzing the associated sensor measurement Back-end: The process of registering pose graph and graph .. 2022. 3. 23. ROS 연습 ROS: Home It has been well over a year since we quietly rolled out the first rolling release for ROS 2 under the codename Rolling Ridley. For those of you who are still unfamiliar with our rolling release, it is our new approach to synchronizing and releasing code. www.ros.org ROS란 Robot Operating System 으로 로봇 application 개발을 위한 툴, 소프트웨어입니다. 현재 ROS2가 나와있지만 많은 오픈소스가 ROS1로 되어있고 저도 학습용으로 ROS1을 설치해서.. 2022. 3. 22. iSAM2: Incremental Smoothing and Mapping Using the Bayes Tree (PDF) iSAM2: Incremental Smoothing and Mapping Using the Bayes Tree PDF | We present a novel data structure, the Bayes tree, that provides an algorithmic foundation enabling a better understanding of existing graphical... | Find, read and cite all the research you need on ResearchGate www.researchgate.net iSAM2는 square SAM, iSAM 이후에 나온 후속 논문으로 GTSAM(Georgia Tech Smoothing and Mapping) 라이브러리에서 lo.. 2022. 2. 28. iSAM: incremental Smoothing and Mapping [PDF] iSAM: Incremental Smoothing and Mapping | Semantic Scholar iSAM is efficient even for robot trajectories with many loops as it avoids unnecessary fill-in in the factor matrix by periodic variable reordering and provides efficient algorithms to access the estimation uncertainties of interest based on the factored i www.semanticscholar.org iSAM은 square root SAM 이후의 후속 논문입니다. Square Root SAM은.. 2022. 2. 26. PTAM: Parallel Tracking and Mapping for Small AR Workspaces http://www.robots.ox.ac.uk/~gk/publications/KleinMurray2007ISMAR.pdf SLAM을 공부하거나 paper를 볼때마다 항상 수학적 기반이 부족해서 진입이 어렵다는 생각을 하게되는것 같습니다. 그래서 그나마 조금이라도 이해하기 용이한 자료나 paper등을 찾게되는것 같습니다. PTAM 2007년에 나온 오래된 paper지만 SLAM 방향에 지대한 영향을 끼쳤고 기초가 되는 이론들을 조금이나마 짚고 넘어가주는 친절한.. paper인것 같습니다. PTAM: Parallel Tracking and Mapping for Small AR Workspaces SLAM은 기본적으로 Localization(Tracking)과 Mapping이 동시에 수행되는 알고리즘입니다... 2022. 1. 23. Mono-Visual Odometry Example with Kitti-Dataset 지금까지 SLAM에 대한 이론을 머리에 집어넣으면서 이해가 되지 않는 부분을 예제를 통해 이해가 부족한 부분을 보완하고 채우고 싶은 생각이 항상 있었는데 이번에 단순하게 짜여있는 mono-VO 코드를 찾았습니다. 그래서 이번에 찾은 코드를 한번 리뷰하면서 저 나름대로 오랜만에 코딩을 해보려고 합니다. The KITTI Vision Benchmark Suite The KITTI Vision Benchmark Suite We thank Karlsruhe Institute of Technology (KIT) and Toyota Technological Institute at Chicago (TTI-C) for funding this project and Jan Cech (CTU) and Pablo Fernan.. 2021. 11. 4. 이전 1 2 3 4 다음