EurekaMoments

ロボットや自動車の自律移動に関する知識や技術、プログラミング、ソフトウェア開発について勉強したことをメモするブログ

Robotics

SLAM Beginner's Program ~Fundamental knowledge~

Table of contents Table of contents Introduction Reference Executable form Type Diagram of 2D SLAM Accumulated error problem Data association Loop closure Batch processing Sequential processing Introduction I studied SLAM refer to the foll…

How to decide required performance of Obstacle detection function

Table of content Table of content Introduction Reference Finding boundary of obstacle Taking a detour Detecting an obstacle in a short term Case of running out into road How to calculate a braking distance Free running distance Braking dis…

聴講メモ: MIT Self-Driving Cars: Sacha Arnoud, Director of Engineering, Waymo

背景・目的 Waymoについて 講演の動画 講演内容のメモ 良く分からなかった部分の参考資料 背景・目的 アメリカの自動運転車開発企業であるWaymoのエンジニアリングディレクタであるSacha Arnoudが、MIT(マサチューセッツ工科大学)にて講演を行ったようです。…

数式のプログラム実装をシンプルにするための事前手計算のススメ

カルマンフィルタの基礎作者:足立修一,丸田一郎東京電機大学出版局Amazon 目次 目次 はじめに 手計算 カルマンフィルタについて 予測 観測 更新 まとめ はじめに あるロジックをプログラムに実装するとして、自分の場合だったらまずはMATLABやPythonでプロト…