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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Ken Tossell
Datum:  
Aan: ros-users
Onderwerp: 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