Skip to content

A ROS 2 package for parsing .kml files and convert it to the local cartesian coordinates.

Notifications You must be signed in to change notification settings

hakanaktass/kml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kml_parser

A ROS 2 package for parsing .kml files and convert it to the local cartesian coordinates.

Requirements

Firstly create workspace:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src

Clone this repository into the workspace

git clone https://github.com/hakanaktass/kml_parser.git

Source and Build Workspace

source /opt/ros/humble/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

Parameters

Please update necessary paths on kml_parser.param.yaml.

Parameter Name Description value
kml_file_path KML File path absolute path of kml file (string)

Launch

source install/setup.bash
ros2 launch kml_parser kml_parser.launch.xml

Results

About

A ROS 2 package for parsing .kml files and convert it to the local cartesian coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published