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

Can OpenPlanner2.0 know Asian VectorMap LaneChgFG information?

asked 2020-09-13 06:24:42 -0500

ichthus_han gravatar image

Hi i'm using OpenPlanner 2.0 clone at hatem gitalb.

I want insert the information about dotted line for lane change possibility

so i revise lane.csv all LaneChgFG to 0 (openplanner enableLaneChange flag true)

vehicle still do lanechange.

there is a way for this problem?

for solve this problem, i think FindAdjacentLanesV2 function may be change to check LaneChgFG information

is it right?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-09-21 09:17:40 -0500

Hatem gravatar image

Hi @ichthus_han,

Sorry this flag is not supported.

It should be easy fix I will add it to my change list.

Currently the lane change happen as the following.

1- FindAdjacentLanesV2 is called when the map is loaded.

2- FindAdjacentLanesV2 search for any parallel lanes and for each waypoint it assign left and right waypoints.

3- Left and Right Ids information is used in the lane change planning.

But the problem with "LaneChgFG" it doesn't give information about the left and right lanes. that is why I don't use it.

you can create a feature request or issue on my GitLab fork so I can follow up.

Regards,

edit flag offensive delete link more

Comments

@Hatem AdjacentLanesV2 function find parallel lane just regard the area boundary(3.5 m default) right? if is right, i think find adjacent lane with lanchangeFG is possible So, left or right lane will find when find the parallel lane boundary is smaller than 3.5m and LaneChangeFG true. is it possible idea?

ichthus_han gravatar image ichthus_han  ( 2020-09-23 00:50:11 -0500 )edit

Sure , that is possible. It is similar to what I added to my change list. how soon do you need this feature ? also can you share a map so I can test it with.

Regards,

Hatem gravatar image Hatem  ( 2020-09-23 03:04:00 -0500 )edit

Thanks! It's not an urgent feature. and I just using moriyama map. my colleague currently thinking about how to create a vector map automatically. when this is done, I'll send the map

ichthus_han gravatar image ichthus_han  ( 2020-09-23 23:49:16 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-09-13 06:24:42 -0500

Seen: 156 times

Last updated: Sep 21 '20