Skip to content

Internal node behaviour

Alexander Bubeck edited this page Jun 11, 2014 · 1 revision

Internal state machine of ROS components created with BRIDE

Internal state machine of ROS node

The node_impl.configure() and node_impl.update() functions can be implemented by the user. The rest is autogenerated based on the capability model.

By specifying a node frequency the "input sync, update and publish" routine will be triggered cyclic. Activating the "Event Port" feature of a subscriber will also trigger the routine whenever data is received on the subscriber. Both triggering mechanisms can be used in parallel.