autocore-ai / MapToolbox

Plugins to make Autoware vector maps in Unity
GNU Lesser General Public License v3.0
252 stars 98 forks source link

How to merge two lanes at the same node #45

Closed Anderson0609 closed 3 years ago

Anderson0609 commented 3 years ago

Excuse me, I have a doubt about the plugin : due to the vector map format in the csv file, how to merge two lanes at the same node in the following instance. 无标题

moelang commented 3 years ago

Only first and last node can used to merge lanes. In this instance you should drag first node of left two lanes to last node of right lane.

Anderson0609 commented 3 years ago

Do you mean the first node of left two lanes Node 1 and Node 2, the last node of right lane Node3, as the following picture? but how to merge the nodes? thank you so much. 无标题

moelang commented 3 years ago

Yes, just drag node1 and node2 to node3, they will auto connected in short distance. 1

Anderson0609 commented 3 years ago

Thank you so much for you demo operation. but at the last step , what operation did you do to the right lane? Just click the mouse or double click ? any other Additional operations is needed? thank you for your kind reply.

Anderson0609 commented 3 years ago

I got it , thank you very much,