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

How to load .kml to OpenPlanner?

asked 2019-11-03 05:59:35 -0500

wsung1 gravatar image

updated 2019-11-03 06:00:34 -0500

Hi,

Please advise me how to load .kml into OpenPlanner, which is an alternative vector map to .csv. It seems that the current versions of OpenPlanner do not allow users to select different map sources (e.g. .kml) through their UI. Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-03 23:30:02 -0500

Hatem gravatar image

Hello, You can specify the map format and the path in the .launch files for OpenPlanner nodes.

  • op_global_planner.launch
  • op_common_params.launch

Regards,

edit flag offensive delete link more

Comments

Thanks, Hatem!

As advised, these two launch files are edited, if using op_global_planner.launch as an example,

<arg name="mapSource" default="2"/> <arg name="mapFileName" default="/home/sws/.autoware/data/map/moriyama_complete_2018.kml"/>

By doing this, the previous vector map format .csv is replaceable with .kml.

wsung1 gravatar image wsung1  ( 2019-11-04 06:46:06 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-11-03 05:59:35 -0500

Seen: 471 times

Last updated: Nov 03 '19