-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add per-launch-file arguments to YAML files #135
Labels
enhancement
New feature or request
Comments
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Jul 26, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 3, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 3, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 4, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 4, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 4, 2021
tobiasduerschmid
added a commit
that referenced
this issue
Aug 4, 2021
ChrisTimperley
pushed a commit
that referenced
this issue
Aug 4, 2021
* Add launch class (#135) * Read launch arguments in Config (#135) * Small fixes (#135) * Fix launch parser (#135) * Fix get_argv (#135) * Improve the format checking (#135) * Adjust data type of launches_inputs (#135) * Use snake case (#135) * Add class comment for Launch (#135) * Fix launch_args_provided (#135) * Use list comprehension * Add return type annotation to get_argv (#135) * Remove debug log (#135) * Remove __attrs_post_init__ (#135) * Reformat imports_ (#135) * Fix tox issues (#135) * Fix types (#135) * Revert accidential tox change (#135) * Fix typing (#135) * Update README.rst * Fix formatting issues #135 * Fix typig of Any * Add new line in imports (#135) * Rename launch_obj to launch_description (#135) * Move class comment to doc string (#135) * Fix file name lookup (#135)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For launch files that include other launch files using arguments, such as:
<include file="$(arg tf_launch)"/>
we need to specify these arguments for rosdiscoverer to pass it to roslaunch.To this end, we need to change the YAML of the launches tag to include a list of objects instead of just a list of strings
The text was updated successfully, but these errors were encountered: