Skip to content

Convert GNSS data to xyz and display trajectory on rviz

Notifications You must be signed in to change notification settings

Shidabot/gps2xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps2xyz

Overview

This package is used to convert GNSS data in rosbag to xyz and display trajectory on rviz. It is able to plot marker points of incoming gps positions.

Type: sensor_msgs/NavSatFix.

Test on Ubuntu 18.04 + Ros melodic

Building

cd ~/catkin_ws/src
git clone https://github.com/Shidabot/gps2xyz.git
cd ..
catkin_make 

Modify the launch file

Modify the following values based on your rosbag

origin_latitude_value
origin_longitude_value
origin_altitude_value
latitude_resolution
longitude_resolution
altitude_resolution

Run

source ./devel/setup.bash
roslaunch gps_to_xyz gps_to_xyz.launch
rosbag play your.bag

Result

What can I see? Manba out.

gps

About

Convert GNSS data to xyz and display trajectory on rviz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published