py_trees_ros icon indicating copy to clipboard operation
py_trees_ros copied to clipboard

ROS extensions and implementations for py_trees

Results 28 py_trees_ros issues
Sort by recently updated
recently updated
newest added

Hey! Do you have any intentions on doing a release for ROS2 Galactic. Thanks in advance!

Hi there! I am struggling to get blackboard variable from one of my nodes, approaches I've tried: 1) Creating blackboard client in node __init__ ``` self.blackboard = py_trees.blackboard.Client(name="stop_client") self.blackboard.register_key(key="/stop", access=py_trees.common.Access.WRITE)...

flag:question
component:blackboard

Hi there! I'm trying to launch the tutorial one for py_trees_ros (in ROS Melodic) but I'm getting an error saying: " [tree-10] process has died [pid 16242, exit code 1,...

flag:question
component:infra

If releasing, stop quietly consuming disk space without asking for permission. See also #159.

type:bug
component:trees

This was available in ROS1 (albeit without too much flexibility for different use cases), but removed in ROS2 since rosbags were not yet available. Trees could alternatively be bagged by...

type:enhancement
component:trees

The periodic rate at which a behaviour tree sends data out on a stream is configurable when making a connection, but not by the command line `py-trees-tree-watcher` utility. It merely...

type:enhancement
component:programs

In your __init__.py you include **tutorials** which requires Qt. That is not good when I want this to run on a robot because Qt pulls in a other dependencies that...

type:bug
component:infra

type:enhancement
component:behaviours

**Problems to Solve** * The `ToBlackboard` classes (`transforms`, `subscribers`, `battery`) are all of the blocking variety (return `RUNNING || SUCCESS` and can't be usefully employed in different situations without an...

type:enhancement
component:behaviours

A common pattern is to shoot off a service request. Probably need to handle: * Type * Service Name * Request (either pass in the constructor or point to a...

type:enhancement
component:behaviours