Launching composable nodes #121
Replies: 4 comments
-
|
A rclcpp component basically behaves like a plugin. It looks like it needs a kind of a special registration. At the moment this doesn't work with rules_ros2. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! Is there anything I can help with, to get support added for this? |
Beta Was this translation helpful? Give feedback.
-
|
Sure, it needs to be figured out how to register a component within the ament file-tree. |
Beta Was this translation helpful? Give feedback.
-
|
Cool. No guarantees, but I'll try to find some weekend to work on it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anybody had success with launching composable nodes?
I'm following this python example with a launch target of:
I run into the below error when
bazel running the above launch file:Any ideas how to get around this?
TIA!
Beta Was this translation helpful? Give feedback.
All reactions