ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Transform NavSatFix to Tf [closed]

asked 2020-05-27 12:15:12 -0500

Filippo Grazioli gravatar image

This is probably a dumb question.

I am working with the Kitti dataset. I am trying to express the content of the topic /kitti/oxts/gps/fix (NavSatFix - lat, long, alt) in the reference world reference system of Tf (x, y, z).

Do you know a way to do it? Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Filippo Grazioli
close date 2020-06-10 04:00:45.762593

Comments

1

Hi @Filippo Grazioli,

Have you considered the robot_localization package and its navsat_transform_node?

Weasfas gravatar image Weasfas  ( 2020-06-09 17:24:56 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-10 01:04:47 -0500

Filippo Grazioli gravatar image

updated 2020-06-10 01:05:16 -0500

My personal solution was the following:

a) transform the initial GPS position (lat, long, alt) to an ECEF point - let's name this O;

b) center a ENU reference system in O;

c) express all other GPS positions (lat, long, alt) w.r.t. the ENU reference system centred in O.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-05-27 12:15:12 -0500

Seen: 370 times

Last updated: Jun 10 '20