Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
|
autoware_utils_launch package from autoware_utils repoautoware_utils autoware_utils_debug autoware_utils_diagnostics autoware_utils_geometry autoware_utils_launch autoware_utils_logging autoware_utils_math autoware_utils_pcl autoware_utils_rclcpp autoware_utils_system autoware_utils_tf autoware_utils_uuid autoware_utils_visualization |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
|
autoware_utils_launch package from autoware_utils repoautoware_utils autoware_utils_debug autoware_utils_diagnostics autoware_utils_geometry autoware_utils_launch autoware_utils_logging autoware_utils_math autoware_utils_pcl autoware_utils_rclcpp autoware_utils_system autoware_utils_tf autoware_utils_uuid autoware_utils_visualization |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_utils_launch at Robotics Stack Exchange
Package Summary
| Version | 0.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_utils.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-09-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Takagi, Isamu
Authors
autoware_utils_launch
This package provides following features for Autoware as an extension to launch and launch_ros.
- Actions
- GlobalParameters
- Substitutions
- CurrentRosNamespace
GlobalParameters
The autoware_global_parameters action loads the ROS parameter file and sets it to the global parameters. Specify a parameter file path or a path list for the path attribute.
Sample launch
<launch>
<autoware_global_parameters paths="foo.param.yaml"/>
<autoware_global_parameters paths="[bar.param.yaml, baz.param.yaml]"/>
</launch>
CurrentRosNamespace
The current-ros-namespace substitution returns the current ROS namespace set by the push-ros-namespace action. This is useful when you need to specify the full name of a topic or node name.
Sample launch
<launch>
<push-ros-namespace namespace="foo"/>
<log message="$(current-ros-namespace)/test"/>
<push-ros-namespace namespace="bar"/>
<log message="$(current-ros-namespace)/test"/>
</launch>
Sample output
[INFO] [launch.user]: /foo/test
[INFO] [launch.user]: /foo/bar/test