path_optimizer_2
path_optimizer_2 copied to clipboard
Optimization-based real-time path planning for vehicles.
### demonode.cpp around line 135 In ROS noetic , It seems that a "mark_frame_id" can't be named begin with '/' ### In reference_path_impl.cpp , In function ' buildReferenceFromStates ' around...
参考论文和资料
大佬,对您的工作表示敬意。 您方便给出代码中平滑部分和轨迹优化部分的变量、约束和代价的资料嘛,从代码反向推导有点费事。
https://github.com/GPrathap/path_optimizer_2.git
Thanks for your package. I have a question: How can this package support REVERSE running? that is the start state heading is > 90° with the reference points line angle?
The setConstraints Function seems extended by the paper 'Trajectory Planning Under Vehicle Dimension Constraints Using Sequential Linear Programming', can you explain the part about extensions, or list more related materials?...
The result path may hit the obs.  test map file [test map file narrow_test-nav.zip](https://github.com/LiJiangnanBit/path_optimizer_2/files/10401553/narrow_test-nav.zip)
I modify some code to make it for the differential robot, but it has some error by bounds. How to modify the code ? modify codes ` cv::Mat img_src =...
how to fixed the target pose, make the smooth path align with the target
Hello Li Jiangnan, Thank you for sharing your work! I noticed that the repository [path_optimizer](https://github.com/LiJiangnanBit/path_optimizer) specifies the MIT license, which is very helpful. However, the [path_optimizer_2](https://github.com/LiJiangnanBit/path_optimizer_2) repository does not currently...