py_trees_ros

ROS2 extensions and behaviours for py_trees.

README

Py Trees for ROS

Behaviours, trees and utilities that extend py_trees for use with ROS.

Trees

Getting Started (ROS2)

Choose your ros distro and install via debs, e.g. for humble

$ sudo apt install \
    ros-humble-py-trees \
    ros-humble-py-trees-ros-interfaces \
    ros-humble-py-trees-ros \
    ros-humble-py-trees-ros-tutorials \
    ros-humble-py-trees-ros-viewer

Dive into the PyTree Docs for a basic primer (non-ROS) on behaviour trees, then move on to the the PyTree ROS Tutorials which incrementally build a scenario for a robot. The PyTree ROS documentation provides api docs for ROS specific trees, idioms and behaviours respectively.

For version specific releases of the documentation, refer to the documentation links in the matrix below.

Getting Started (ROS1)

Refer to the documentation links in the matrix below (note: you’ll find the tutorials in the py_trees_ros documentation).