We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required Info:
# source your ros2 workspace ros2 run composition linktime_composition
See output similar to linux:
[INFO] [1619635824.514092711] [linktime_composition]: Load library [INFO] [1619635824.514176377] [linktime_composition]: Instantiate class rclcpp_components::NodeFactoryTemplate<composition::Client> [INFO] [1619635824.524012232] [linktime_composition]: Instantiate class rclcpp_components::NodeFactoryTemplate<composition::Listener> [INFO] [1619635824.528914045] [linktime_composition]: Instantiate class rclcpp_components::NodeFactoryTemplate<composition::Server> [INFO] [1619635824.533364960] [linktime_composition]: Instantiate class rclcpp_components::NodeFactoryTemplate<composition::Talker> [INFO] [1619635825.538035457] [talker]: Publishing: 'Hello World: 1' [INFO] [1619635825.539072214] [listener]: I heard: [Hello World: 1] [INFO] [1619635826.526498042] [Server]: Incoming request: [a: 2, b: 3] [INFO] [1619635826.527478895] [Client]: Got result: [5] [INFO] [1619635826.537941787] [talker]: Publishing: 'Hello World: 2' [INFO] [1619635826.538641392] [listener]: I heard: [Hello World: 2] [INFO] [1619635827.538077435] [talker]: Publishing: 'Hello World: 3' [INFO] [1619635827.538899874] [listener]: I heard: [Hello World: 3] [INFO] [1619635828.525274899] [Server]: Incoming request: [a: 2, b: ....
No output.
Linktime composition doesn't work on Windows, as commented in the test
demos/composition/test/test_linktime_composition.py.in
Lines 47 to 48 in d512b5c
The text was updated successfully, but these errors were encountered:
composition
No branches or pull requests
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
See output similar to linux:
Actual behavior
No output.
Additional information
Linktime composition doesn't work on Windows, as commented in the test
demos/composition/test/test_linktime_composition.py.in
Lines 47 to 48 in d512b5c
We should either not generate that executable on Windows, or make it print an obvious error message to the user.
The text was updated successfully, but these errors were encountered: