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
30 stars 8 forks source link

Custom Default Options #23

Open Oberacda opened 10 months ago

Oberacda commented 10 months ago

For Custom Nodes, most of the time, the option default values are the same in (nearly) all use-cases, so they should be modifiable during node definition.

Idea: Modify node generation decorator