You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of virtual inheritance profile-specific layers could be added via plugin-based profile handlers.
The would allow mixed sensor/actor chains in one ROS node.
So each node entry in config could contain a list of profile specific chains:
nodes:
- name: node1id: 1eds_pkg: my_config_package # optionals package name for relative patheds_file: "my_config.eds"# path to EDS/DCF filechains: [canopen_motor_node::RosControl402Chain]
The text was updated successfully, but these errors were encountered:
Instead of virtual inheritance profile-specific layers could be added via plugin-based profile handlers.
The would allow mixed sensor/actor chains in one ROS node.
So each node entry in config could contain a list of profile specific chains:
The text was updated successfully, but these errors were encountered: