PlanSys2 / ros2_planning_system

This repo contains a PDDL-based planning system for ROS2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for logging the execution of BTs [feature request]

sarcasticnature opened this issue · comments

BT.CPP has a useful logging feature which allows you to save the behavior tree's execution and later play it back using Groot. It would be nice to have this as an option when running a bt_action_node, especially for autonomous robots which cannot be actively monitored during operation.

I am currently working on this feature and will make a pull request soon

It sounds great!! 😃