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

dispaying the data of /odom (nav_msgs/Odometry) UTM-encoded position in RVIZ

asked 2012-09-02 18:01:20 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Fuerte on Ubuntu 12.04

The goal is to display the odometry of the robot in RVIZ.

I am using the Xsens-mtig gps imu module. I used the package cyphy_xsens_mtig package which publishes /fix and then gps_common package which subscribes to /fix and publishes /odom (nav_msgs/Odometry) which is a UTM-encoded position.

I launched RVIZ and and selected the /base_imu frame id . The odometry display type in rviz shows that the messages are being received but i am not able to see the GPS location in rviz. I have tried all the views possible but it just shows a line which is a reference to TF.

I guess that some link is missing between the TF of GPS and UTM..If any one has any idea, please let me know

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-09-05 22:40:36 -0500

sai gravatar image

Got the answer. The gps_common package does not publish any TF data. So I have added a TF broadcaster and am able to view the TF data in RVIZ.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-02 18:01:20 -0500

Seen: 1,498 times

Last updated: Sep 05 '12