ros-navigation / navigation2_tutorials

Tutorial code referenced in https://docs.nav2.org/
180 stars 124 forks source link

GPS Yaw Issues. #91

Closed yishaiSilver closed 3 months ago

yishaiSilver commented 3 months ago

I am working on a real robot on humble, and I am seeing several issues:

For background:

Anyways, I think it's possible much of these issues are regarding robot_localization, so I wanted to ask if there are any sources for using the fuse package instead.

yishaiSilver commented 3 months ago

Nevermind, I misread the sensor_msgs/Imu documentation and set the first index of the orientation covariance matrix to -1 (since I'm not providing roll). A dumb mistake, but it meant my yaw measurements weren't being considered.