Code Monkey home page Code Monkey logo

Comments (1)

SteveMacenski avatar SteveMacenski commented on July 24, 2024

This is all the expected workflow. work is called after the goal is acked and is supposed to block for the callback to do its work. You can see this action wrapped used in all Nav2 task servers successfully!

accept_pending_goal within the task server is to handle preemption requested goals, not initial goals. It is possible however if you haven't properly implemented your action server, then you're not querying if there are pending preemption goals waiting to accept. Then you might see this error, but that is w.r.t. your implementation of the action server's callbacks and workflows. This works for all Nav2 task servers and might be a good source of learning for you in implementing your own. If you're having issues with the initial goals, then its probably a typo on your action server or other issues that isn't hooking up your client to your server so the client cannot communicate with it.

If you have any additional followups, please ask on Robotics Stack Exchange, this is not the right place for Q&A but I appreciate that you thought that there might a bug when you filed this.

from navigation2.

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.