Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: REF-RAS/task_trees
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-0.1.x
Choose a base ref
...
head repository: REF-RAS/task_trees
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 55 files changed
  • 1 contributor

Commits on Jul 7, 2024

  1. move the tools modules to task_trees.tools to avoid potential name cl…

    …ashes when task trees work with other packages. remove demos from the module list in the setup.py file. Update rviz_tools.py to make it the same release as rviz_marker_tool which include publishing of MarkerArray
    
    . Modified the BasicTask class and remove all pose specific parameters and functions to recover its intention as a generic task class.
    Andrew Lui committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b8474f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. task_scene.py has a revampled and simplified API based on a revised c…

    …onfig file format on how scenes are defined and the removal of the subscene concept
    andrewluiqut committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    96b7335 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. task_scene.py has a revampled and simplified API based on a revised c…

    …onfig file format on how scenes are defined and the removal of the subscene concept. modify the create_array_marker function in rviz_tool that the arrow can indicate changes in pitch
    Andrew Lui committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    35fd1f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Merge branch 'main' of github.com:REF-RAS/task_trees

    andrewluiqut committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    c544569 View commit details
    Browse the repository at this point in the history
  2. behaviours_base.py: method update on changing how the GeneralCommande…

    …rStates.ABORTED signal is handled, updated to enables the task trees to report pytree FAILURE but the task status can stay the same. This allows the task status is WORKING and so other parts of the behaviour tree may deal with the arm commander abort signal such as retry or trying another branch
    andrewluiqut committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    74c039b View commit details
    Browse the repository at this point in the history
Loading