Conversation
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
hidmic
reviewed
Jul 20, 2020
hidmic
left a comment
There was a problem hiding this comment.
First pass, sorry for the long delay @ivanpauno !
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
… is_instance_of Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
… is_instance_of, coerce_to_type, coerce_list Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Member
Author
|
@hidmic I'm still iterating on documentation and tests, but I've at least covered all the functions in |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Member
Author
There's still a module called in that way, though I've moved most of the methods. |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
… substitution and a list of substitutions Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
hidmic
approved these changes
Jul 28, 2020
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
hidmic
approved these changes
Jul 29, 2020
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Member
Author
Member
|
It seems that this change resulted in a regression across all platforms: see e.g. https://ci.ros2.org/view/nightly/job/nightly_linux_debug/1641/testReport/test_launch_ros.test.test_launch_ros.frontend/test_node_frontend/test_launch_remapping_xml/ @ivanpauno Please address asap. |
This was referenced Jul 30, 2020
jacobperron
pushed a commit
that referenced
this pull request
Sep 10, 2021
…sults that need to be coerced to a specific type (#438) Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
jacobperron
added a commit
that referenced
this pull request
Sep 10, 2021
Part of backporting #438 to Foxy. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
jacobperron
added a commit
that referenced
this pull request
Sep 10, 2021
Part of backporting #438 to Foxy. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
jacobperron
pushed a commit
that referenced
this pull request
Nov 11, 2021
…sults that need to be coerced to a specific type (#438) Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
jacobperron
added a commit
that referenced
this pull request
Nov 11, 2021
Part of backporting #438 to Foxy. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up of ros2/launch_ros#137.
This try to consolidate the
launch.frontend.type_utilsmodule, in a way it's usable from custom actions/descriptions that requires an user to specify the type.To consolidate the coercion rules allowed I've dropped support of
Union[...]and non uniform lists, we really don't need that.I have to consolidate documentation (partially outdated), type annotations and add more test cases.
This could also be used in the future in places like:
launch/launch/launch/actions/timer_action.py
Line 59 in 24ae132
so we always use the same rules to convert result of substitutions to specific types.