Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
506 views
in Technique[技术] by (71.8m points)

python - How to fuse GPS and IMU data

Given GPS and IMU sensors mounted onto a robot, how can I estimate the pose (location and heading) of the robot on a 2D plane in Python? An Extended Kalman Filter seems to be commonly used method, but I'm lost as to how I should be plugging in my data into any of the open-source implementations of the filter that are currently online.

I've tried looking here.

But I'm having trouble making sense of the documentation. Thank you so much for any help!!

Specs of sensors: GPS gives longitude and latitude IMU has 9 degrees of freedom: accelerometer, gyroscope, magnetometer, each along the x, y, and z axes


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...