[ros-users] Q about covariance matrices in nav_msgs/Odometry

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: [ros-users] Q about covariance matrices in nav_msgs/Odometry
Hi,

I am trying to create a nav_msgs/Odometry publisher, to be used by
the robot_pose_ekf node. My robot only give me 3 numbers: x,y and theta
while the nav_msgs/Odometry message needs covariance and many other data.

My question is what variables correspond to the covariance matrices
in nav_msgs/Odometry? how should I go about calculating the matrices from
what I have. Any pointer to more reading materials would be appreciated.

Thanks,

-Andy