Code Monkey home page Code Monkey logo

Comments (6)

hershwg avatar hershwg commented on May 13, 2024

From the wiki (and confirmed by reading the source code):

"clearing_rotation_allowed (bool, default: true): Determines whether or not the robot will attempt an in-place rotation when attempting to clear out space. Note: This parameter is only used when the default recovery behaviors are in use, meaning the user has not set the recovery_behaviors parameter to anything custom."

If you have a "recovery_behaviors" section in your move_base parameters, that makes clearing_rotation_allowed be ignored. If you have such a section and it contains a recovery behavior called "rotate_recovery" then just take it out.

However, I will say that sadly there are tons of situations that can make a robot just rotate in place which are not related to rotate_recovery. Eliminating all of them is a subject too long for this bug discussion.

from navigation.

corot avatar corot commented on May 13, 2024

mmm.... but I'm using default recovery behaviors, and the log says "rotating to clear costmap" or something like this, so I think is a recovery behavior what makes the robot spins.

from navigation.

hershwg avatar hershwg commented on May 13, 2024

Well OK then! :) Sorry, I didn't realize how clear your situation was.

What version of move_base are you running?

from navigation.

hershwg avatar hershwg commented on May 13, 2024

Looks like it is a spelling error in the code. The code is waiting for "clearing_roatation_allowed". Sigh.

from navigation.

corot avatar corot commented on May 13, 2024

Cool! it will be very useful to me. Do u want me to do a pull request?

Btw, I use hydro-devel sources.

from navigation.

hershwg avatar hershwg commented on May 13, 2024

You can use it right away by misspelling the parameter in your rosparams the same way it is misspelled in the code. I'll get a fix in later today.

from navigation.

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.