path_optimizer_2 icon indicating copy to clipboard operation
path_optimizer_2 copied to clipboard

Optimization-based real-time path planning for vehicles.

Results 9 path_optimizer_2 issues
Sort by recently updated
recently updated
newest added

### 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. ![Screenshot from 2023-01-12 20-25-34](https://user-images.githubusercontent.com/11779271/212067317-eb4beb43-4f1f-498b-a30a-29f6e8f6114a.png) 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...