Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Contingent-FF planner node #256

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    6bbd591 View commit details
    Browse the repository at this point in the history
  2. Add several ROS log traces.

    dgerod committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    6f82ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Update CFFPlannerInterface to export the Contiget-FF plan following P…

    …OPF format, so it could be read by PDDLSimplePlanParser.
    dgerod committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    cb1fe82 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Remove wrong commited file.

    dgerod committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    65770f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Create functions to extract line and create action functionalities of…

    … convertPlanToPopfFormat().
    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    5057807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f522df View commit details
    Browse the repository at this point in the history
  3. Clean some code.

    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    5724818 View commit details
    Browse the repository at this point in the history
  4. Add tests for Contingent-FF planner, and rename existing ones for Pla…

    …nnerInterface to PopfPlannerInterface.
    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    07e6483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff5ef8 View commit details
    Browse the repository at this point in the history
  6. Fix that generated plan was not written in POPF format due to a wrong…

    … previously modification. And add a missed extra space in the POPF action.
    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    9fbb129 View commit details
    Browse the repository at this point in the history
  7. Change some logs from INFO to DEBUG, and replace spaces by tabs in so…

    …me files as tabs are used.
    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    efa9014 View commit details
    Browse the repository at this point in the history
  8. Change some logs from INFO to DEBUG, and replace spaces by tabs in so…

    …me files as tabs are used.
    dgerod committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    f505f1d View commit details
    Browse the repository at this point in the history