Re: [ros-users] robot_pose_ekf /vo input units

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Ken Tossell
Date:  
To: ros-users
Subject: Re: [ros-users] robot_pose_ekf /vo input units
We've been using a message based on gpsd's gps_data_t. It should have
all of the fields you'd need for any GPS device, but it's pretty big:

http://www.ros.org/doc/api/gpsd_client/html/msg/GPSStatus.html

Ken