Package Summary

Tags No category tags.
Version 0.19.9
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-03-25
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Jacob Perron
  • Michel Hidalgo

Authors

  • William Woodall
  • Michael Jeronimo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.19.9 (2025-03-25)

  • Change docstring markdown code blocks to RST (#450) (#452)
  • mock launch components causing rosdoc2 to fail Python API (#425) (#440)
  • Contributors: mergify[bot]

0.19.8 (2024-11-25)

  • Fix url in setup.py (backport #413) (#415)
  • [backport] cache lookup of importlib metadata in Node action (#365) (#406)
  • Contributors: mergify[bot], xueying

0.19.7 (2024-01-24)

0.19.6 (2023-09-19)

  • Implement None check for ComposableNodeContainer (#341) (#371)
  • Contributors: mergify[bot]

0.19.5 (2023-07-17)

  • Run condition for composable nodes (#311) (#363)
  • Fix normalize_parameters_dict for multiple nodes in the same namespace (backport #347) (#350) Co-authored-by: Alexey Merzlyakov <<60094858+AlexeyMerzlyakov@users.noreply.github.com>>
  • Contributors: mergify[bot]

0.19.4 (2023-01-10)

  • fix: return text value to avoid exception (#338) (#340)
  • Contributors: Daisuke Nishimatsu

0.19.3 (2022-05-17)

0.19.2 (2022-04-08)

  • Fix importlib_metadata warning on Python 3.10. (#307)
  • Contributors: Chris Lalancette

0.19.1 (2022-04-05)

0.19.0 (2022-03-24)

  • Use correct namespace when evaluating parameter files for composable nodes (#303)
  • Handle empty strings when evaluating parameters (#300)
  • Contributors: Jacob Perron

0.18.0 (2022-03-01)

  • Add parameter substitution (#297)
  • Contributors: Kenji Miyake

0.17.0 (2021-12-14)

0.16.0 (2021-11-29)

  • fix bug in warning when an entry point fails to load (#243)
  • More Helpful Error Messages (#275)
  • Update maintainers in setup.py (#287)
  • Set parameters from file for composable nodes (#281)
  • Update package maintainers (#284)
  • Update node name matcher (#282)
  • Support both parameter file configurations for composable nodes (#259)
  • Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall

0.15.0 (2021-10-07)

  • Handle substitutions in RosTimer (#264)
  • Add SetParametersFromFile action (#260)
  • Properly support ros_args attribute through launch frontends (#253)
  • Add 'push_ros_namespace' alias to 'push-ros-namespace' (#250)
  • Add ros_arguments option to Node action (#249)
  • Refactor RosTimer to extend TimerAction (#248)
  • ROS Timer Action (#244)
  • Support container in frontend (#235)
  • Fix a small typo in a comment (#237)
  • Better document parameter handling in Node (#234)
  • Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (launch #201)
  • Added LaunchLogger class (launch #145)
  • Changed logger.warn (deprecated) to logger.warning. (launch #199)
  • Added Plumb rclpy.init context to get_default_launch_description. (launch #193)
  • Added normalize_parameters and evaluate_paramters. (launch #192)
  • Added normalize_remap_rule and types. (launch #173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (launch #153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (launch #138)
  • Made various fixes and added tests for remappings passed to Node actions (launch #137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
flexbe_app
fmi_adapter
fmi_adapter_examples
gazebo_ros
examples_tf2_py
test_tf2
turtle_tf2_cpp
turtle_tf2_py
human_description
stereo_image_proc
swri_transform_util
moveit_configs_utils
pcl_ros
pointcloud_to_laserscan
realsense2_camera
realsense2_description
robot_calibration
robot_localization
robot_state_publisher
rosbridge_server
rviz_visual_tools
talos_description
joy_teleop
teleop_twist_joy
ur_bringup
ur_moveit_config
ur_robot_driver
warehouse_ros_mongo
pmb2_description
beluga_example
composition
demo_nodes_cpp
dummy_robot_bringup
image_tools
quality_of_service_demo_cpp
topic_monitor
open_manipulator_x_description
pantilt_bot_description
launch_testing_examples
flexbe_core
flexbe_onboard
flexbe_testing
flexbe_widget
gazebo_ros2_control_demos
gz_ros2_control_demos
gz_ros2_control_tests
ign_ros2_control_demos
launch_testing_ros
ros2launch
test_launch_ros
nav2_amcl
nav2_bringup
nav2_common
nav2_map_server
nav2_system_tests
neo_simulation2
controller_manager
joint_limits
joint_limits_interface
ros2_controllers_test_nodes
kortex_bringup
plansys2_bringup
robotiq_description
robotiq_hardware_tests
test_tracetools_launch
tracetools_launch
tracetools_test
ros2doctor
ros2lifecycle
ros2node
ros2param
ros2service
ros2topic
ros2launch_security
ros_gz_bridge
test_ros_gz_bridge
ros2test
sick_safevisionary_tests
simple_launch
system_modes
ur_description
ur_simulation_gz
urdf_launch
ros_core
launch_pal
py_trees_ros_tutorials
ros2_ouster
bcr_bot
soar_ros
create3_lidar_slam
create3_teleop
andino_navigation
hri_face_detect
kuka_agilus_support
kuka_cybertech_support
kuka_fortec_support
kuka_iontec_support
kuka_lbr_iisy_support
kuka_lbr_iiwa_support
kuka_quantec_support
omni_base_description
play_motion2
talos_gazebo
tiago_description
tiago_gazebo

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.26.7
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version jazzy
Last Updated 2025-04-02
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong

Authors

  • Jacob Perron
  • Michael Jeronimo
  • Michel Hidalgo
  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.26.7 (2025-04-02)

  • Fixing lifecycle node autostart issue #445 (#449) (#453) (cherry picked from commit 98952b58d570cde78d8cfec8c8d697f331b8c982) Co-authored-by: Steve Macenski <<stevenmacenski@gmail.com>>
  • Autostarting lifecycle nodes and example launch file demo (#430) (#438) (cherry picked from commit 3569f0d76c68884ca8796c0134bad29e8732d868) Co-authored-by: Steve Macenski <<stevenmacenski@gmail.com>>
  • Change docstring markdown code blocks to RST (#450) (#451) (cherry picked from commit 9abb3be6c9b482bb9945d9204a0427c7b3c0f450) Co-authored-by: Christophe Bedard <<bedard.christophe@gmail.com>>
  • mock launch components causing rosdoc2 to fail Python API (#425) (#439) (cherry picked from commit 2e737c8cb0ad7afc436938c30b5e14b4282ff2f7) Co-authored-by: R Kent James <<kent@caspia.com>>
  • Contributors: mergify[bot]

0.26.6 (2024-12-18)

  • Fix url in setup.py (#413) (#414) (cherry picked from commit edb63764c39993645fd6bc7e0fc31ed7316f0b45) Co-authored-by: Wei HU <<37072526+huweiATgithub@users.noreply.github.com>>
  • Contributors: mergify[bot]

0.26.5 (2024-03-28)

  • Fix: typing. Iterable doesn't have __getitem_ (#393)
  • Cleanup some type annotations. (#392)
  • Contributors: Chris Lalancette, Matthijs van der Burgh

0.26.4 (2024-01-24)

0.26.3 (2023-12-26)

0.26.2 (2023-09-07)

  • Create py.typed to mark this library as typed (#379)
  • Contributors: Jonas Otto

0.26.1 (2023-08-21)

  • Remove create_future implementation. (#372)
  • Contributors: Chris Lalancette

0.26.0 (2023-07-11)

  • cache lookup of importlib metadata in Node action (#365)
  • Get rid of unnecessary checks in composable_node_container. (#364)
  • Contributors: Chris Lalancette, William Woodall

0.25.0 (2023-04-27)

0.24.0 (2023-04-11)

  • Use SomeEntitiesType for type checking. (#358)
  • Contributors: Chris Lalancette

0.23.0 (2023-02-14)

  • Fix normalize_parameters_dict for multiple nodes in the same namespace (#347)
  • Implement None check for ComposableNodeContainer (#341)
  • Add LifecyleTransition action (#317)
  • Improve evaluate_paramenter_dict exceptions error message (#320)
  • Ensure load_composable_nodes respects condition (#339)
  • fix: return text value to avoid exception (#338)
  • [rolling] Update maintainers - 2022-11-07 (#331)
  • Contributors: Alexey Merzlyakov, Audrow Nash, Christoph Hellmann Santos, Daisuke Nishimatsu, Felipe Gomes de Melo, methylDragon

0.22.0 (2022-11-02)

  • RosTimer -> ROSTimer and PushRosNamespace -> PushROSNamespace, to follow PEP8 (#326)
  • add SetROSLogDir action (#325)
  • Contributors: William Woodall

0.21.0 (2022-09-13)

  • Support default values in parameter substitution (#313)
  • Contributors: Kenji Miyake

0.20.0 (2022-04-29)

  • Run condition for composable nodes (#311)
  • Contributors: Aditya Pande

0.19.2 (2022-04-08)

  • Fix importlib_metadata warning on Python 3.10. (#307)
  • Contributors: Chris Lalancette

0.19.1 (2022-04-05)

0.19.0 (2022-03-24)

  • Use correct namespace when evaluating parameter files for composable nodes (#303)
  • Handle empty strings when evaluating parameters (#300)
  • Contributors: Jacob Perron

0.18.0 (2022-03-01)

  • Add parameter substitution (#297)
  • Contributors: Kenji Miyake

0.17.0 (2021-12-14)

0.16.0 (2021-11-29)

  • fix bug in warning when an entry point fails to load (#243)
  • More Helpful Error Messages (#275)
  • Update maintainers in setup.py (#287)
  • Set parameters from file for composable nodes (#281)
  • Update package maintainers (#284)
  • Update node name matcher (#282)
  • Support both parameter file configurations for composable nodes (#259)
  • Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall

0.15.0 (2021-10-07)

  • Handle substitutions in RosTimer (#264)
  • Add SetParametersFromFile action (#260)
  • Properly support ros_args attribute through launch frontends (#253)
  • Add 'push_ros_namespace' alias to 'push-ros-namespace' (#250)
  • Add ros_arguments option to Node action (#249)
  • Refactor RosTimer to extend TimerAction (#248)
  • ROS Timer Action (#244)
  • Support container in frontend (#235)
  • Fix a small typo in a comment (#237)
  • Better document parameter handling in Node (#234)
  • Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (launch #201)
  • Added LaunchLogger class (launch #145)
  • Changed logger.warn (deprecated) to logger.warning. (launch #199)
  • Added Plumb rclpy.init context to get_default_launch_description. (launch #193)
  • Added normalize_parameters and evaluate_paramters. (launch #192)
  • Added normalize_remap_rule and types. (launch #173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (launch #153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (launch #138)
  • Made various fixes and added tests for remappings passed to Node actions (launch #137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.28.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version rolling
Last Updated 2025-03-31
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong

Authors

  • Jacob Perron
  • Michael Jeronimo
  • Michel Hidalgo
  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.28.0 (2024-11-20)

  • Add ament_xmllint to the ament_python packages. (#423)
  • Contributors: Chris Lalancette

0.27.3 (2024-10-03)

  • Fix url in setup.py (#413)
  • Contributors: Wei HU

0.27.2 (2024-07-29)

0.27.1 (2024-06-17)

0.27.0 (2024-04-26)

0.26.5 (2024-03-28)

  • Fix: typing. Iterable doesn't have __getitem_ (#393)
  • Cleanup some type annotations. (#392)
  • Contributors: Chris Lalancette, Matthijs van der Burgh

0.26.4 (2024-01-24)

0.26.3 (2023-12-26)

0.26.2 (2023-09-07)

  • Create py.typed to mark this library as typed (#379)
  • Contributors: Jonas Otto

0.26.1 (2023-08-21)

  • Remove create_future implementation. (#372)
  • Contributors: Chris Lalancette

0.26.0 (2023-07-11)

  • cache lookup of importlib metadata in Node action (#365)
  • Get rid of unnecessary checks in composable_node_container. (#364)
  • Contributors: Chris Lalancette, William Woodall

0.25.0 (2023-04-27)

0.24.0 (2023-04-11)

  • Use SomeEntitiesType for type checking. (#358)
  • Contributors: Chris Lalancette

0.23.0 (2023-02-14)

  • Fix normalize_parameters_dict for multiple nodes in the same namespace (#347)
  • Implement None check for ComposableNodeContainer (#341)
  • Add LifecyleTransition action (#317)
  • Improve evaluate_paramenter_dict exceptions error message (#320)
  • Ensure load_composable_nodes respects condition (#339)
  • fix: return text value to avoid exception (#338)
  • [rolling] Update maintainers - 2022-11-07 (#331)
  • Contributors: Alexey Merzlyakov, Audrow Nash, Christoph Hellmann Santos, Daisuke Nishimatsu, Felipe Gomes de Melo, methylDragon

0.22.0 (2022-11-02)

  • RosTimer -> ROSTimer and PushRosNamespace -> PushROSNamespace, to follow PEP8 (#326)
  • add SetROSLogDir action (#325)
  • Contributors: William Woodall

0.21.0 (2022-09-13)

  • Support default values in parameter substitution (#313)
  • Contributors: Kenji Miyake

0.20.0 (2022-04-29)

  • Run condition for composable nodes (#311)
  • Contributors: Aditya Pande

0.19.2 (2022-04-08)

  • Fix importlib_metadata warning on Python 3.10. (#307)
  • Contributors: Chris Lalancette

0.19.1 (2022-04-05)

0.19.0 (2022-03-24)

  • Use correct namespace when evaluating parameter files for composable nodes (#303)
  • Handle empty strings when evaluating parameters (#300)
  • Contributors: Jacob Perron

0.18.0 (2022-03-01)

  • Add parameter substitution (#297)
  • Contributors: Kenji Miyake

0.17.0 (2021-12-14)

0.16.0 (2021-11-29)

  • fix bug in warning when an entry point fails to load (#243)
  • More Helpful Error Messages (#275)
  • Update maintainers in setup.py (#287)
  • Set parameters from file for composable nodes (#281)
  • Update package maintainers (#284)
  • Update node name matcher (#282)
  • Support both parameter file configurations for composable nodes (#259)
  • Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall

0.15.0 (2021-10-07)

  • Handle substitutions in RosTimer (#264)
  • Add SetParametersFromFile action (#260)
  • Properly support ros_args attribute through launch frontends (#253)
  • Add 'push_ros_namespace' alias to 'push-ros-namespace' (#250)
  • Add ros_arguments option to Node action (#249)
  • Refactor RosTimer to extend TimerAction (#248)
  • ROS Timer Action (#244)
  • Support container in frontend (#235)
  • Fix a small typo in a comment (#237)
  • Better document parameter handling in Node (#234)
  • Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (launch #201)
  • Added LaunchLogger class (launch #145)
  • Changed logger.warn (deprecated) to logger.warning. (launch #199)
  • Added Plumb rclpy.init context to get_default_launch_description. (launch #193)
  • Added normalize_parameters and evaluate_paramters. (launch #192)
  • Added normalize_remap_rule and types. (launch #173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (launch #153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (launch #138)
  • Made various fixes and added tests for remappings passed to Node actions (launch #137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

launch_ros package from autodrrt repo

autonomous_emergency_braking control_performance_analysis control_validator external_cmd_selector joy_controller lane_departure_checker mpc_lateral_controller obstacle_collision_checker operation_mode_transition_manager pid_longitudinal_controller predicted_path_checker pure_pursuit shift_decider trajectory_follower_base trajectory_follower_node vehicle_cmd_gate diagnostic_converter kinematic_evaluator localization_evaluator planning_evaluator ekf_localizer geo_pose_projector gyro_odometer ar_tag_based_localizer landmark_manager localization_error_monitor localization_util ndt_scan_matcher pose2twist pose_initializer pose_instability_detector stop_filter tree_structured_parzen_estimator twist2accel yabloc_common yabloc_image_processing yabloc_monitor yabloc_particle_filter yabloc_pose_initializer map_height_fitter map_loader map_projection_loader map_tf_generator lanelet2_map_preprocessor ros2_bevdet ros2_bevformer bevfusion bytetrack cluster_merger compare_map_segmentation crosswalk_traffic_light_estimator detected_object_feature_remover detected_object_validation detection_by_tracker elevation_map_loader euclidean_cluster front_vehicle_velocity_estimator ground_segmentation heatmap_visualizer image_projection_based_fusion lidar_apollo_instance_segmentation lidar_apollo_segmentation_tvm lidar_apollo_segmentation_tvm_nodes lidar_centerpoint lidar_centerpoint_tvm map_based_prediction multi_object_tracker object_merger object_range_splitter object_velocity_splitter occupancy_grid_map_outlier_filter probabilistic_occupancy_grid_map radar_crossing_objects_noise_filter radar_fusion_to_detected_object radar_object_clustering radar_object_tracker radar_tracks_msgs_converter shape_estimation simple_object_merger tensorrt_classifier tensorrt_yolo tensorrt_yolox tracking_object_merger traffic_light_arbiter traffic_light_classifier traffic_light_fine_detector traffic_light_map_based_detector traffic_light_multi_camera_fusion traffic_light_occlusion_predictor traffic_light_ssd_fine_detector traffic_light_visualization behavior_path_avoidance_by_lane_change_module behavior_path_avoidance_module behavior_path_external_request_lane_change_module behavior_path_goal_planner_module behavior_path_lane_change_module behavior_path_planner behavior_path_planner_common behavior_path_side_shift_module behavior_path_start_planner_module behavior_velocity_blind_spot_module behavior_velocity_crosswalk_module behavior_velocity_detection_area_module behavior_velocity_intersection_module behavior_velocity_no_drivable_lane_module behavior_velocity_no_stopping_area_module behavior_velocity_occlusion_spot_module behavior_velocity_out_of_lane_module behavior_velocity_planner behavior_velocity_planner_common behavior_velocity_run_out_module behavior_velocity_speed_bump_module behavior_velocity_stop_line_module behavior_velocity_template_module behavior_velocity_traffic_light_module behavior_velocity_virtual_traffic_light_module behavior_velocity_walkway_module costmap_generator external_velocity_limit_selector freespace_planner freespace_planning_algorithms mission_planner motion_velocity_smoother objects_of_interest_marker_interface obstacle_avoidance_planner obstacle_cruise_planner obstacle_stop_planner obstacle_velocity_limiter path_smoother planning_debug_tools planning_test_utils planning_topic_converter planning_validator route_handler rtc_interface rtc_replayer bezier_sampler frenet_planner path_sampler sampler_common scenario_selector static_centerline_optimizer surround_obstacle_checker gnss_poser image_diagnostics image_transport_decompressor imu_corrector livox_tag_filter pointcloud_preprocessor radar_scan_to_pointcloud2 radar_static_pointcloud_filter radar_threshold_filter radar_tracks_noise_filter tier4_pcl_extensions vehicle_velocity_converter autoware_auto_msgs_adapter bluetooth_monitor component_state_monitor default_ad_api ad_api_adaptors ad_api_visualizers automatic_pose_initializer diagnostic_graph_aggregator dummy_diag_publisher dummy_infrastructure duplicated_node_checker emergency_handler mrm_comfortable_stop_operator mrm_emergency_stop_operator system_error_monitor system_monitor topic_state_monitor velodyne_monitor accel_brake_map_calibrator external_cmd_converter raw_vehicle_cmd_converter steer_offset_estimator vehicle_info_util launch launch_ros autoware_ad_api_specs autoware_adapi_v1_msgs autoware_adapi_version_msgs autoware_auto_common autoware_auto_geometry autoware_auto_control_msgs autoware_auto_geometry_msgs autoware_auto_mapping_msgs autoware_auto_msgs autoware_auto_perception_msgs autoware_auto_planning_msgs autoware_auto_system_msgs autoware_auto_vehicle_msgs autoware_auto_perception_rviz_plugin autoware_auto_tf2 autoware_cmake autoware_lint_common autoware_utils lanelet2_extension autoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_vehicle_msgs autoware_point_types autoware_testing bag_time_manager_rviz_plugin component_interface_specs component_interface_tools component_interface_utils cuda_utils fake_test_node geography_utils global_parameter_loader glog_component goal_distance_calculator grid_map_utils interpolation kalman_filter motion_utils object_recognition_utils osqp_interface path_distance_calculator perception_utils polar_grid qp_interface rtc_manager_rviz_plugin signal_processing tensorrt_common tier4_adapi_rviz_plugin tier4_api_utils tier4_automatic_goal_rviz_plugin tier4_autoware_utils tier4_calibration_rviz_plugin tier4_camera_view_rviz_plugin tier4_control_rviz_plugin tier4_datetime_rviz_plugin tier4_debug_rviz_plugin tier4_debug_tools tier4_localization_rviz_plugin tier4_perception_rviz_plugin tier4_planning_rviz_plugin tier4_screen_capture_rviz_plugin tier4_simulated_clock_rviz_plugin tier4_state_rviz_plugin tier4_system_rviz_plugin tier4_target_object_type_rviz_plugin tier4_traffic_light_rviz_plugin tier4_vehicle_rviz_plugin time_utils simulator_compatibility_test traffic_light_recognition_marker_publisher traffic_light_utils tvm_utility dma_customer_msg dma_transfer eagleye_coordinate eagleye_navigation eagleye_msgs eagleye_rt eagleye_can_velocity_converter eagleye_fix2kml eagleye_geo_pose_converter eagleye_geo_pose_fusion eagleye_gnss_converter eagleye_tf llh_converter morai_msgs mussp ndt_omp orocos_kdl python_orocos_kdl pointcloud_to_laserscan rtklib_bridge rtklib_msgs autoware_external_api_msgs autoware_iv_external_api_adaptor autoware_iv_internal_api_adaptor awapi_awiv_adapter tier4_api_msgs tier4_auto_msgs_converter tier4_control_msgs tier4_debug_msgs tier4_external_api_msgs tier4_hmi_msgs tier4_localization_msgs tier4_map_msgs tier4_perception_msgs tier4_planning_msgs tier4_rtc_msgs tier4_simulation_msgs tier4_system_msgs tier4_v2x_msgs tier4_vehicle_msgs io_opt tier4_autoware_api_launch tier4_control_launch tier4_localization_launch tier4_map_launch tier4_perception_launch tier4_planning_launch tier4_sensing_launch tier4_simulator_launch tier4_system_launch tier4_vehicle_launch fastrtps cyclonedds lanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation sophus angles behaviortree_cpp_v3 bond bond_core bondcpp bondpy smclib test_bond cudnn_cmake_module diagnostic_aggregator diagnostic_common_diagnostics diagnostic_updater diagnostics self_test filters geodesy geographic_info geographic_msgs grid_map grid_map_cmake_helpers grid_map_core grid_map_costmap_2d grid_map_cv grid_map_demos grid_map_filters grid_map_loader grid_map_msgs grid_map_octomap grid_map_pcl grid_map_ros grid_map_rviz_plugin grid_map_sdf grid_map_visualization mrt_cmake_modules nav2_amcl nav2_behavior_tree nav2_behaviors nav2_bringup nav2_bt_navigator nav2_collision_monitor nav2_common nav2_controller nav2_core nav2_costmap_2d costmap_queue dwb_core dwb_critics dwb_msgs dwb_plugins nav2_dwb_controller nav_2d_msgs nav_2d_utils nav2_lifecycle_manager nav2_map_server nav2_msgs nav2_navfn_planner nav2_planner nav2_regulated_pure_pursuit_controller nav2_rotation_shim_controller nav2_rviz_plugins nav2_simple_commander nav2_smac_planner nav2_smoother nav2_system_tests nav2_theta_star_planner nav2_util nav2_velocity_smoother nav2_voxel_grid nav2_waypoint_follower navigation2 dynamic_edt_3d octomap octovis octomap_msgs osqp_vendor pacmod3_msgs pcl_msgs pcl_conversions pcl_ros perception_pcl point_cloud_msg_wrapper radar_msgs can_msgs rqt_tf_tree tensorrt_cmake_module topic_tools topic_tools_interfaces tvm_vendor cv_bridge image_geometry opencv_tests vision_opencv xacro rviz2 rviz_assimp_vendor rviz_common rviz_default_plugins rviz_ogre_vendor rviz_rendering rviz_rendering_tests rviz_visual_testing_framework dummy_perception_publisher fault_injection simple_planning_simulator classformsg node_v2x image_view v4l2_camera can_interface_custom cgi430_can_driver cgi610_driver ARS408_driver data_format_dump data_preprocess_launch lidar_centerpoint_collect lidar_saver message_sync time_cal camera_calibration direct_visual_lidar_calibration multi_lidar_calibration

Package Summary

Tags No category tags.
Version 0.19.4
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ieiauto/autodrrt.git
VCS Type git
VCS Version main
Last Updated 2024-09-19
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Jacob Perron
  • Michel Hidalgo

Authors

  • William Woodall
  • Michael Jeronimo
README
No README found. See repository README.
CHANGELOG

Changelog for package launch_ros

0.19.4 (2023-01-10)

  • fix: return text value to avoid exception (#338) (#340)
  • Contributors: Daisuke Nishimatsu

0.19.3 (2022-05-17)

0.19.2 (2022-04-08)

  • Fix importlib_metadata warning on Python 3.10. (#307)
  • Contributors: Chris Lalancette

0.19.1 (2022-04-05)

0.19.0 (2022-03-24)

  • Use correct namespace when evaluating parameter files for composable nodes (#303)
  • Handle empty strings when evaluating parameters (#300)
  • Contributors: Jacob Perron

0.18.0 (2022-03-01)

  • Add parameter substitution (#297)
  • Contributors: Kenji Miyake

0.17.0 (2021-12-14)

0.16.0 (2021-11-29)

  • fix bug in warning when an entry point fails to load (#243)
  • More Helpful Error Messages (#275)
  • Update maintainers in setup.py (#287)
  • Set parameters from file for composable nodes (#281)
  • Update package maintainers (#284)
  • Update node name matcher (#282)
  • Support both parameter file configurations for composable nodes (#259)
  • Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall

0.15.0 (2021-10-07)

  • Handle substitutions in RosTimer (#264)
  • Add SetParametersFromFile action (#260)
  • Properly support ros_args attribute through launch frontends (#253)
  • Add 'push_ros_namespace' alias to 'push-ros-namespace' (#250)
  • Add ros_arguments option to Node action (#249)
  • Refactor RosTimer to extend TimerAction (#248)
  • ROS Timer Action (#244)
  • Support container in frontend (#235)
  • Fix a small typo in a comment (#237)
  • Better document parameter handling in Node (#234)
  • Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (launch #201)
  • Added LaunchLogger class (launch #145)
  • Changed logger.warn (deprecated) to logger.warning. (launch #199)
  • Added Plumb rclpy.init context to get_default_launch_description. (launch #193)
  • Added normalize_parameters and evaluate_paramters. (launch #192)
  • Added normalize_remap_rule and types. (launch #173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (launch #153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (launch #138)
  • Made various fixes and added tests for remappings passed to Node actions (launch #137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
schunk_svh_driver
schunk_svh_simulation
schunk_svh_tests
canadarm_demo
curiosity_rover_demo
nav2_bringup
nav2_bringup
nav2_bringup
nav2_bringup
nav2_bringup
nav2_bringup
nav2_bringup
nav2_common
nav2_common
nav2_common
nav2_common
nav2_common
nav2_common
nav2_common
nav2_map_server
nav2_map_server
nav2_map_server
nav2_map_server
nav2_map_server
nav2_map_server
nav2_system_tests
nav2_system_tests
nav2_system_tests
nav2_system_tests
nav2_system_tests
nav2_system_tests
rover_navigation
abb_bringup
realsense2_camera
realsense2_camera
realsense2_camera
realsense2_camera
realsense2_description
realsense2_description
realsense2_description
realsense2_description
nav2_amcl
nav2_amcl
nav2_amcl
nav2_amcl
nav2_amcl
nav2_amcl
nav2_amcl
ardupilot_gz_bringup
ardupilot_cartographer
ariac_description
ariac_gazebo
ariac_moveit_config
aubo_gazebo
aubo_ros2_driver
autocar_description
autocar_gazebo
probabilistic_occupancy_grid_map
tier4_debug_tools
tier4_debug_tools
pointcloud_to_laserscan
pointcloud_to_laserscan
pointcloud_to_laserscan
pointcloud_to_laserscan
io_opt
fault_injection
simple_planning_simulator
simple_planning_simulator
stereo_image_proc
radar_conti_ars408
autoware_slam
autoware_lidar_transfusion
autoware_probabilistic_occupancy_grid_map
autoware_fault_injection
autoware_simple_planning_simulator
state_estimation_nodes
controller_testing
motion_model_testing_simulator
lgsvl_interface
autoware_auto_launch
parking_planner_nodes
recordreplay_planner_nodes
trajectory_spoofer
benchmark_tool_nodes
detection_2d_visualizer
joystick_vehicle_interface_nodes
lidar_integration
test_trajectory_following
axebot_control
axebot_description
axebot_gazebo
beetle_gazebo
rosbridge_server
rosbridge_server
cable_observer
pcl_ros
pcl_ros
approaching_emergency_vehicle_plugin
arbitrator
bsm_generator
carma
carma_cloud_client
carma_wm
carma_wm_ctrl
cooperative_lanechange
frame_transformer
gnss_to_map_convertor
guidance
inlanecruising_plugin
intersection_transit_maneuvering
lci_strategic_plugin
light_controlled_intersection_tactical_plugin
lightbar_manager
localization_manager
mobilitypath_publisher
mobilitypath_visualizer
mock_controller_driver
motion_computation
motion_prediction_visualizer
object_detection_tracking
object_visualizer
plan_delegator
platooning_control
platooning_strategic_ihp
platooning_tactical_plugin
points_map_filter
port_drayage_plugin
pure_pursuit_wrapper
roadway_objects
route
route_following_plugin
sci_strategic_plugin
stop_and_dwell_strategic_plugin
stop_and_wait_plugin
stop_controlled_intersection_tactical_plugin
traffic_incident_parser
trajectory_executor
trajectory_follower_wrapper
trajectory_visualizer
yield_plugin
cartesian_controller_simulation
cartesian_controller_tests
cartesian_controller_utilities
centerpoint
xarm_api
xarm_api
xarm_controller
xarm_controller
xarm_description
xarm_description
xarm_gazebo
xarm_gazebo
xarm_moveit_config
xarm_moveit_config
xarm_moveit_servo
xarm_moveit_servo
xarm_planner
xarm_planner
cloisim_ros_bringup
consai_examples
consai_robot_controller
consai_vision_tracker
robocup_ssl_comm
demo_nodes_cpp_co
rm_robot_description
rm_robot_description
cyberdog_locomotion
mcr_bringup
denso_robot_bringup
denso_robot_descriptions
dero
rm_gimbal_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_bringup
ur_bringup
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_robot_driver
ur_robot_driver
ur_robot_driver
dual_ur_description
eeuv_sim
extended_map_server
ur_simulation_gazebo
furuta_pendulum_bringup
furuta_pendulum_control_toolbox
furuta_pendulum_de
furuta_pendulum_description
furuta_pendulum_drake
furuta_pendulum_gazebo
furuta_pendulum_hardware
furuta_pendulum_ocs2
furuta_pendulum_rl
hello_world
happypose_examples
happypose_ros
hri_fullbody
husarion_ugv_bringup
husarion_ugv_controller
husarion_ugv_description
husarion_ugv_gazebo
ifm3d_ros2
int-ball2_isaac_sim
isaac_diffbot_sim
isaac_diffbot_sim
isaac_ros_perceptor_bringup
isaacsim
carter_navigation
carter_navigation
iw_hub_navigation
kachaka_nav2_bringup
kachaka_description
kachaka_grpc_ros2_bridge
kalman_filter_localization
learm_ros2_description
lesson_urdf
lesson_urdf
graph_based_slam
lidar_graph_slam
lidar_scan_matcher
points_prefiltering
entrance_exploration
interbotix_aloha
manta_v2_gazebo_ros2_control
marscar_gazebo_ros2
mecanum_bot_description
melfa_bringup
mini_pupper_bringup
mini_pupper_description
mini_pupper_navigation
mini_pupper_simulation
robot_arm
mobRobURDF_launch
talkerlistener
moveit_configs_utils
franka_control2
multiverse_control
mycobot_280_description
kf_hungarian_tracker
negotiated_examples
nexus_demos
nova_carter_bringup
nova_carter_description
nova_carter_navigation
o3de_fleet_nav
open_mower_next
ros2_navigation
osr_gazebo
pb2025_nav_bringup
pendulum_bringup
avp_demo
rai_state_logs
autoware_reference_system
autoware_reference_system
rm_pioneer_description
rj_robocup
custom_robots
unity_simulation_scene2
saye_bringup
interbotix_xsarm_dual
interbotix_xsarm_joy
interbotix_landmark_modules
interbotix_perception_modules
interbotix_xs_modules
husky_navigation
husky_viz
kobuki_rviz
app
ouster_perf
ouster_ptp
unity_diffbot_sim
learning_tf
ros2_control_demo_example_7
dc_bringup
orchestrator
orchestrator_helper
epick_hardware_tests
ros2_examples
ros2_lib
sub_pub_torture_test
fanuc_control
composition
demo_nodes_cpp
dummy_robot_bringup
image_tools
quality_of_service_demo_cpp
topic_monitor
turtle_tf2_cpp
turtle_tf2_py
ros2_ipcamera
ros2_laser_scan_matcher
pcl_object_detection
ur5_gripper_description
ur5_gripper_moveit_config
panda_llm_inference_demos
panda_motion_planning_demos
panda_policy_deployment_demos
panda_control_demos
tms_db_manager
tms_ts_launch
usb_camera_driver
webots_robot_handler
joy_teleop
joy_teleop
rosbot_bringup
rosbot_bringup
teleop_twist_joy
rosbot_controller
rosbot_gazebo
rosbot_utils
rosbot_xl_bringup
rosbot_xl_controller
rosbot_xl_gazebo
rosbot_xl_utils
otto_fleet_nav
nav2_bringup_custom
sky360-ros-iron-heartbeat
social_nav2_bringup
spaceros_gz_demos
spot_driver
swerve_controller
tide_ctrl_bringup
tide_robot_description
truck
camera_driver
robot_localization
tutorial_pkg
pendulum_robot_description
pendulum_control_description
champ_bringup
champ_config
champ_description
champ_gazebo
go2_config
go2_description
go2_slam_nav
turtlebot3_unity_bringup
rvl_robot_description
hybrid_planning_demo
ipa_bringup
ipa_demo_cell_description
robotiq_description
ur5e_gripper_description
ur5e_gripper_moveit_config
vision
simple_ur10e_description
v2x_ros_driver
usv_control
usv_description
betaflight_demo
betaflight_sim
px4_sim
vehicle_gateway_demo
vehicle_gateway_integration_test
vehicle_gateway_sim_performance
lane_line_perception_node
traffic_sign_detection_node
visualization_node
vispa
demo_keys_cpp
demo_keys_filtering_cpp
wamv_gz
mbot_demo
uf_ros_lib
youfork_bringup
youfork_description
youfork_teleop
zed_aruco_localization
zed_depth_to_laserscan
zed_rgb_convert
zed_display_rviz2
zed_components
zed_wrapper

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 0.6.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch.git
VCS Type git
VCS Version bouncy
Last Updated 2018-08-22
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • William Woodall

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.4
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch.git
VCS Type git
VCS Version crystal
Last Updated 2019-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • William Woodall

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.7.4 (2019-04-02)

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (#153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (#138)
  • Made various fixes and added tests for remappings passed to Node actions (#137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.6
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version eloquent
Last Updated 2020-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.9.6 (2020-12-04)

  • Update maintainer list for Eloquent (#193)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113) (#132)
  • Contributors: Jacob Perron, Michael Jeronimo

0.9.5 (2020-01-21)

  • Fix remapping rules when using xml/yaml launch files (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings. (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Grey, Ivan Santiago Paunovic, Jacob Perron, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (#201)
  • Added LaunchLogger class (#145)
  • Changed logger.warn (deprecated) to logger.warning. (#199)
  • Added Plumb rclpy.init context to get_default_launch_description. (#193)
  • Added normalize_parameters and evaluate_paramters. (#192)
  • Added normalize_remap_rule and types. (#173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (#153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (#138)
  • Made various fixes and added tests for remappings passed to Node actions (#137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.10
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version dashing
Last Updated 2021-05-21
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.8.10 (2021-05-21)

  • Fix race with launch context changes when loading composable nodes (#238)
  • Contributors: Chris Lalancette

0.8.9 (2020-11-24)

  • Resolve libyaml warning when loading parameters from file. (#161) (#204)
  • Update maintainers for Dashing. (#192)
  • Contributors: Dereck Wonnacott, Jacob Perron, Michael Jeronimo

0.8.8 (2020-03-13)

  • Fix LoadComposableNodes action so that loading happens asynchronously. (#131)
  • Contributors: Jacob Perron

0.8.7 (2019-10-14)

0.8.6 (2019-09-06)

  • Additional fixes for Python 3.5. (#67)
  • Restore Python 3.5 support. (#65)
  • Install package marker and manifest. (#62) (#63)
  • Contributors: Dirk Thomas, Steven! Ragnarök

0.8.5 (2019-07-31)

  • Use wildcard syntax in generated parameter YAML files (#48)
  • Contributors: Scott K Logan

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (#201)
  • Added LaunchLogger class (#145)
  • Changed logger.warn (deprecated) to logger.warning. (#199)
  • Added Plumb rclpy.init context to get_default_launch_description. (#193)
  • Added normalize_parameters and evaluate_paramters. (#192)
  • Added normalize_remap_rule and types. (#173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (#153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (#138)
  • Made various fixes and added tests for remappings passed to Node actions (#137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.14.5
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.14.5 (2022-12-07)

  • Fix "imported but not used" linters (#334)
  • Contributors: Crola1702, Jorge Perez

0.14.4 (2022-12-02)

0.14.3 (2022-04-28)

  • Handle empty strings when evaluating parameters (#300) (#301)
  • Fix TypeError accessing name and value of SetParameter (#299)
  • More Helpful Error Messages (#275) (#290)
  • Contributors: Jacob Perron, mergify[bot]

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (#201)
  • Added LaunchLogger class (#145)
  • Changed logger.warn (deprecated) to logger.warning. (#199)
  • Added Plumb rclpy.init context to get_default_launch_description. (#193)
  • Added normalize_parameters and evaluate_paramters. (#192)
  • Added normalize_remap_rule and types. (#173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (#153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (#138)
  • Made various fixes and added tests for remappings passed to Node actions (#137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.11.7
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version foxy
Last Updated 2022-09-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.11.7 (2022-09-12)

  • Handle empty strings when evaluating parameters (#300) (#302)
  • Fix TypeError accessing name and value of SetParameter (#298)
  • Contributors: Jacob Perron

0.11.6 (2022-01-31)

  • Validate complex attributes of 'node' action (backport #198) (#293)
  • More Helpful Error Messages (#275) (#289)
  • Contributors: Aditya Pande, David V. Lu!!, Ivan Santiago Paunovic

0.11.5 (2021-11-16)

  • Fix problems when parsing a Command Substitution as a parameter value (#137)
  • Contributors: Ivan Santiago Paunovic

0.11.4 (2021-10-05)

0.11.3 (2021-08-31)

  • Better document parameter handling in Node (#234) (#242)
  • Fix AttributeError when accessing component container name (#177) (#241)
  • Asynchronously wait for load node service response (#174) (#240)
  • Contributors: Felix Divo, Jacob Perron

0.11.2 (2021-04-14)

  • Fix namespace with LifecycleNode (#222)
  • Handle any substitution types for SetParameter name argument (#182) (#218)
  • Contributors: Jacob Perron, Michael Jeronimo

0.11.1 (2020-12-09)

  • Fix case where list of composable nodes is zero (#173) (#209)
  • Do not use event handler for loading composable nodes (#170) (#208)
  • Fix race with launch context changes when loading composable nodes (#166) (#206)
  • Add a way to set remapping rules for all nodes in the same scope (#163) (#203)
  • Resolve libyaml warning when loading parameters from file (#161) (#202)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162) (#201)
  • Contributors: Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron

0.11.0 (2020-10-28)

  • Update maintainer list for Foxy (#194)
  • Improve error message if ComposableNodeContainer 'name' or 'namespace' arg is None (#191)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158) (#187)
  • Avoid using a wildcard to specify parameters if possible (#154) (#188)
  • Assume root namespace if not provided in ComposableNodeContainer (#186) Fixes a regression introduced in #179. Fixes #185. We apply the same logic in LifecycleNode to maintain backwards compatibility in Foxy.
  • Contributors: Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.3 (2020-10-07)

  • Fix no specified namespace (#153, #157) (#179)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (#201)
  • Added LaunchLogger class (#145)
  • Changed logger.warn (deprecated) to logger.warning. (#199)
  • Added Plumb rclpy.init context to get_default_launch_description. (#193)
  • Added normalize_parameters and evaluate_paramters. (#192)
  • Added normalize_remap_rule and types. (#173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (#153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (#138)
  • Made various fixes and added tests for remappings passed to Node actions (#137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.24.2
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/launch_ros.git
VCS Type git
VCS Version iron
Last Updated 2024-11-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS specific extensions to the launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong

Authors

  • Jacob Perron
  • Michael Jeronimo
  • Michel Hidalgo
  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch_ros

0.24.2 (2024-11-09)

  • cache lookup of importlib metadata in Node action (#411)
  • Fix url in setup.py (#416)
  • Contributors: roscan-tech, Wei HU

0.24.1 (2024-02-07)

0.24.0 (2023-04-11)

  • Use SomeEntitiesType for type checking. (#358)
  • Contributors: Chris Lalancette

0.23.0 (2023-02-14)

  • Fix normalize_parameters_dict for multiple nodes in the same namespace (#347)
  • Implement None check for ComposableNodeContainer (#341)
  • Add LifecyleTransition action (#317)
  • Improve evaluate_paramenter_dict exceptions error message (#320)
  • Ensure load_composable_nodes respects condition (#339)
  • fix: return text value to avoid exception (#338)
  • [rolling] Update maintainers - 2022-11-07 (#331)
  • Contributors: Alexey Merzlyakov, Audrow Nash, Christoph Hellmann Santos, Daisuke Nishimatsu, Felipe Gomes de Melo, methylDragon

0.22.0 (2022-11-02)

  • RosTimer -> ROSTimer and PushRosNamespace -> PushROSNamespace, to follow PEP8 (#326)
  • add SetROSLogDir action (#325)
  • Contributors: William Woodall

0.21.0 (2022-09-13)

  • Support default values in parameter substitution (#313)
  • Contributors: Kenji Miyake

0.20.0 (2022-04-29)

  • Run condition for composable nodes (#311)
  • Contributors: Aditya Pande

0.19.2 (2022-04-08)

  • Fix importlib_metadata warning on Python 3.10. (#307)
  • Contributors: Chris Lalancette

0.19.1 (2022-04-05)

0.19.0 (2022-03-24)

  • Use correct namespace when evaluating parameter files for composable nodes (#303)
  • Handle empty strings when evaluating parameters (#300)
  • Contributors: Jacob Perron

0.18.0 (2022-03-01)

  • Add parameter substitution (#297)
  • Contributors: Kenji Miyake

0.17.0 (2021-12-14)

0.16.0 (2021-11-29)

  • fix bug in warning when an entry point fails to load (#243)
  • More Helpful Error Messages (#275)
  • Update maintainers in setup.py (#287)
  • Set parameters from file for composable nodes (#281)
  • Update package maintainers (#284)
  • Update node name matcher (#282)
  • Support both parameter file configurations for composable nodes (#259)
  • Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall

0.15.0 (2021-10-07)

  • Handle substitutions in RosTimer (#264)
  • Add SetParametersFromFile action (#260)
  • Properly support ros_args attribute through launch frontends (#253)
  • Add 'push_ros_namespace' alias to 'push-ros-namespace' (#250)
  • Add ros_arguments option to Node action (#249)
  • Refactor RosTimer to extend TimerAction (#248)
  • ROS Timer Action (#244)
  • Support container in frontend (#235)
  • Fix a small typo in a comment (#237)
  • Better document parameter handling in Node (#234)
  • Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler

0.14.2 (2021-04-26)

0.14.1 (2021-04-12)

  • Support Python 3.8 importlib.metadata, declare dependency (#229)
  • Contributors: Scott K Logan

0.14.0 (2021-04-06)

  • Add options extensions to ros2launch and extensibility to the node action (#216)
  • Contributors: Geoffrey Biggs

0.13.0 (2021-01-25)

  • Make sure ParameterFile __del_ works without exception. (#212)
  • Contributors: Chris Lalancette

0.12.0 (2020-12-08)

  • Fix docblock in LoadComposableNodes (#207)
  • Validate complex attributes of 'node' action (#198)
  • Node.__init_() executable and ComposableNode.__init_() plugin arguments aren't optional (#197)
  • Remove constructors arguments deprecated since Foxy (#190)
  • Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (#189)
  • Merge pull request #183 from ros2/update-maintainers Update the package.xml files with the latest Open Robotics maintainers
  • Move previous maintainer to <author>
  • Update the package.xml files with the latest Open Robotics maintainers
  • Fix AttributeError when accessing component container name (#177)
  • Handle any substitution types for SetParameter name argument (#182)
  • Asynchronously wait for load node service response (#174)
  • Fix case where list of composable nodes is zero (#173)
  • Do not use event handler for loading composable nodes (#170)
  • Fix race with launch context changes when loading composable nodes (#166)
  • Substitutions in parameter files (#168)
  • Fix documentation typo (#167)
  • Fix problems when parsing a [Command]{.title-ref} [Substitution]{.title-ref} as a parameter value (#137)
  • Add a way to set remapping rules for all nodes in the same scope (#163)
  • Resolve libyaml warning when loading parameters from file (#161)
  • Fix ComposableNode ignoring PushRosNamespace actions (#162)
  • Add a SetParameter action that sets a parameter to all nodes in the same scope (#158)
  • Make namespace parameter mandatory in LifecycleNode constructor (#157)
  • Avoid using a wildcard to specify parameters if possible (#154)
  • Fix no specified namespace (#153)
  • Add pytest.ini so local tests don't display warning (#152)
  • Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo

0.10.2 (2020-05-26)

0.10.1 (2020-05-13)

  • Fix new flake8 errors (#148)
  • Contributors: Michel Hidalgo

0.10.0 (2020-04-29)

  • Avoid using sys.argv in rclpy.init (#144)
  • Deprecated 'node_executable' parameter and replace with 'executable' (#140)
  • Bump node_name warning stacklevel (#138)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Enable implicit ROS startup by launch_ros actions (#128)
  • Add warning message when launching Non-Uniquely Named Nodes (#127)
  • Rename node-related parameters (#122)
  • Fix LoadComposableNodes action so that loading happens asynchronously (#113)
  • Fix frontend topic remapping (#111)
  • Check for shutdown while waiting for a service response to avoid hang during shutdown (#104)
  • Fix misleading deprecated warnings when using launch arguments (#106)
  • Use imperative mood in constructor docstrings (#103)
  • Maintain order of parameters regarding name and from (#99)
  • Allow separate launch composition (#77)
  • Fix push-ros-namespace in xml/yaml launch files (#100)
  • Pass the node-name attribute through the substitution parser (#101)
  • Add pid to launch_ros node name as suffix (#98)
  • Contributors: Brian Ezequiel Marchi, Brian Marchi, Dirk Thomas, Eric Fang, Grey, Ivan Santiago Paunovic, Jacob Perron, Miaofei Mei, Michel Hidalgo, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.4 (2019-11-19)

  • fix new linter warnings as of flake8-comprehensions 3.1.0 (#94)
  • Contributors: Dirk Thomas

0.9.3 (2019-11-13)

0.9.2 (2019-10-23)

  • Fix launch_ros.actions.Node parsing function (#83)
  • Add support for launching nodes not in a package (#82)
  • Contributors: Michel Hidalgo

0.9.1 (2019-09-28)

0.9.0 (2019-09-25)

  • Refactor Node parse() function. (#73)
  • Handle zero-width string parameters. (#72)
  • Promote special CLI rules to flags (#68)
  • Add substitution for finding package share directory (#57)
  • Use of -r/--remap flags where appropriate. (#59)
  • install package marker and manifest (#62)
  • Adapt to '--ros-args ... [--]'-based ROS args extraction (#52)
  • Use node namespace if no other was specified (#51)
  • [launch frontend] Rename some tag attributes (#47)
  • Fix PushRosNamespace action (#44)
  • Add PushRosNamespace action (#42)
  • Add frontend parsing methods for Node, ExecutableInPackage and FindPackage substitution (#23)
  • Restrict yaml loading in evaluate_parameters (#33)
  • Fix typo
  • Use wildcard syntax in generated parameter YAML files (#35)
  • Contributors: Dan Rose, Dirk Thomas, Jacob Perron, Michel Hidalgo, Scott K Logan, ivanpauno

0.8.4 (2019-05-30)

  • Update usage of 'noqa' for imports (#32)
  • Contributors: Jacob Perron

0.8.3 (2019-05-29)

  • Added the FindPackage substitution. (#22)
  • Changed interpretation of Parameter values which are passed to Node() so that they get evaluated by yaml rules. (#31)
  • Contributors: Shane Loretz, ivanpauno

0.8.2 (2019-05-20)

  • Fix deprecation warnings (#25)
  • Corrected matches_action usage in lifecycle_pub_sub example (#21)
  • Contributors: Jacob Perron, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-14)

  • Make 'ros2 launch' work again. (launch #201)
  • Added LaunchLogger class (launch #145)
  • Changed logger.warn (deprecated) to logger.warning. (launch #199)
  • Added Plumb rclpy.init context to get_default_launch_description. (launch #193)
  • Added normalize_parameters and evaluate_paramters. (launch #192)
  • Added normalize_remap_rule and types. (launch #173)
  • Contributors: Chris Lalancette, Dirk Thomas, Jacob Perron, Peter Baughman, Shane Loretz

0.7.3 (2018-12-13)

0.7.2 (2018-12-06)

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök

0.7.0 (2018-11-16)

  • Renamed transitions to match changes in lifecycle_msgs (launch #153)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added support for passing parameters as a dictionary to a Node (launch #138)
  • Made various fixes and added tests for remappings passed to Node actions (launch #137)
  • Added ability to pass parameter files to Node actions (#135)
  • Added ability to define and pass launch arguments to launch files (#123)
    • See changelog in launch for details.
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Chris Ye, Jacob Perron, William Woodall, dhood

0.6.0 (2018-08-20)

  • Fixed a bug where launch would hang on exit by destroying the rclpy node on shutdown (#124)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fixed a race condition in emitting events by using loop.call_soon_threadsafe() (#119)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

0.5.1 (2018-06-27)

  • Various Windows fixes. (#87)
  • Contributors: William Woodall

0.5.0 (2018-06-19)

  • Changed to use variable typing in comments to support python 3.5 (#81)
  • First commit of the ROS specific launch API (#75)
    • ROS specific functionality for the new launch API.
  • Contributors: William Woodall, dhood

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch_ros at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.