Package Summary

Tags No category tags.
Version 1.0.8
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 humble
Last Updated 2025-03-25
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Michel Hidalgo

Authors

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

Changelog for package launch

1.0.8 (2025-03-25)

  • Document substitutions concatenation in architecture doc (#845) (#847)
  • Update docs to use proper RST literals (#837) (#840)
  • Contributors: mergify[bot]

1.0.7 (2024-11-25)

1.0.6 (2024-05-17)

1.0.5 (2024-02-16)

  • Backport error message improvements (#754)
  • Contributors: David Yackzan

1.0.4 (2023-01-10)

  • Allow ReadyToTest() usage in event handler (#681)
  • Contributors: Nikolai Morin

1.0.3 (2022-10-18)

  • Fix bug in test_push_and_pop_environment.py
  • Fix the restoring of os.environ to maintain type. (#656)
  • Addresses issue #588, allowing dict for 'output' (backport #640) (#647)
  • Contributors: Chris Lalancette, mergify[bot]

1.0.2 (2022-05-10)

  • Expose shutdown action to xml frontend (#611)
  • Contributors: Aditya Pande

1.0.1 (2022-04-13)

  • Sandbox environment in tests to fix repeated job failures (#609)
  • Contributors: Shane Loretz

1.0.0 (2022-04-12)

0.23.1 (2022-04-08)

  • Start Python faster in test_execute_processs_shutdown to avoid flakey failures (#608)
  • Fix warnings from importlib_metdata on Python 3.10. (#606)
  • Contributors: Chris Lalancette, Shane Loretz

0.23.0 (2022-03-30)

  • Add boolean substitutions (#598)
  • Contributors: Kenji Miyake

0.22.0 (2022-03-28)

  • Support scoping environment variables (#601)
  • Fix awaiting shutdown in launch context (#603)
  • Fix parse respawn var (#569)
  • Make the logged command pretty in ExecuteLocal (#594)
  • Contributors: Jacob Perron, Kosuke Takeuchi

0.21.1 (2022-03-01)

  • 'output' is expanded as a substitution in XML/YAML files (#577)
  • Skip warning test if warning already happend (#585)
  • Contributors: Khush Jain, Shane Loretz

0.21.0 (2022-01-14)

  • Use asyncio.wait with timeout rather than sleep (#576)
  • Make test_parser compatible with Python older than 3.8 (#575)
  • Propagate exceptions of completed actions to launch service main loop (#566)
  • Warn when loading launch extensions fails (#572)
  • Add in two fixes for Jammy (#571)
  • Contributors: Chris Lalancette, Scott K Logan, Shane Loretz, tumtom

0.20.0 (2021-11-29)

  • Evaluate math symbols and functions in python expression (#557)
  • Document TimerAction params (#558)
  • Improve launch arguments introspection (#556)
  • Update maintainers to Aditya Pande and Michel Hidalgo (#559)
  • Updated maintainers (#555)
  • First prototype of native pytest plugin for launch based tests (#528)
  • Allow for raw path specification in IncludeLaunchDescription (#544)
  • Adding Executable description class (#454)
  • event handlers: Allow to match the target action with a callable and not only with an object instance (#540)
  • Add AppendEnvironmentVariable action (#543)
  • Document EnvironmentVariable substitution resolution context caveat (#541)
  • Feature clear launch configs (#515)
  • Add examples to ExecuteProcess docs (#525)
  • Fix [DeclareLaunchArgument]{.title-ref} xml parsing and constructor (#529)
  • Fix pytest run on Windows (#526)
  • Improving docs (#523)
  • Add filtering mechanism for executable prefix application (#522)
  • Contributors: Aditya Pande, Audrow Nash, Cameron Miller, Christophe Bedard, David V. Lu!!, Derek Chopp, Immanuel Martini, Ivan Santiago Paunovic, roger-strain

0.19.0 (2021-07-15)

  • Make each parser extension provide a set of file extensions (#516)
  • Contributors: Christophe Bedard

0.18.0 (2021-06-18)

  • Add missing exec dependency on PyYAML (#493)
  • Refactor TimerAction to allow RosTimer to extend (#512)
  • Improve (Not)Equals condition type hinting (#510)
  • Contributors: HMellor, Rebecca Butler, Scott K Logan

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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
cartographer_ros
diagnostic_updater
fmi_adapter
fmi_adapter_examples
turtle_tf2_cpp
turtle_tf2_py
human_description
stereo_image_proc
moveit_configs_utils
pcl_ros
phidgets_accelerometer
phidgets_analog_inputs
phidgets_digital_inputs
phidgets_digital_outputs
phidgets_gyroscope
phidgets_high_speed_encoder
phidgets_ik
phidgets_magnetometer
phidgets_motors
phidgets_spatial
phidgets_temperature
pointcloud_to_laserscan
raspimouse_description
robot_calibration
rosbridge_server
rviz_visual_tools
slam_toolbox
talos_controller_configuration
talos_description
twist_mux
ur_bringup
ur_moveit_config
ur_robot_driver
urdf_test
opencv_tests
pmb2_controller_configuration
pmb2_description
beluga_example
composition
demo_nodes_cpp
demo_nodes_cpp_native
dummy_robot_bringup
image_tools
intra_process_demo
logging_demo
pendulum_control
quality_of_service_demo_cpp
topic_monitor
domain_bridge
open_manipulator_x_description
pantilt_bot_description
launch_testing_examples
gazebo_ros2_control_demos
gz_ros2_control_demos
gz_ros2_control_tests
ign_ros2_control_demos
launch_pytest
launch_testing
launch_xml
launch_yaml
test_launch_testing
launch_ros
ros2launch
nav2_bringup
nav2_common
nav2_core
nav2_costmap_2d
nav2_map_server
nav2_system_tests
nav2_util
rcl
rcutils
ros1_bridge
controller_manager
joint_limits_interface
kortex_bringup
plansys2_bringup
robotiq_description
robotiq_hardware_tests
test_tracetools_launch
tracetools_launch
tracetools_test
ros2action
ros2doctor
ros2interface
ros2lifecycle
ros2node
ros2param
ros2pkg
ros2service
ros2topic
ros2test
sick_safevisionary_tests
simple_launch
launch_system_modes
system_modes_examples
test_cli_remapping
test_communication
test_rclcpp
test_security
ur_description
ur_simulation_gz
ros_core
webots_ros2_tests
crane_plus_description
launch_pal
py_trees_ros_tutorials
ros2_ouster
bcr_bot
automatika_ros_sugar
hri_face_detect
omni_base_description
play_motion2
stcamera_components
stcamera_grabber
stcamera_launch
talos_gazebo
tiago_controller_configuration
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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 3.4.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 jazzy
Last Updated 2025-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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong
  • William Woodall

Authors

  • Dirk Thomas
  • Michel Hidalgo
  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch

3.4.4 (2025-04-02)

  • Document substitutions concatenation in architecture doc (#845) (#846) (cherry picked from commit 6fcc79e38fa711e04be3d392a6691a36ea5de214) Co-authored-by: Christophe Bedard <<bedard.christophe@gmail.com>>
  • Update docs to use proper RST literals (#837) (#839) (cherry picked from commit 3694dc2a14fdf0dd5ccf9e950ab9d8b60bee8a79) Co-authored-by: Christophe Bedard <<bedard.christophe@gmail.com>>
  • Merge pull request #834 from ros2/mergify/bp/jazzy/pr-833 Fix function params indentation (backport #833)
  • Fix function params indentation (#833) (cherry picked from commit 151b024a7cfac06f0d56798cbe87ab180b9ea3ab)
  • Contributors: Alejandro Hernández Cordero, Christophe Bedard, mergify[bot]

3.4.3 (2024-12-18)

  • Fix 'set up' typo (#813) (#814) (cherry picked from commit fda41a218b990c8e3bcc6c3d61f2862704529257) Co-authored-by: Christophe Bedard <<christophe.bedard@apex.ai>>
  • Contributors: mergify[bot]

3.4.2 (2024-04-16)

  • (launch) fix describe of PathJoinSubstitution (#771)
  • Contributors: Matthijs van der Burgh

3.4.1 (2024-03-28)

  • Small fixes for modern flake8. (#772)
  • Cleanup some type annotations.
  • Contributors: Chris Lalancette

3.4.0 (2024-02-07)

  • Rework task exceptions loop. (#755)
  • add format overriding by environment variables (#722)
  • Add exception type to error output (#753)
  • Contributors: Chris Lalancette, David Yackzan, Marc Bestmann

3.3.0 (2024-01-24)

  • Let XML executables/nodes be "required" (like in ROS 1) (#751)
  • Contributors: Matthew Elwin

3.2.1 (2023-12-26)

3.2.0 (2023-10-04)

  • Add conditional substitution (#734)
  • Contributors: Nick Lamprianidis

3.1.0 (2023-09-08)

  • Add maximum times for a process to respawn (#696)
  • Contributors: Santti4go

3.0.1 (2023-09-07)

  • Add in a timeout for launch pytests. (#725)
  • Contributors: Chris Lalancette

3.0.0 (2023-08-21)

  • Fix remaining occurrences of "There is no current event loop" (#723)
  • Update the launch code for newer flake8 and mypy. (#719)
  • Remove the deprecated some_actions_type.py (#718)
  • Contributors: Chris Lalancette

2.2.1 (2023-07-11)

  • Improve launch file parsing error messages (#626)
  • Contributors: Timon Engelke

2.2.0 (2023-06-07)

  • Add file-content launch substitution (#708)
  • Contributors: Scott K Logan

2.1.0 (2023-04-27)

2.0.1 (2023-04-12)

  • Document LaunchService.{run,run_async}() return value (#702)
  • Contributors: Christophe Bedard

2.0.0 (2023-04-11)

  • [rosdoc2] Fix document generation on buildfarm (#701)
  • Enable document generation using rosdoc2 for ament_python pkgs (#697)
  • Remove the import of Literal from entity.py. (#694)
  • Fix flake8 errors. (#695)
  • add symlink to latest log directory (#686)
  • Improve type checking (#679)
  • Contributors: Chris Lalancette, Hervé Audren, Welte, Yadu

1.4.1 (2023-02-24)

  • Fixed typos (#692)
  • Contributors: Alejandro Hernández Cordero

1.4.0 (2023-02-14)

  • Pass modules to PythonExpression (#655)
  • Allow ReadyToTest() usage in event handler (#665)
  • Expose emulate_tty to xml and yaml launch (#669)
  • Expose sigterm_timeout and sigkill_timeout to xml frontend (#667)
  • [rolling] Update maintainers - 2022-11-07 (#671)
  • Contributors: Aditya Pande, Audrow Nash, Blake Anderson, Nikolai Morin

1.3.0 (2022-11-02)

  • Expect deprecation warnings in tests (#657)
  • Fix the restoring of os.environ to maintain type. (#656)
  • Implement Any, All, Equals, and NotEquals substitutions (#649)
  • add LaunchLogDir substitution, replacing log_dir frontend only substitution (#652)
  • Add special cases to coerce "1" and "0" to bool when using bool coercion only (#651)
  • Contributors: Chris Lalancette, Jacob Perron, William Woodall, methylDragon

1.2.0 (2022-09-13)

  • Update launch/test/launch/test_execute_local.py
  • Added unit test ensuring that output dictionary works with ExecuteLocal
  • Addresses issue #588, allowing dict for 'output'
  • Contributors: Matthew Elwin, Michael Jeronimo

1.1.0 (2022-04-29)

  • Remove unused variables. (#612)
  • Expose shutdown action to xml frontend (#611)
  • Contributors: Aditya Pande, Chris Lalancette

1.0.1 (2022-04-13)

  • Sandbox environment in tests to fix repeated job failures (#609)
  • Contributors: Shane Loretz

1.0.0 (2022-04-12)

0.23.1 (2022-04-08)

  • Start Python faster in test_execute_processs_shutdown to avoid flakey failures (#608)
  • Fix warnings from importlib_metdata on Python 3.10. (#606)
  • Contributors: Chris Lalancette, Shane Loretz

0.23.0 (2022-03-30)

  • Add boolean substitutions (#598)
  • Contributors: Kenji Miyake

0.22.0 (2022-03-28)

  • Support scoping environment variables (#601)
  • Fix awaiting shutdown in launch context (#603)
  • Fix parse respawn var (#569)
  • Make the logged command pretty in ExecuteLocal (#594)
  • Contributors: Jacob Perron, Kosuke Takeuchi

0.21.1 (2022-03-01)

  • 'output' is expanded as a substitution in XML/YAML files (#577)
  • Skip warning test if warning already happend (#585)
  • Contributors: Khush Jain, Shane Loretz

0.21.0 (2022-01-14)

  • Use asyncio.wait with timeout rather than sleep (#576)
  • Make test_parser compatible with Python older than 3.8 (#575)
  • Propagate exceptions of completed actions to launch service main loop (#566)
  • Warn when loading launch extensions fails (#572)
  • Add in two fixes for Jammy (#571)
  • Contributors: Chris Lalancette, Scott K Logan, Shane Loretz, tumtom

0.20.0 (2021-11-29)

  • Evaluate math symbols and functions in python expression (#557)
  • Document TimerAction params (#558)
  • Improve launch arguments introspection (#556)
  • Update maintainers to Aditya Pande and Michel Hidalgo (#559)
  • Updated maintainers (#555)
  • First prototype of native pytest plugin for launch based tests (#528)
  • Allow for raw path specification in IncludeLaunchDescription (#544)
  • Adding Executable description class (#454)
  • event handlers: Allow to match the target action with a callable and not only with an object instance (#540)
  • Add AppendEnvironmentVariable action (#543)
  • Document EnvironmentVariable substitution resolution context caveat (#541)
  • Feature clear launch configs (#515)
  • Add examples to ExecuteProcess docs (#525)
  • Fix [DeclareLaunchArgument]{.title-ref} xml parsing and constructor (#529)
  • Fix pytest run on Windows (#526)
  • Improving docs (#523)
  • Add filtering mechanism for executable prefix application (#522)
  • Contributors: Aditya Pande, Audrow Nash, Cameron Miller, Christophe Bedard, David V. Lu!!, Derek Chopp, Immanuel Martini, Ivan Santiago Paunovic, roger-strain

0.19.0 (2021-07-15)

  • Make each parser extension provide a set of file extensions (#516)
  • Contributors: Christophe Bedard

0.18.0 (2021-06-18)

  • Add missing exec dependency on PyYAML (#493)
  • Refactor TimerAction to allow RosTimer to extend (#512)
  • Improve (Not)Equals condition type hinting (#510)
  • Contributors: HMellor, Rebecca Butler, Scott K Logan

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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
cartographer_ros
diagnostic_updater
fmi_adapter
fmi_adapter_examples
fuse_core
fuse_optimizers
turtle_tf2_cpp
turtle_tf2_py
stereo_image_proc
leo_gz_bringup
moveit_configs_utils
pcl_ros
phidgets_accelerometer
phidgets_analog_inputs
phidgets_digital_inputs
phidgets_digital_outputs
phidgets_gyroscope
phidgets_high_speed_encoder
phidgets_ik
phidgets_magnetometer
phidgets_motors
phidgets_spatial
phidgets_temperature
pointcloud_to_laserscan
raspimouse_description
robot_calibration
rosbridge_server
rviz_visual_tools
slam_toolbox
twist_mux
ur_robot_driver
opencv_tests
beluga_example
composition
demo_nodes_cpp
demo_nodes_cpp_native
dummy_robot_bringup
image_tools
intra_process_demo
logging_demo
pendulum_control
quality_of_service_demo_cpp
topic_monitor
domain_bridge
launch_testing_examples
gz_ros2_control_demos
gz_ros2_control_tests
launch_pytest
launch_testing
launch_xml
launch_yaml
test_launch_testing
launch_ros
ros2launch
nav2_bringup
nav2_common
nav2_core
nav2_costmap_2d
nav2_map_server
nav2_system_tests
ouster_ros
rcl
rcutils
ros1_bridge
controller_manager
kortex_bringup
plansys2_bringup
robotiq_description
robotiq_hardware_tests
test_ros2trace
test_tracetools_launch
tracetools_launch
tracetools_test
ros2action
ros2doctor
ros2interface
ros2lifecycle
ros2node
ros2param
ros2pkg
ros2service
ros2topic
ros_gz_bridge
ros_gz_sim
ros2test
rosbag2_performance_benchmarking
sick_safevisionary_tests
simple_launch
launch_system_modes
system_modes_examples
test_cli_remapping
test_communication
test_rclcpp
test_security
ur_description
ur_simulation_gz
ros_core
webots_ros2_tests
crane_plus_description
py_trees_ros_tutorials
ros2_ouster
automatika_ros_sugar
annin_ar4_moveit_config

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 3.8.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 rolling
Last Updated 2025-03-31
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong
  • William Woodall

Authors

  • Dirk Thomas
  • Michel Hidalgo
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package launch

3.8.0 (2025-02-27)

  • Add ForEach action to repeat entities using iteration-specific values (#802)
  • Create py.typed (#828)
  • Improve error reporting by adding file locations to exceptions (#823)
  • add test coverage for substitution edgecases involving E notation (#824)
  • Cleanup the launch dependencies. (#819)
  • Contributors: Chris Lalancette, Christophe Bedard, Michael Carlstrom, Roland Arsenault, danielcranston

3.7.1 (2024-12-20)

  • Fix 'set up' typo (#813)
  • Contributors: Christophe Bedard

3.7.0 (2024-11-20)

  • Add test_xmllint to all of the ament_python packages. (#804)
  • Contributors: Chris Lalancette

3.6.1 (2024-07-29)

3.6.0 (2024-06-25)

3.5.1 (2024-06-17)

  • Fix typo in comment (#783)
  • Contributors: Christophe Bedard

3.5.0 (2024-04-26)

3.4.2 (2024-04-16)

  • (launch) fix describe of PathJoinSubstitution (#771)
  • Contributors: Matthijs van der Burgh

3.4.1 (2024-03-28)

  • Small fixes for modern flake8. (#772)
  • Cleanup some type annotations.
  • Contributors: Chris Lalancette

3.4.0 (2024-02-07)

  • Rework task exceptions loop. (#755)
  • add format overriding by environment variables (#722)
  • Add exception type to error output (#753)
  • Contributors: Chris Lalancette, David Yackzan, Marc Bestmann

3.3.0 (2024-01-24)

  • Let XML executables/nodes be "required" (like in ROS 1) (#751)
  • Contributors: Matthew Elwin

3.2.1 (2023-12-26)

3.2.0 (2023-10-04)

  • Add conditional substitution (#734)
  • Contributors: Nick Lamprianidis

3.1.0 (2023-09-08)

  • Add maximum times for a process to respawn (#696)
  • Contributors: Santti4go

3.0.1 (2023-09-07)

  • Add in a timeout for launch pytests. (#725)
  • Contributors: Chris Lalancette

3.0.0 (2023-08-21)

  • Fix remaining occurrences of "There is no current event loop" (#723)
  • Update the launch code for newer flake8 and mypy. (#719)
  • Remove the deprecated some_actions_type.py (#718)
  • Contributors: Chris Lalancette

2.2.1 (2023-07-11)

  • Improve launch file parsing error messages (#626)
  • Contributors: Timon Engelke

2.2.0 (2023-06-07)

  • Add file-content launch substitution (#708)
  • Contributors: Scott K Logan

2.1.0 (2023-04-27)

2.0.1 (2023-04-12)

  • Document LaunchService.{run,run_async}() return value (#702)
  • Contributors: Christophe Bedard

2.0.0 (2023-04-11)

  • [rosdoc2] Fix document generation on buildfarm (#701)
  • Enable document generation using rosdoc2 for ament_python pkgs (#697)
  • Remove the import of Literal from entity.py. (#694)
  • Fix flake8 errors. (#695)
  • add symlink to latest log directory (#686)
  • Improve type checking (#679)
  • Contributors: Chris Lalancette, Hervé Audren, Welte, Yadu

1.4.1 (2023-02-24)

  • Fixed typos (#692)
  • Contributors: Alejandro Hernández Cordero

1.4.0 (2023-02-14)

  • Pass modules to PythonExpression (#655)
  • Allow ReadyToTest() usage in event handler (#665)
  • Expose emulate_tty to xml and yaml launch (#669)
  • Expose sigterm_timeout and sigkill_timeout to xml frontend (#667)
  • [rolling] Update maintainers - 2022-11-07 (#671)
  • Contributors: Aditya Pande, Audrow Nash, Blake Anderson, Nikolai Morin

1.3.0 (2022-11-02)

  • Expect deprecation warnings in tests (#657)
  • Fix the restoring of os.environ to maintain type. (#656)
  • Implement Any, All, Equals, and NotEquals substitutions (#649)
  • add LaunchLogDir substitution, replacing log_dir frontend only substitution (#652)
  • Add special cases to coerce "1" and "0" to bool when using bool coercion only (#651)
  • Contributors: Chris Lalancette, Jacob Perron, William Woodall, methylDragon

1.2.0 (2022-09-13)

  • Update launch/test/launch/test_execute_local.py
  • Added unit test ensuring that output dictionary works with ExecuteLocal
  • Addresses issue #588, allowing dict for 'output'
  • Contributors: Matthew Elwin, Michael Jeronimo

1.1.0 (2022-04-29)

  • Remove unused variables. (#612)
  • Expose shutdown action to xml frontend (#611)
  • Contributors: Aditya Pande, Chris Lalancette

1.0.1 (2022-04-13)

  • Sandbox environment in tests to fix repeated job failures (#609)
  • Contributors: Shane Loretz

1.0.0 (2022-04-12)

0.23.1 (2022-04-08)

  • Start Python faster in test_execute_processs_shutdown to avoid flakey failures (#608)
  • Fix warnings from importlib_metdata on Python 3.10. (#606)
  • Contributors: Chris Lalancette, Shane Loretz

0.23.0 (2022-03-30)

  • Add boolean substitutions (#598)
  • Contributors: Kenji Miyake

0.22.0 (2022-03-28)

  • Support scoping environment variables (#601)
  • Fix awaiting shutdown in launch context (#603)
  • Fix parse respawn var (#569)
  • Make the logged command pretty in ExecuteLocal (#594)
  • Contributors: Jacob Perron, Kosuke Takeuchi

0.21.1 (2022-03-01)

  • 'output' is expanded as a substitution in XML/YAML files (#577)
  • Skip warning test if warning already happend (#585)
  • Contributors: Khush Jain, Shane Loretz

0.21.0 (2022-01-14)

  • Use asyncio.wait with timeout rather than sleep (#576)
  • Make test_parser compatible with Python older than 3.8 (#575)
  • Propagate exceptions of completed actions to launch service main loop (#566)
  • Warn when loading launch extensions fails (#572)
  • Add in two fixes for Jammy (#571)
  • Contributors: Chris Lalancette, Scott K Logan, Shane Loretz, tumtom

0.20.0 (2021-11-29)

  • Evaluate math symbols and functions in python expression (#557)
  • Document TimerAction params (#558)
  • Improve launch arguments introspection (#556)
  • Update maintainers to Aditya Pande and Michel Hidalgo (#559)
  • Updated maintainers (#555)
  • First prototype of native pytest plugin for launch based tests (#528)
  • Allow for raw path specification in IncludeLaunchDescription (#544)
  • Adding Executable description class (#454)
  • event handlers: Allow to match the target action with a callable and not only with an object instance (#540)
  • Add AppendEnvironmentVariable action (#543)
  • Document EnvironmentVariable substitution resolution context caveat (#541)
  • Feature clear launch configs (#515)
  • Add examples to ExecuteProcess docs (#525)
  • Fix [DeclareLaunchArgument]{.title-ref} xml parsing and constructor (#529)
  • Fix pytest run on Windows (#526)
  • Improving docs (#523)
  • Add filtering mechanism for executable prefix application (#522)
  • Contributors: Aditya Pande, Audrow Nash, Cameron Miller, Christophe Bedard, David V. Lu!!, Derek Chopp, Immanuel Martini, Ivan Santiago Paunovic, roger-strain

0.19.0 (2021-07-15)

  • Make each parser extension provide a set of file extensions (#516)
  • Contributors: Christophe Bedard

0.18.0 (2021-06-18)

  • Add missing exec dependency on PyYAML (#493)
  • Refactor TimerAction to allow RosTimer to extend (#512)
  • Improve (Not)Equals condition type hinting (#510)
  • Contributors: HMellor, Rebecca Butler, Scott K Logan

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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
cartographer_ros
diagnostic_updater
fmi_adapter
fmi_adapter_examples
fuse_core
fuse_optimizers
turtle_tf2_cpp
turtle_tf2_py
stereo_image_proc
leo_gz_bringup
moveit_configs_utils
pcl_ros
phidgets_accelerometer
phidgets_analog_inputs
phidgets_digital_inputs
phidgets_digital_outputs
phidgets_gyroscope
phidgets_high_speed_encoder
phidgets_ik
phidgets_magnetometer
phidgets_motors
phidgets_spatial
phidgets_temperature
pointcloud_to_laserscan
robot_calibration
rosbridge_server
rviz_visual_tools
twist_mux
ur_robot_driver
opencv_tests
composition
demo_nodes_cpp
demo_nodes_cpp_native
dummy_robot_bringup
image_tools
intra_process_demo
logging_demo
pendulum_control
quality_of_service_demo_cpp
topic_monitor
domain_bridge
launch_testing_examples
gz_ros2_control_demos
gz_ros2_control_tests
launch_pytest
launch_testing
launch_xml
launch_yaml
test_launch_testing
launch_ros
ros2launch
ouster_ros
rcl
rcutils
ros1_bridge
controller_manager
kortex_bringup
robotiq_description
robotiq_hardware_tests
test_ros2trace
test_tracetools_launch
tracetools_launch
tracetools_test
ros2action
ros2doctor
ros2interface
ros2lifecycle
ros2node
ros2param
ros2pkg
ros2service
ros2topic
ros_gz_bridge
ros_gz_sim
ros2test
rosbag2_performance_benchmarking
sick_safevisionary_tests
simple_launch
launch_system_modes
system_modes_examples
test_cli_remapping
test_communication
test_rclcpp
test_security
test_ros2trace_analysis
ur_description
ur_simulation_gz
ros_core
webots_ros2_tests
py_trees_ros_tutorials
automatika_ros_sugar

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch at Robotics Stack Exchange

launch 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 1.0.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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Michel Hidalgo

Authors

  • Dirk Thomas
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package launch

1.0.4 (2023-01-10)

  • Allow ReadyToTest() usage in event handler (#681)
  • Contributors: Nikolai Morin

1.0.3 (2022-10-18)

  • Fix bug in test_push_and_pop_environment.py
  • Fix the restoring of os.environ to maintain type. (#656)
  • Addresses issue #588, allowing dict for 'output' (backport #640) (#647)
  • Contributors: Chris Lalancette, mergify[bot]

1.0.2 (2022-05-10)

  • Expose shutdown action to xml frontend (#611)
  • Contributors: Aditya Pande

1.0.1 (2022-04-13)

  • Sandbox environment in tests to fix repeated job failures (#609)
  • Contributors: Shane Loretz

1.0.0 (2022-04-12)

0.23.1 (2022-04-08)

  • Start Python faster in test_execute_processs_shutdown to avoid flakey failures (#608)
  • Fix warnings from importlib_metdata on Python 3.10. (#606)
  • Contributors: Chris Lalancette, Shane Loretz

0.23.0 (2022-03-30)

  • Add boolean substitutions (#598)
  • Contributors: Kenji Miyake

0.22.0 (2022-03-28)

  • Support scoping environment variables (#601)
  • Fix awaiting shutdown in launch context (#603)
  • Fix parse respawn var (#569)
  • Make the logged command pretty in ExecuteLocal (#594)
  • Contributors: Jacob Perron, Kosuke Takeuchi

0.21.1 (2022-03-01)

  • 'output' is expanded as a substitution in XML/YAML files (#577)
  • Skip warning test if warning already happend (#585)
  • Contributors: Khush Jain, Shane Loretz

0.21.0 (2022-01-14)

  • Use asyncio.wait with timeout rather than sleep (#576)
  • Make test_parser compatible with Python older than 3.8 (#575)
  • Propagate exceptions of completed actions to launch service main loop (#566)
  • Warn when loading launch extensions fails (#572)
  • Add in two fixes for Jammy (#571)
  • Contributors: Chris Lalancette, Scott K Logan, Shane Loretz, tumtom

0.20.0 (2021-11-29)

  • Evaluate math symbols and functions in python expression (#557)
  • Document TimerAction params (#558)
  • Improve launch arguments introspection (#556)
  • Update maintainers to Aditya Pande and Michel Hidalgo (#559)
  • Updated maintainers (#555)
  • First prototype of native pytest plugin for launch based tests (#528)
  • Allow for raw path specification in IncludeLaunchDescription (#544)
  • Adding Executable description class (#454)
  • event handlers: Allow to match the target action with a callable and not only with an object instance (#540)
  • Add AppendEnvironmentVariable action (#543)
  • Document EnvironmentVariable substitution resolution context caveat (#541)
  • Feature clear launch configs (#515)
  • Add examples to ExecuteProcess docs (#525)
  • Fix [DeclareLaunchArgument]{.title-ref} xml parsing and constructor (#529)
  • Fix pytest run on Windows (#526)
  • Improving docs (#523)
  • Add filtering mechanism for executable prefix application (#522)
  • Contributors: Aditya Pande, Audrow Nash, Cameron Miller, Christophe Bedard, David V. Lu!!, Derek Chopp, Immanuel Martini, Ivan Santiago Paunovic, roger-strain

0.19.0 (2021-07-15)

  • Make each parser extension provide a set of file extensions (#516)
  • Contributors: Christophe Bedard

0.18.0 (2021-06-18)

  • Add missing exec dependency on PyYAML (#493)
  • Refactor TimerAction to allow RosTimer to extend (#512)
  • Improve (Not)Equals condition type hinting (#510)
  • Contributors: HMellor, Rebecca Butler, Scott K Logan

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
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
performance_test
rover_navigation
abb_bringup
ardupilot_gz_bringup
ardupilot_cartographer
ariac_description
ariac_gazebo
ariac_moveit_config
px4_ros_com
px4_ros_com
px4_ros_com
aubo_gazebo
aubo_ros2_driver
autocar_description
autocar_gazebo
probabilistic_occupancy_grid_map
launch_ros
pointcloud_to_laserscan
pointcloud_to_laserscan
pointcloud_to_laserscan
pointcloud_to_laserscan
io_opt
nav2_core
nav2_core
nav2_core
nav2_core
nav2_core
nav2_core
nav2_core
nav2_util
nav2_util
nav2_util
nav2_util
nav2_util
nav2_util
opencv_tests
opencv_tests
opencv_tests
opencv_tests
fault_injection
stereo_image_proc
domain_bridge
domain_bridge
autoware_slam
cartographer_ros
pcl_localization_ros2
autoware_probabilistic_occupancy_grid_map
autoware_fault_injection
state_estimation_nodes
benchmark_tool_nodes
axebot_control
axebot_description
axebot_gazebo
beetle_gazebo
rosbridge_server
rosbridge_server
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_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
subsystem_controllers
system_controller
traffic_incident_parser
trajectory_executor
trajectory_follower_wrapper
trajectory_visualizer
yield_plugin
cartesian_controller_simulation
cartesian_controller_tests
cartesian_controller_utilities
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
demo_nodes_cpp_co
mcr_bringup
cyberdog_utils
denso_robot_bringup
denso_robot_descriptions
dgl_ros
dgl_ros_models
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
joy_mapper
obstacle_avoidance
duckietown_demos
object_classifier
eeuv_sim
epuck_ros2_driver
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
happypose_examples
happypose_ros
hospital_robot_spawner
hri_fullbody
husarion_ugv_bringup
husarion_ugv_controller
husarion_ugv_description
husarion_ugv_gazebo
ifm3d_ros2
int-ball2_isaac_sim
rcl
rcutils
isaac_diffbot_sim
isaac_diffbot_sim
isaac_ros_perceptor_bringup
cmdvel_to_ackermann
isaacsim
carter_navigation
carter_navigation
iw_hub_navigation
kachaka_nav2_bringup
kachaka_grpc_ros2_bridge
kachaka_interfaces
learm_ros2_description
lidar_localization_ros2
entrance_exploration
maes_ros2_interface
slam_toolbox
interbotix_aloha
manta_v2_gazebo_ros2_control
marscar_gazebo_ros2
melfa_bringup
melfa_driver
mini_pupper_bringup
mini_pupper_navigation
mobRobURDF_launch
talkerlistener
moveit_configs_utils
franka_control2
multiverse_control
mycobot_280_description
nav_drone_core
negotiated_examples
nexus_demos
nova_carter_bringup
nova_carter_description
nova_carter_navigation
okvis
openbot_ros
open_mower_next
osr_gazebo
uuv_thruster_manager
uuv_gazebo_ros_plugins
pylon_ros2_camera_component
pylon_ros2_camera_wrapper
autoware_reference_system
autoware_reference_system
custom_robots
unity_simulation_scene2
saye_bringup
interbotix_xsarm_dual
interbotix_xsarm_joy
interbotix_landmark_modules
interbotix_perception_modules
interbotix_xs_modules
app
unity_diffbot_sim
learning_tf
ros2_control_demo_example_1
ros2_control_demo_example_10
ros2_control_demo_example_11
ros2_control_demo_example_12
ros2_control_demo_example_13
ros2_control_demo_example_14
ros2_control_demo_example_15
ros2_control_demo_example_16
ros2_control_demo_example_2
ros2_control_demo_example_3
ros2_control_demo_example_4
ros2_control_demo_example_5
ros2_control_demo_example_6
ros2_control_demo_example_7
ros2_control_demo_example_8
ros2_control_demo_example_9
dc_demos
dc_util
epick_hardware_tests
ros2_examples
ros2_lib
sub_pub_torture_test
fanuc_control
composition
demo_nodes_cpp
demo_nodes_cpp_native
dummy_robot_bringup
image_tools
intra_process_demo
logging_demo
pendulum_control
quality_of_service_demo_cpp
topic_monitor
turtle_tf2_cpp
turtle_tf2_py
drone_control
ur5_gripper_description
ur5_gripper_moveit_config
panda_llm_inference_demos
panda_motion_planning_demos
panda_policy_deployment_demos
panda_control_demos
tms_ts_launch
ros2_agents
sport_control
rosbot_bringup
rosbot_controller
rosbot_gazebo
rosbot_xl_bringup
rosbot_xl_controller
rosbot_xl_gazebo
rosidl_typeadapter_protobuf_test
nav2_bringup_custom
costmap_intensity
ackermann_mux
social_nav2_bringup
spaceros_gz_demos
spot_common
spot_driver
swerve_controller
system_monitor_ros
triton_controls
triton_example
triton_gazebo
triton_object_recognition
tutorial_pkg
uav_control_plugin
pendulum_robot_description
pendulum_control_description
go2_slam_nav
turtlebot3_unity
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
demo_keys_cpp
demo_keys_filtering_cpp
wamv_gz
mbot_demo
uf_ros_lib

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch at Robotics Stack Exchange

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

launch package from launch repo

launch launch_testing

Package Summary

Tags No category tags.
Version 0.4.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 ardent
Last Updated 2017-12-09
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

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 at Robotics Stack Exchange

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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

Changelog for package launch

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

Changelog for package launch

0.7.4 (2019-04-02)

  • Fixed a bug with the introspector which occurred when the user set the environment in an ExecuteProcess. (#222)
  • Contributors: Daniel Stonier, Shane Loretz, William Woodall

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

  • Fixed setup.py versions (#155)
  • Contributors: Steven! Ragnarök
  • Merge pull request #158 from ros2/fix_deprecation_warning fix deprecation warning related to collections.abc
  • fix deprecation warning related to collections.abc Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • 0.7.2
  • changelogs Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • signit executes the shutdown event synchronously (#156)
    • signit executes the shutdown event synchronously
    • line length
    • avoid split parameter indention
  • 0.7.1
  • changelogs Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Fix setup py versions (#155) * Make setup.py version agree with package.xml version. Drive-by cleanup while I'm doing other things. * Missed it by that much. Between creating this branch and submitting it a release happened.

  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.7
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 eloquent
Last Updated 2020-12-04
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

Changelog for package launch

0.9.7 (2020-12-04)

  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434) (#464)
  • Fix parsing of cmd line arguments in XML and yaml file (#379) (#403)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.9.6 (2020-01-21)

  • Fix case where output buffer is closed during shutdown (#365)
  • Release loop lock before waiting for it to do work (#369)
  • Contributors: Peter Baughman, Shane Loretz

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.7
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 dashing
Last Updated 2020-03-25
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

Changelog for package launch

0.8.7 (2019-10-11)

  • install package marker and manifest (#323) (#343) Signed-off-by: Dirk Thomas <<dirk-thomas@users.noreply.github.com>> (cherry picked from commit 4eb26874260bab821863d28e52fbcecd25553f07)
  • Avoid registering atexit on windows (#297) (#329) Signed-off-by: ivanpauno <<ivanpauno@ekumenlabs.com>>
  • Contributors: Dirk Thomas, ivanpauno

0.8.6 (2019-09-06)

  • Address additional syntax issues with Python 3.5. (#328)
  • Restore support for Python 3.5 (#324)
  • Contributors: Steven! Ragnarök

0.8.5 (2019-08-22)

  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Contributors: Michel Hidalgo, chapulina

0.8.4 (2019-06-12)

  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Jacob Perron, Peter Baughman, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.17.2
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 galactic
Last Updated 2022-12-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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • William Woodall
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch

0.17.2 (2022-12-02)

  • Add missing exec dependency on PyYAML (#682)
  • Support scoping environment variables (#631)
  • Contributors: Jacob Perron, Scott K Logan

0.17.1 (2022-04-28)

  • Evaluate math symbols and functions in python expression (#557) (#563)
  • Allow for raw path specification in IncludeLaunchDescription (#544) (#549)
  • Contributors: David V. Lu!!, Immanuel Martini

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.10.10
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 foxy
Last Updated 2022-10-12
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

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

Changelog for package launch

0.10.10 (2022-10-12)

  • Fix bug in test_push_and_pop_environment.py Sandbox the environment so the tests do not affect other tests. This is a partial backport of (#652)
  • Sandbox environment in tests to fix repeated job failures (#609)
  • Fix the restoring of os.environ to maintain its type. (#656)
  • Contributors: Chris Lalancette, Shane Loretz

0.10.9 (2022-09-12)

  • Support scoping environment variables (#601) (#630)
  • Contributors: Jacob Perron

0.10.8 (2022-01-12)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml. (#468) (#567)
  • Evaluate math symbols and functions in python expression. (#557) (#562)
  • Contributors: Aditya, Immanuel Martini, mergify[bot]

0.10.7 (2021-11-12)

  • Allow for raw path specification in IncludeLaunchDescription (#544) (#548)
  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Fix up parser.py (#414)
  • Contributors: Dan Rose, David V. Lu!!, Ivan Santiago Paunovic, Jacob Perron, Michel Hidalgo

0.10.6 (2021-08-31)

  • Handle signals within the asyncio loop (#506)
    • Handle signals within the asyncio loop (#476)
    • Workaround asyncio signal handling on Unix (#479)
    • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
    • Close the socket pair used for signal management (#497)
    • Only try to wrap the fd in a socket on Windows (#498)
  • Contributors: Michael Jeronimo

0.10.5 (2021-04-14)

  • Support non-interactive launch.LaunchService runs (#475) (#500)
  • Add arg_choice arg to DeclareLaunchArguments (#483) (#485)
  • Add respawn and respawn_delay support (#426) (#478)
  • Allow configuring logging directory through environment variables (#460) (#477)
  • Contributors: Christophe Bedard, Felix Divo, Michel Hidalgo, Tom Greier, Victor Lopez, Vitaliy Bondar

0.10.4 (2020-12-08)

  • Fix dollar symbols in substitution grammar (#461) (#472)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434) (#463)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.10.3 (2020-08-27)

  • Add new conditions for checking launch configuration values (#453) (#457)
  • Refactor launch service run_async loop to wait on futures and queued events (#449) (#455)
  • Add pytest.ini so local tests don't display warning (#428)
  • Contributors: Chris Lalancette, Jacob Perron

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.0.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 iron
Last Updated 2024-06-24
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

The ROS launch tool.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Brandon Ong
  • William Woodall

Authors

  • Dirk Thomas
  • Michel Hidalgo
  • William Woodall
README
No README found. No README in repository either.
CHANGELOG

Changelog for package launch

2.0.4 (2024-06-24)

  • Add conditional substitution (#734) (#776) * Add conditional substitution Closes: #727 Co-authored-by: Nick Lamprianidis <<info@nlamprian.me>>

  • Contributors: Jonas Otto

2.0.3 (2024-04-19)

  • Backport Iron: Let XML executables/nodes be "required" (like in ROS 1) (#764)
  • Contributors: Matthew Elwin, Tim Clephas

2.0.2 (2023-07-14)

  • Add file-content launch substitution (#709)
  • Contributors: Scott K Logan

2.0.1 (2023-04-12)

  • Document LaunchService.{run,run_async}() return value (#702)
  • Contributors: Christophe Bedard

2.0.0 (2023-04-11)

  • [rosdoc2] Fix document generation on buildfarm (#701)
  • Enable document generation using rosdoc2 for ament_python pkgs (#697)
  • Remove the import of Literal from entity.py. (#694)
  • Fix flake8 errors. (#695)
  • add symlink to latest log directory (#686)
  • Improve type checking (#679)
  • Contributors: Chris Lalancette, Hervé Audren, Welte, Yadu

1.4.1 (2023-02-24)

  • Fixed typos (#692)
  • Contributors: Alejandro Hernández Cordero

1.4.0 (2023-02-14)

  • Pass modules to PythonExpression (#655)
  • Allow ReadyToTest() usage in event handler (#665)
  • Expose emulate_tty to xml and yaml launch (#669)
  • Expose sigterm_timeout and sigkill_timeout to xml frontend (#667)
  • [rolling] Update maintainers - 2022-11-07 (#671)
  • Contributors: Aditya Pande, Audrow Nash, Blake Anderson, Nikolai Morin

1.3.0 (2022-11-02)

  • Expect deprecation warnings in tests (#657)
  • Fix the restoring of os.environ to maintain type. (#656)
  • Implement Any, All, Equals, and NotEquals substitutions (#649)
  • add LaunchLogDir substitution, replacing log_dir frontend only substitution (#652)
  • Add special cases to coerce "1" and "0" to bool when using bool coercion only (#651)
  • Contributors: Chris Lalancette, Jacob Perron, William Woodall, methylDragon

1.2.0 (2022-09-13)

  • Update launch/test/launch/test_execute_local.py
  • Added unit test ensuring that output dictionary works with ExecuteLocal
  • Addresses issue #588, allowing dict for 'output'
  • Contributors: Matthew Elwin, Michael Jeronimo

1.1.0 (2022-04-29)

  • Remove unused variables. (#612)
  • Expose shutdown action to xml frontend (#611)
  • Contributors: Aditya Pande, Chris Lalancette

1.0.1 (2022-04-13)

  • Sandbox environment in tests to fix repeated job failures (#609)
  • Contributors: Shane Loretz

1.0.0 (2022-04-12)

0.23.1 (2022-04-08)

  • Start Python faster in test_execute_processs_shutdown to avoid flakey failures (#608)
  • Fix warnings from importlib_metdata on Python 3.10. (#606)
  • Contributors: Chris Lalancette, Shane Loretz

0.23.0 (2022-03-30)

  • Add boolean substitutions (#598)
  • Contributors: Kenji Miyake

0.22.0 (2022-03-28)

  • Support scoping environment variables (#601)
  • Fix awaiting shutdown in launch context (#603)
  • Fix parse respawn var (#569)
  • Make the logged command pretty in ExecuteLocal (#594)
  • Contributors: Jacob Perron, Kosuke Takeuchi

0.21.1 (2022-03-01)

  • 'output' is expanded as a substitution in XML/YAML files (#577)
  • Skip warning test if warning already happend (#585)
  • Contributors: Khush Jain, Shane Loretz

0.21.0 (2022-01-14)

  • Use asyncio.wait with timeout rather than sleep (#576)
  • Make test_parser compatible with Python older than 3.8 (#575)
  • Propagate exceptions of completed actions to launch service main loop (#566)
  • Warn when loading launch extensions fails (#572)
  • Add in two fixes for Jammy (#571)
  • Contributors: Chris Lalancette, Scott K Logan, Shane Loretz, tumtom

0.20.0 (2021-11-29)

  • Evaluate math symbols and functions in python expression (#557)
  • Document TimerAction params (#558)
  • Improve launch arguments introspection (#556)
  • Update maintainers to Aditya Pande and Michel Hidalgo (#559)
  • Updated maintainers (#555)
  • First prototype of native pytest plugin for launch based tests (#528)
  • Allow for raw path specification in IncludeLaunchDescription (#544)
  • Adding Executable description class (#454)
  • event handlers: Allow to match the target action with a callable and not only with an object instance (#540)
  • Add AppendEnvironmentVariable action (#543)
  • Document EnvironmentVariable substitution resolution context caveat (#541)
  • Feature clear launch configs (#515)
  • Add examples to ExecuteProcess docs (#525)
  • Fix [DeclareLaunchArgument]{.title-ref} xml parsing and constructor (#529)
  • Fix pytest run on Windows (#526)
  • Improving docs (#523)
  • Add filtering mechanism for executable prefix application (#522)
  • Contributors: Aditya Pande, Audrow Nash, Cameron Miller, Christophe Bedard, David V. Lu!!, Derek Chopp, Immanuel Martini, Ivan Santiago Paunovic, roger-strain

0.19.0 (2021-07-15)

  • Make each parser extension provide a set of file extensions (#516)
  • Contributors: Christophe Bedard

0.18.0 (2021-06-18)

  • Add missing exec dependency on PyYAML (#493)
  • Refactor TimerAction to allow RosTimer to extend (#512)
  • Improve (Not)Equals condition type hinting (#510)
  • Contributors: HMellor, Rebecca Butler, Scott K Logan

0.17.0 (2021-04-06)

  • Only try to wrap the fd in a socket on Windows (#498)
  • Close the socket pair used for signal management (#497)
  • Remove is_winsock_handle() and instead test if wrapping the handle in a socket.socket() works (#494)
  • Add frontend substitution for logging directory (#490)
  • Contributors: Ivan Santiago Paunovic, Jacob Perron

0.16.0 (2021-03-19)

  • Add arg_choice arg to DeclareLaunchArguments (#483)
  • Contributors: Victor Lopez

0.15.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata (#482)
  • Workaround asyncio signal handling on Unix (#479)
  • Handle signals within the asyncio loop. (#476)
  • Support non-interactive launch.LaunchService runs (#475)
  • Contributors: Michel Hidalgo, Scott K Logan

0.14.0 (2020-12-08)

  • print stderr message when command failed (#474)
  • Add frontend support for LogInfo action (#467)
  • Contributors: Jacob Perron, Takamasa Horibe

0.13.0 (2020-11-04)

  • Validate unparsed attributes and subentities in launch_xml and launch_yaml (#468)
  • Fix bug in launch.actions.TimerAction.parse() (#470)
  • Allow configuring logging directory through environment variables (#460)
  • Update package maintainers (#465)
  • Expose Timer action in launch xml (#462)
  • Fix dollar symbols in substitution grammar (#461)
  • Contributors: Christophe Bedard, Ivan Santiago Paunovic, Michel Hidalgo

0.12.0 (2020-08-18)

  • Add new conditions for checking launch configuration values (#453)
  • Contributors: Jacob Perron

0.11.1 (2020-08-14)

  • Refactor launch service run_async loop to wait on futures and queued events (#449)
  • Fix documentation typo (#446)
  • Fix type_utils.extract_type() function. (#445)
  • Contributors: Jacob Perron, Michel Hidalgo

0.11.0 (2020-08-04)

  • Handle empty strings in type coercion. (#443)
  • Consolidate type_utils in a way that can be reused in substitution results that need to be coerced to a specific type (#438)
  • Delete unnecessary loading of 'launch.frontend.interpolate_substitution_method' entry point that was never used (#434)
  • Avoid side effect, defer until needed (#432)
  • Remove pkg_resources, replace it with the use of the more modern importlib* libraries. (#430)
  • Remove the asyncio.wait loop parameter. (#429)
  • Add pytest.ini so local tests don't display warning (#428)
  • Defer shutdown if already running (#427)
  • Add respawn and respawn_delay support (#426)
  • Fix up parser.py (#414)
  • Contributors: CHEN, Chris Lalancette, Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jorge Perez, Michel Hidalgo

0.10.2 (2020-05-26)

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

0.10.1 (2020-05-08)

  • removed deprecated loop parameter call (#387) (#410)
  • Contributors: Zahi Kakish

0.10.0 (2020-04-24)

  • remove Python 3.5 specific logic (#401)
  • use typing.TYPE_CHECKING to avoid flake8 failure (#398)
  • Suppress flake8 A003 warning (#395)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Remove unnecessary overloads (#389)
  • Simplify type annotation (#388)
  • Add support for anon substitution (#384)
  • Make RegisterEventHandler describe its sub-entities (#386)
  • Fix parsing of cmd line arguments in XML and yaml file (#379)
  • Only allow ExecuteProcess actions to execute once (#375)
  • Fix grammar in docstring (#373)
  • Release loop lock before waiting for it to do work (#369)
  • Adds [Command]{.title-ref} substitution (#367)
  • Handle case where output buffer is closed during shutdown (#365)
  • Use imperative mood in docstrings. (#362)
  • Contributors: Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, Jorge Perez, Peter Baughman, Shane Loretz, Steven! Ragnarök, William Woodall

0.9.5 (2019-11-13)

  • fix PendingDeprecationWarning about asyncio.Task.current_task (#355)
  • import collections.abc (#354)
  • Contributors: Dirk Thomas

0.9.4 (2019-11-08)

  • Fix ExecuteProcess.get_sub_entities() implementation. (#353)
  • Contributors: Michel Hidalgo

0.9.3 (2019-10-23)

0.9.2 (2019-10-23)

0.9.1 (2019-09-25)

  • Fix error in ExecuteProcess parse classmethod (#339)
  • Add support to ignore fields when parsing ExecuteProcess. (#336)
  • Make parse_substitution handle zero-width text. (#335)
  • Fix InvalidLaunchFileError error message. (#333)
  • Fix default Action describe_conditional_sub_entities() implementation. (#334)
  • Contributors: Michel Hidalgo, ivanpauno

0.9.0 (2019-09-18)

  • Fix "'GroupAction' object has no attribute 'actions'" error (#327)
  • install package marker and manifest (#323)
  • Make IncludeLaunchDescription force launch_arguments (#284)
  • fix expectation for test on Windows (#319)
  • Improve error message when a failing to include launch file (#315)
  • Fix launch argument listing/checking issues (#310)
  • Support LaunchService injection into pre-shutdown tests. (#308)
  • Fix test_expose_decorators failures (#307)
  • Add assertWaitForStartup method to match assertWaitForShutdown (#278)
  • Add support for conditions in IncludeLaunchDescription actions (#304)
  • Convert list comprehension to generator (#300)
  • Don't create a log directory every time the launch logger is imported. (#299)
  • Avoid registering atexit on windows (#297)
  • Correct launch service sigterm handling (#294)
  • fix encoding handling when writing to stdout and log files (#280)
  • More idiomatic typecheck-only imports (#285)
  • Add deprecated argument to LaunchDescriptionn (#291)
  • Add support for not optional environment variable substitution (#288)
  • Add parsing method to PythonExpression substitution (#281)
  • Revert "Revert "[execute_process] emulate_tty configurable and defaults to true"" (#277)
  • Refactor [launch.frontend]{.title-ref} file loading (#271)
  • Revert "[execute_process] emulate_tty configurable and defaults to true (#265)" (#276)
  • fix linter warnings (#274)
  • [execute_process] emulate_tty configurable and defaults to true (#265)
  • Add parsing method for dirname substitution (#273)
  • Add parsing methods for SetEnviromentVariable and UnsetEnviromentVariable (#272)
  • Add parsing method for [DeclareLaunchArgument]{.title-ref} (#270)
  • Add frontend module in launch, launch_xml and launch_yaml packages (#226)
  • Add PathJoinSubstitution (#266)
  • Fix EventHandler type hints (#264)
  • Fix build_cop #214 (#259)
  • Fix get_launch_arguments to not crash on conditional sub entities (#257)
  • Use stderr logger instead of buffer (#258)
  • Line buffering of logger output (#255)
  • Contributors: Chris Lalancette, Dan Rose, Daniel Stonier, Dirk Thomas, Jacob Perron, Michel Hidalgo, Peter Baughman, Scott K Logan, William Woodall, ivanpauno

0.8.3 (2019-05-29)

  • Changed IncludeLaunchDescription to not check declared arguments of subentities in order to work around an issue preventing nested arugments until a better fix can be done. (#249)
  • Fixed a bug where logging messages could be duplicated and improved logging's apperance on the CLI. (#250)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.2 (2019-05-20)

  • Moved some common code to LaunchDescriptionSource (#234)
  • Please flake8 on launch package. (#241)
  • Allow substitution in variable_name of LaunchConfiguration substitutions (#235)
  • Add support for custom launch log file handling (#233)
  • Contributors: Michel Hidalgo, ivanpauno

0.8.1 (2019-05-08)

0.8.0 (2019-04-13)

  • Added SetEnvironmentVariable and UnsetEnvironmentVariable actions #164 (#216)
  • Used one sentence per line in docs. (#219)
  • Added support for external ExecuteProcess output overrides. (#218)
  • Logged the launch logging config before running. (#217)
  • Fixed treating stderr output separate from stdout. (#212)
  • Replaced characters with marker when there is a decoding error. (#202)
  • Added LaunchLogger class. (#145)
  • Added test actions. (#178)
  • Fixed to close subprocess transport on execute action cleanup. (#198)
  • Updated logger.warn (deprecated) to logger.warning. (#199)
  • Dropped legacy launch package. (#191)
  • Migrated legacy launch API tests. (#167)
  • Updated to cancel Timers on shutdown. (#181)
  • Fixed timer global init of event handler. (#184)
  • Added support for required nodes (#179)
  • Updated to ensure event handlers add event to context locals. (#177)
  • Added OnProcessStart event handler. (#171)
  • Corrected OnProcessExit typing for Callable. (#170)
  • Removed whitespace in keyword arg. (#169)
  • Contributors: Dirk Thomas, Jacob Perron, Kyle Fazzari, Michel Hidalgo, Peter Baughman, Shane Loretz, William Woodall, ivanpauno, oswinso

0.7.3 (2018-12-13)

  • Fixed deprecation warning related to collections.abc (#158)
  • Contributors: William Woodall

0.7.2 (2018-12-06)

  • Changed the signit handler os it executes the shutdown event synchronously (#156)
  • Contributors: Jonathan Chapple, Steven! Ragnarök, William Woodall

0.7.1 (2018-11-16)

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

0.7.0 (2018-11-16)

  • Fixed a bug to ensure that shutdown event is handled correctly (#154)
    • There was a potential race condition in between when the shutdown event is emitted and the rest of the shutdown handling code.
    • This introduces an additional await to ensure that the event is emitted before proceeding.
  • Fixed example to always use shell to avoid inconsistency of time being a shell command or executable (#150)
  • Added tests for class_tools module and fix is_a_subclass() (#142)
  • Added tests for the utilities module (#143)
  • Added 'handle_once' property for unregistering an EventHandler after one event (#141)
  • Added UnregisterEventHandler action (#110)
  • Changed LaunchService so that it returns 1 on caught exceptions from within launch (#136)
  • Added ability to define and pass launch arguments to launch files (#123)
    • Added self descriptions for substitutions
    • Added tracebacks back to the output by default
    • Added new actions for declaring launch arguments
    • Added new method on LaunchDescription which gets all declared arguments within
    • Added ability to pass arguments when including a launch description
    • Added description for local variables used in Node action
    • Added ability to show and pass launch arguments on the command line
    • Added an accessor for the Condition of an Action
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added UnsetLaunchConfiguration action and tests (#134)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added GroupAction for conditionally including other actions and scoping (#133)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added optional name argument to ExecuteProcess (#129)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added a new pair of actions for pushing and popping launch configurations (#128)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: Dirk Thomas, Jacob Perron, Michael Carroll, William Woodall, dhood

0.6.0 (2018-08-20)

  • Added a way to include other Python launch files (#122)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Implemented the concept of Action conditions (#121)
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Added IncludeLaunchDescription action (#120)
    • fixes #115
    • Signed-off-by: William Woodall <<william@osrfoundation.org>>
  • Contributors: William Woodall

0.5.2 (2018-07-17)

  • Made a change to avoid reentrancy of signal handlers (#99)
  • Ignored warning for builtins A003 (#100)
  • Fixed exception when launch process with environment variables (#96)
  • Contributors: Shane Loretz, William Woodall, dhood

0.5.1 (2018-06-27)

  • Changed the behavior when signaling SIGINT to subprocesses on Windows, where it now does SIGTERM instead, because SIGINT causes a ValueError about SIGINT being an unsupported signal number. (#94)
  • Fixed a bug by avoiding reentrancy in the SIGINT signal handler. (#92)
  • Various Windows fixes. (#87)
    • LaunchService.run() now returns non-0 when there are exceptions in coroutines.
    • Updated launch_counters.py example for Windows.
    • Fixed a bug that would cause mismatched asyncio loops in some futures.
    • Addressed the fact that signal.SIGKILL doesn’t exist on Windows, so emulate it in our Event.
    • Fixed an issue that resulted in spurious asyncio errors in LaunchService test.
  • Contributors: William Woodall, dhood

0.5.0 (2018-06-19)

  • Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (#85)
  • Changed to use variable typing in comments to support python 3.5 (#81)
  • New launch API (#74)
    • See pull request for more details and links to architecture documentation and the design doc.
  • Moved launch source files into launch.legacy namespace (#73)
    • This was in preparation for the new launch API.
  • [for launch.legacy] fixed a flake8 warning (#72)
  • [for launch.legacy] set zip_safe to avoid warning during installation (#71)
  • [for launch.legacy] Fix hang on keyboard interrupt (#69)
    • When keyboard interrupt exception occurs loop.run_forever is called. But there is no loop.stop call. This causes a hang.
  • Contributors: Devin, Dirk Thomas, 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
cartographer_ros
diagnostic_updater
fmi_adapter
fmi_adapter_examples
fuse_core
fuse_optimizers
turtle_tf2_cpp
turtle_tf2_py
stereo_image_proc
moveit_configs_utils
pcl_ros
phidgets_accelerometer
phidgets_analog_inputs
phidgets_digital_inputs
phidgets_digital_outputs
phidgets_gyroscope
phidgets_high_speed_encoder
phidgets_ik
phidgets_magnetometer
phidgets_motors
phidgets_spatial
phidgets_temperature
pointcloud_to_laserscan
robot_calibration
rosbridge_server
rviz_visual_tools
slam_toolbox
twist_mux
ur_moveit_config
ur_robot_driver
opencv_tests
beluga_example
composition
demo_nodes_cpp
demo_nodes_cpp_native
dummy_robot_bringup
image_tools
intra_process_demo
logging_demo
pendulum_control
quality_of_service_demo_cpp
topic_monitor
domain_bridge
launch_testing_examples
gazebo_ros2_control_demos
gz_ros2_control_demos
gz_ros2_control_tests
launch_pytest
launch_testing
launch_xml
launch_yaml
test_launch_testing
launch_ros
ros2launch
nav2_bringup
nav2_common
nav2_core
nav2_costmap_2d
nav2_map_server
nav2_system_tests
nav2_util
ouster_ros
rcl
rcutils
ros1_bridge
controller_manager
joint_limits_interface
kortex_bringup
plansys2_bringup
robotiq_description
robotiq_hardware_tests
test_ros2trace
test_tracetools_launch
tracetools_launch
tracetools_test
ros2action
ros2doctor
ros2interface
ros2lifecycle
ros2node
ros2param
ros2pkg
ros2service
ros2topic
ros2test
sick_safevisionary_tests
simple_launch
launch_system_modes
system_modes_examples
test_cli_remapping
test_communication
test_rclcpp
test_security
ur_description
ur_simulation_gz
ros_core
webots_ros2_tests

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged launch 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.