Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Humble corrections #915

Closed
wants to merge 23 commits into from
Closed

Humble corrections #915

wants to merge 23 commits into from

Commits on Jul 25, 2022

  1. XMLRPC server accepts request from all local IP addresses. (ros2#729) (

    …ros2#733)
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit c7d3204)
    
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3fd2fab View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. [humble] Backport. Expand auto to the current time when passed to a H…

    …eader field (ros2#751)
    
    * Expand auto to the current time when passed to a Header field
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Make sure that the stamp field is updated every time the message is published
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Added support for passing 'now' as a value to a 'builtin_interfaces.msg.Time'. Added comments and expand docstring
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Only update timestamp fields that have been passed 'now' as a value
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Fix lint errors
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Added tests
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Remove node argument from set_message_fields_expanded
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Fix flake8 errors
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0bef9e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Fix the component load help to mention load, not unload. (ros2#756) (r…

    …os2#757)
    
    Signed-off-by: Chris Lalancette <[email protected]>
    (cherry picked from commit e9789d4)
    
    Co-authored-by: Chris Lalancette <[email protected]>
    mergify[bot] and clalancette authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9e7f721 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. 0.18.4

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    74bd3eb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Add support use_sim_time for ros2 topic hz/bw/pub. (ros2#754) (ros2#777)

    * Add support use_sim_time for ros2 topic hz/bw/pub.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Add testcase.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Update code.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Update code again.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Add warning log.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Revert STEADY_TIME.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Fix flake8 warnings.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    * Update code.
    
    Signed-off-by: Lei Liu <[email protected]>
    
    Signed-off-by: Lei Liu <[email protected]>
    Signed-off-by: Tomoya Fujita <[email protected]>
    
    Signed-off-by: Lei Liu <[email protected]>
    Signed-off-by: Tomoya Fujita <[email protected]>
    Co-authored-by: Lei Liu <[email protected]>
    fujitatomoya and llapx authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1cf39d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Extend timeout to shutdown the command line process. (ros2#783) (ros2…

    …#784)
    
    address flaky test: ros2#772
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit 615efe6)
    
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2309182 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Fix network aware node issue (ros2#785) (ros2#786)

    * NewtorkAwareNode: Fix issue of using old DirectNode in method calls
    
    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    
    * NetworkAwareNode: Check all interfaces, not only the gateways
    
    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    
    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    (cherry picked from commit 70d4991)
    
    Co-authored-by: Ivan Santiago Paunovic <[email protected]>
    mergify[bot] and ivanpauno authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4bcfdca View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. 0.18.5

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    13870ad View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Save method list via connection check to XMLRPC server. (ros2#796) (r…

    …os2#798)
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit e2adeac)
    
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e4364a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. 0.18.6

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7d79d06 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Set automatically_declare_parameters_from_overrides in DirectNode. (r…

    …os2#813) (ros2#815)
    
    Otherwise, the 'use_sim_time' parameter we are setting here is
    completely ignored.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    (cherry picked from commit 08fdf98)
    
    Co-authored-by: Chris Lalancette <[email protected]>
    mergify[bot] and clalancette authored May 6, 2023
    Configuration menu
    Copy the full SHA
    7d5c743 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. resolve ros2#790 (ros2#801) (ros2#832)

    Signed-off-by: ijnek <[email protected]>
    (cherry picked from commit ad0c2a8)
    
    Co-authored-by: Kenji Brameld <[email protected]>
    mergify[bot] and ijnek authored May 16, 2023
    Configuration menu
    Copy the full SHA
    86ae393 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update ros2 param dump dosctring. (ros2#837) (ros2#840)

    """Dump the parameters of a node to a yaml file.""" -> """Show all of the parameters of a node in a YAML file format."""
    
    Based on the documentation at
    https://docs.ros.org/en/rolling/How-To-Guides/Using-ros2-param.html#ros2-param-dump
    
    Signed-off-by: Murilo M. Marinho <[email protected]>
    (cherry picked from commit ef5d811)
    
    Co-authored-by: Murilo M Marinho <[email protected]>
    mergify[bot] and mmmarinho authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1580a03 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. 0.18.7

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    38d4fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. catch ExternalShutdownException ros2cli main. (ros2#854) (ros2#859)

    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit 0084d12)
    
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9dd90cf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. make handles not inheritable to prevent from blocking durning tab-com…

    …pletion (ros2#852) (ros2#873)
    
    * make file handles not inheritable before spawn the daemon
    
    Signed-off-by: Chen Lihui <[email protected]>
    Co-authored-by: Chris Lalancette <[email protected]>
    (cherry picked from commit d32d820)
    
    Co-authored-by: Chen Lihui <[email protected]>
    mergify[bot] and Chen Lihui authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    61f98ce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 0.18.8

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7cd8084 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Conditionally use valid_signals. (ros2#880)

    On Python 3.6 (in RHEL-8), signal.valid_signals()
    does not exist.  Only use it if it exists.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8df36c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. 0.18.9

    Signed-off-by: Scott K Logan <[email protected]>
    cottsay committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c02c6b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. call get_action_interfaces() properly. (ros2#898) (ros2#902)

    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit 305ef76)
    
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    22d5810 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. 0.18.10

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed May 15, 2024
    Configuration menu
    Copy the full SHA
    58b61c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. ros2cli.node.daemon : try getting fdsize from /proc for open fd limit (

    …ros2#888) (ros2#908)
    
    * ros2cli.node.daemon : try getting fdsize from /proc for open fd limit
    
    * - add with-block; remove linux check
    
    * - use removeprefix
    
    * - replace filter with loop
    
    Signed-off-by: akssri <[email protected]>
    (cherry picked from commit 64d216c)
    
    Co-authored-by: akssri-sony <[email protected]>
    mergify[bot] and akssri-sony authored Jun 4, 2024
    1 Configuration menu
    Copy the full SHA
    0c8ae6d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    40cbb32 View commit details
    Browse the repository at this point in the history