fzi-forschungszentrum-informatik / ros2_ros_bt_py

This is a Behavior Tree library meant to be an alternative to SMACH, FlexBE and the like. It includes a ReactJS-based web GUI and all the building blocks you need to build moderately advanced mission control Behavior Trees without writing a single line of code!
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Fb new service creation #101

Closed mdeitersen closed 3 days ago

mdeitersen commented 2 weeks ago

This PR builds upon #100 and adapts Action nodes so that fields of the messages are shown directly on the node. Moreover, the tests for the Service Node were adapted to the changes.