Recent content by slamo
-
S
Extended Kalman Filter based SLAM for orientation
Ok, I found it: % dht_dqc % dht_dqc = zeros(3,4); % dht_dqrc = 2* [ qr -qz qy; qz qr -qx; -qy qx qr ] * [dx; dy; dz]; % dht_dqxc = 2* [ qx qy qz; qy -qx -qr; qz qr -qx ] * [dx; dy; dz]; % dht_dqyc = 2*...- slamo
- Post #2
- Forum: Mechanical Engineering
-
S
Extended Kalman Filter based SLAM for orientation
Dear all, I'm trying to implement an Extended Kalman Filter based SLAM for orientation and angular rates. To ease up things I discarded the estimation of position and linear velocities. I'm using a quaternion based approach with translation vectors of 3D-points/landmarks as measurements...- slamo
- Thread
- Filter Kalman filter Orientation
- Replies: 1
- Forum: Mechanical Engineering