BehaviorTree / BehaviorTree.ROS2

BehaviorTree.CPP utilities to work with ROS2
Apache License 2.0
144 stars 59 forks source link

No StatusChangeLogger for ROS2 #83

Open b-adkins opened 2 months ago

b-adkins commented 2 months ago

The BT::StatusChangeLogger is a handy class that automatically logs changes in the active behavior node's state as the tree is run. BehaviorTree.CPP comes with loggers for stdout, a file, a database, etc.

I could not find an equivalent such logger for ROS2. Is there any reason the ROS2 repo shouldn't have one?

I wrote one.