User Tools

Site Tools


tamiwiki:projects:lidar

Table of Contents

LIDAR

VLP-16

by velodyne

PCAP capture for consumption by these 2023-10-08-23-01-18_velodyne-vlp-16-data.7z

transmits on port 2368 ip 192.168.1.201 stats on http://192.168.1.201

ATM on devdesk@telavivmakers.space

software

veloview - record/view

VelodyneCapture - capture and recorded with velodyne

veloparser - read pcap-files recorded with velodyne.

wiring

pinout-lidar.jpg

SLAM

IMU

is Mahony AHRS same as kalman filter?

kalmanvsothers.pdf

The Mahony AHRS (Attitude and Heading Reference System) filter and the Kalman filter are both used for sensor fusion and estimation, but they are fundamentally different algorithms based on different mathematical foundations and assumptions.

Mahony AHRS

  1. Mathematical Foundation: Mahony AHRS is based on quaternion representation and generally employs Proportional-Integral (PI) feedback control.
  2. Computation: Typically computationally less intensive than a full Kalman filter. This makes it popular for resource-constrained systems.
  3. Assumptions: Assumes that the errors are small and can be linearized.
  4. Tuning: Involves fewer parameters to tune, usually just the proportional and integral gains.
  5. Use-Case: Often used in simpler systems where computational resources are limited, like small UAVs or wearable devices.
  6. Accuracy: Generally less accurate than a well-tuned Kalman filter but usually sufficient for many applications.

Kalman Filter:

  1. Mathematical Foundation: Based on Bayesian inference and involves a state-space representation of the system.
  2. Computation: Can be computationally intensive, especially for systems with many states.
  3. Assumptions: Assumes that the system is linear or can be linearized and that the noise is Gaussian.
  4. Tuning: Requires more initial setup like defining the state-transition and observation matrices, and initializing error covariances.
  5. Use-Case: Used in more complex systems where greater accuracy is required, like navigation systems in aircraft.
  6. Accuracy: Typically more accurate than simpler filters like Mahony AHRS, especially when system dynamics are well-understood and can be accurately modeled.

In summary, Mahony AHRS and Kalman filters serve similar purposes but are different in their approach, complexity, and accuracy. Mahony is generally simpler and less computationally intensive, making it well-suited for simpler systems or those with limited computational resources. Kalman filters offer more accuracy and are more flexible but require more computational power and are more complex to set up.

ICM-20948

funny

tamiwiki/projects/lidar.txt · Last modified: 2023/10/13 22:17 by yair