waypoint follower with pure pursuit algorithm & some additional codes or program usage for path-planner (relating whole codes)
using osm file and pyroutelib3 to make the way from start point to target point. Use lat-lon-tools from 'josm' program to visualize it. You can get the whole points by the csv file.
It is delaunay codes for autonomous car challenge. you can get each left cone's vector and right cone's vector. and there are whole center points vector and even you can visualize the points by rviz.
It is advance ver of delaunay codes for autonomous car challenge. It publish 3 messages. Left Obstacle posestamped vector message. Right Obstacle posestamped vector message. Center position's posestamped vector message. It can be used as a base setup for rrt-planner