yvzksgl / OGCtoLocal

Transform Open Geospatial Consortium (OGC) standardized coordinates in KML file to local coordinates and publish as path_msg on ROS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OGCtoLocal

Transform Open Geospatial Consortium (OGC) standardized coordinates in KML file to local coordinates and publish as path_msg on ROS2.

Requirements

Build

cd ${workspace}/src
git clone https://github.com/yvzksgl/OGCtoLocal.git
cd $[workspace}
colcon build
source install/setup.bash

Launch

ros2 launch kml_parser kml_parser.launch.py

Result

google_earth

Visualization of route in OGC standard coordinate system. rviz2 output Rviz2 output of localized coordinate system with respect to start point as origin.

About

Transform Open Geospatial Consortium (OGC) standardized coordinates in KML file to local coordinates and publish as path_msg on ROS2.


Languages

Language:C++ 67.3%Language:CMake 21.1%Language:Python 11.6%