ros2 / domain_bridge

Bridge communication across different ROS 2 domains.
Apache License 2.0
57 stars 11 forks source link

Adds support for runtime configuration of actions and services via code generation #82

Open taDachs opened 2 months ago

taDachs commented 2 months ago

This RP implements support for the runtime configuration of services and actions. This is accomplished by using code generation to generate template code for each action and service in the currently sourced workspace at compile time, similar to how the ros1_bridge handles it.

Looking forward to your feedback