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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro foxy showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.

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

The autoware_utils_launch package

Maintainers

  • Takagi, Isamu

Authors

No additional 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

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_launch at Robotics Stack Exchange