- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is there a procedure for calibrating the IMU on the Euclid? I noticed some yaw drift. I have a diff-drive robot so not too worried about the other axis.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello Bruce_lunce,
Thanks for contacting Intel customer support.
In the following link you will find the procedure and the formula used for the IMU Euclid calibration.
https://github.com/intel-ros/realsense/issues/256
Hope this helps to clarify your questions.
Best Regards,
Juan N.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
From the link you referenced, I was able to view the IMU information by using this command (while camera running):
$> rosservice call /camera/driver/get_imu_info
But unsure how to modify the indicated values. I didn't see any parameters or services that looked like they were for setting them.
I posted on that link for clarification. If you know how to do that, maybe let me know.
Thanks.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
So I got my answer. The sensor_msgs/Imu data in the published camera IMU topic is un-calibrated. You have to create a node to manually apply the calibration and publish the topic information.
https://github.com/intel-ros/realsense/issues/256 https://github.com/intel-ros/realsense/issues/256