Skip to content

Change action_tutorials_py for action_tutorials_cpp#315

Merged
ivanpauno merged 2 commits intomasterfrom
ivanpauno/fix-#313-2
Aug 13, 2019
Merged

Change action_tutorials_py for action_tutorials_cpp#315
ivanpauno merged 2 commits intomasterfrom
ivanpauno/fix-#313-2

Conversation

@ivanpauno
Copy link
Copy Markdown
Member

Fixes #313.

For a reason I don't understand, after we split action_tutorials in action_tutorials_py and action_tutorials_interfaces, launch_testing can't kill fibonacci_action_server and the test fails (before we were installing a script and running it with python .... Now we are installing it using console scripts entry points, that already installs an executable).
I switched to action_tutorials_cpp executable and it works well now.

I will dig in the real problem later, this is just for having green CI.

Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
@ivanpauno ivanpauno added the in review Waiting for review (Kanban column) label Aug 12, 2019
@ivanpauno ivanpauno self-assigned this Aug 12, 2019
@ivanpauno
Copy link
Copy Markdown
Member Author

  • Windows Build Status

Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
@ivanpauno
Copy link
Copy Markdown
Member Author

  • Windows Build Status

Copy link
Copy Markdown

@hidmic hidmic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but yes, we really need to dig into the issue with Python action servers.

@ivanpauno ivanpauno merged commit 55f4830 into master Aug 13, 2019
@clalancette clalancette deleted the ivanpauno/fix-#313-2 branch May 26, 2020 12:43
esteve pushed a commit to esteve/ros2cli that referenced this pull request Dec 16, 2022
* Load composable nodes in sequence

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Undo whitespace change

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in review Waiting for review (Kanban column)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[test_ros2cli] Action CLI test failures on Windows

2 participants