ZebraDevs / robot_controllers

Robot control infrastructure
92 stars 79 forks source link

parameterize odom covariances #85

Closed mikeferguson closed 2 months ago

mikeferguson commented 2 months ago

The pose and twist covariance matrices are improperly filled in, which means you can't directly use the message with Fuse (which doesn't easily allow overriding the covariance the way robot_localization did)

mikeferguson commented 2 months ago

@erelson I had this sitting around, noticed when I needed to pull the latest commit to build under Jazzy/24.04

erelson commented 2 months ago

Sounds good to me. Will go ahead and merge.