BehaviorTree / BehaviorTree.ROS2

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

No access to bt_service_node clock or bt_action_node clock #78

Open EGAlberts opened 2 months ago

EGAlberts commented 2 months ago

With the newest changes to the parent classes bt_action_node and bt_service_node, access is lost to the encapsulated ROS2 node. Access to its clock is necessary for throttled logging. I have proposed a simple fix in PR #77 which adds a method for accessing the clock.