Browse by type
Path planning for autonomous vehicles.
The problem formulation is basically the same as path_optimizer and path_optimizer_2, but solved through constrained ilqr.
Yellow line: initial path;
Blue dots: free space boundaries;
(...)
A png image is loaded as the grid map. You can click to specify the global reference path and the start/goal state of the vehicle.
roslaunch frenet_ilqr_test demo.launch
gridmap.png with other black and white images. Note that the resolution in demo.cpp is set to 0.2m, whick means that the length of one pixel is 0.2m on the map.
$ claude mcp add path_optimizer_ilqr \
-- python -m otcore.mcp_server <graph>