GithubHelp home page GithubHelp logo

Comments (4)

rokusottervanger avatar rokusottervanger commented on June 27, 2024

Pro tip: you can add GIFs in your comments to show what's happening.

I think what is happening here is that your local planner sees two poses in the path, and does not "know" which one to pick first. You might want to interpolate the global plan first, before you follow it with a local planner, or configure your local planner such that it prioritizes points further along the path (if possible).

from full_coverage_path_planner.

1234564lll avatar 1234564lll commented on June 27, 2024

Pro tip: you can add GIFs in your comments to show what's happening.

I think what is happening here is that your local planner sees two poses in the path, and does not "know" which one to pick first. You might want to interpolate the global plan first, before you follow it with a local planner, or configure your local planner such that it prioritizes points further along the path (if possible).

So should I give up the TEB planner and choose another planner

from full_coverage_path_planner.

rokusottervanger avatar rokusottervanger commented on June 27, 2024

I think the TEB planner is overkill in this context, as it is designed to a lot of the global planning for you too. I would use something like a DWA planner, or something even simpler to follow a path like this.

If you do want to use the TEB planner, I think it allows you to sample the global plan with "via points": global_plan_viapoint_sep, and add a weight to the optimization such that its plan is pulled towards the via points. That should help with getting the TEB planner to work.

Disclaimer: I have never tried this combination myself. I'd love to hear if and how this works for you.

from full_coverage_path_planner.

1234564lll avatar 1234564lll commented on June 27, 2024

I think the TEB planner is overkill in this context, as it is designed to a lot of the global planning for you too. I would use something like a DWA planner, or something even simpler to follow a path like this.

If you do want to use the TEB planner, I think it allows you to sample the global plan with "via points": global_plan_viapoint_sep, and add a weight to the optimization such that its plan is pulled towards the via points. That should help with getting the TEB planner to work.

Disclaimer: I have never tried this combination myself. I'd love to hear if and how this works for you.

I tried to increase or decrease the proportion coefficient, via points, etc., but it still doesn't work, and I have a question. I will give it a target point, will this code eventually stop near the target point

from full_coverage_path_planner.

Related Issues (20)

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.