Giter Site home page Giter Site logo

Comments (7)

LiJiangnanBit avatar LiJiangnanBit commented on May 31, 2024

Maybe the reference line smoothing went wrong... you can display ref line on rviz to check it out. this part is not very stable, replace it with your own algorithm :)

from path_optimizer_2.

kintzhao avatar kintzhao commented on May 31, 2024

Screenshot from 2023-01-31 19-42-41
Screenshot from 2023-01-31 19-43-07
Screenshot from 2023-01-31 19-43-42
Screenshot from 2023-01-31 19-44-22

I create the reference line by searched path with dijkstra, the opt_path is not better

from path_optimizer_2.

kintzhao avatar kintzhao commented on May 31, 2024

I fork and modify the code for my diff-robot. kintzhao/path_optimizer_2

from path_optimizer_2.

cshang412 avatar cshang412 commented on May 31, 2024

i met the same problem for ackerman vehicle
image

from path_optimizer_2.

cshang412 avatar cshang412 commented on May 31, 2024

seems like the issue was caused after reference path smoother, from the image i posted before , the second stage optimization after reference path ignored the upper bound and lower bound which was caculated before. could you help us to fix this the final optimization stage ? thanks very much ! @LiJiangnanBit

from path_optimizer_2.

LiJiangnanBit avatar LiJiangnanBit commented on May 31, 2024

seems like the issue was caused after reference path smoother, from the image i posted before , the second stage optimization after reference path ignored the upper bound and lower bound which was caculated before. could you help us to fix this the final optimization stage ? thanks very much ! @LiJiangnanBit

It seems impossible to stay within the drivable area with the init position and heading that you chose. In the optimization problem, the vehicle dynamics is a hard constraint so it's possible that the result violates the boundary constraint. :) @cshang412

from path_optimizer_2.

cshang412 avatar cshang412 commented on May 31, 2024

Thanks for your reply ! Yeah,you are totally right, but when i use this part in an dynamic Env, running at 10-20HZ, the reference point or the start_pose & dest-pose all changed very fast, this situation does happen a lot , It's very unsafe, that's why i choose an tricky corner case for start pose and dest-pose to test the algorithorm. i tried to enlarge the safe margin in the config file, not working very well also . still trying to figure out how to handle this situation. @LiJiangnanBit

from path_optimizer_2.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.