Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Audrow Nash
  • Michael Jeronimo

Authors

  • Dirk Thomas
  • Mabel Zhang
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2cli

0.18.9 (2024-02-16)

0.18.8 (2024-01-24)

  • make handles not inheritable to prevent from blocking durning tab-completion (#852) (#873)
  • catch ExternalShutdownException ros2cli main. (#854) (#859)
  • Contributors: mergify[bot]

0.18.7 (2023-07-18)

  • Set automatically_declare_parameters_from_overrides in DirectNode. (#813) (#815)
  • Contributors: mergify[bot]

0.18.6 (2023-04-25)

  • Save method list via connection check to XMLRPC server. (#796) (#798)
  • Contributors: mergify[bot]

0.18.5 (2023-01-10)

  • Fix network aware node issue (#785) (#786)
  • Contributors: mergify[bot]

0.18.4 (2022-11-07)

  • XMLRPC server accepts request from all local IP addresses. (#729) (#733)
  • Contributors: mergify[bot]

0.18.3 (2022-04-08)

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

0.18.2 (2022-03-30)

  • Add timeout to kill hanging tests (#701)
  • Contributors: Audrow Nash

0.18.1 (2022-03-28)

0.18.0 (2022-03-01)

0.17.1 (2022-01-25)

0.17.0 (2022-01-25)

0.16.1 (2022-01-14)

0.16.0 (2022-01-14)

  • Use try_shutdown() instead of shutdown() in DirectNode.__exit_() (#683)
  • Contributors: Ivan Santiago Paunovic

0.15.0 (2021-11-18)

  • Update maintainers to Aditya Pande, Audrow Nash, and Michael Jeronimo (#673)
  • Updated maintainers (#670)
  • Reapply #659 (#661)
  • Revert \"Make the ros2cli output always line buffered (#659)\" (#660)
  • Make the ros2cli output always line buffered (#659)
  • add uuid to ros2 daemon node name. (#658)
  • Transfer daemon socket ownership on spawn. (#652)
  • Add changelogs (#635)
  • Contributors: Aditya Pande, Audrow Nash, Ivan Santiago Paunovic, Michel Hidalgo, Tomoya Fujita

0.14.0 (2021-04-26)

  • Ensure only one daemon can run at a time. (#622)
  • Contributors: Michel Hidalgo

0.13.0 (2021-04-06)

0.12.0 (2021-03-02)

  • Remove maintainer. (#597)
  • Add option to support use_sim_time. (#581)
  • Bugfix for #563. (#570)
  • Add Audrow as a maintainer. (#591)
  • Contributors: Audrow Nash, Claire Wang, Daisuke Sato, Tomoya Fujita

0.11.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata. (#585)
  • Contributors: Scott K Logan

0.10.1 (2020-12-08)

0.10.0 (2020-11-02)

  • Update maintainers. (#568)
  • Added dependency to python3-argcomplete to ros2cli. (#564)
  • Remove use of pkg_resources from ros2cli. (#537)
  • Contributors: Chris Lalancette, Claire Wang, Yoan Mollard

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

0.9.3 (2020-05-13)

  • Fix new flake8 errors. (#509)
  • Improve NodeStrategy to use the right node seamlessly. (#499)
  • Contributors: Michel Hidalgo

0.9.2 (2020-05-08)

  • Make test_daemon.py robust to discovery latency. (#504)
  • Contributors: Michel Hidalgo

0.9.1 (2020-05-06)

  • Add support for get_node_names_and_namespaces_with_enclaves. (#501)
  • Contributors: Mikael Arguedas

0.9.0 (2020-04-29)

  • Extend CLI daemon\'s API. (#493)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Use f-string. (#448)
    • Use f-string
    • Remove unused variable
  • Override parse_known_args for completion to work with partial argparse tree. (#446)
    • Override parse_known_args for completion to work with partial argparse tree
    • Fix completion of partial first level command
    • Fix spelling in comment
  • Avoid passing None to rclpy.init. (#433) Otherwise, all CLI arguments will be parsed as ROS arguments, which can lead to rcl warnings or incorrect legacy remapping behavior. This change does not pass arguments to rclpy.init from any of the CLI tools, but it leaves the opportunity to do so in the future by setting the parser argument \'argv\'. For example, we could take the remaining arguments and pass them to rclpy.init, similar to what is done in ros2run: https://github.com/ros2/ros2cli/blob/4c5d9327026ecb2ea10a16b3429908b4f6f64ca6/ros2run/ros2run/command/run.py#L51-L53 Fixes #336.
  • Fix linter warning about bad quotes. (#438)
  • Pass argv to CommandExtension.add_arguments if available. (#437)
  • Only load required entry points which improves the performance. (#436)
    • Extend API to exclude extensions from loading
    • Add add_subparsers_on_demand() function
    • Update all extensions to use the new API
    • Deprecate old API, add deprecation warnings
  • Extend CLI daemon based features. (#420)
    • Extend CLI daemon ROS graph API support.
    • Add --no-daemon option for strategy nodes.
    • Drop redundant default for --no-daemon.
    • Make ROS graph API support complete.
  • Contributors: Dirk Thomas, Jacob Perron, Michel Hidalgo

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Fix ros2 topic pub --node-name. (#398)
    • Fix ros2 topic pub --node-name
    • Give DirectNode node_name kwarg
    • Not node_name -> node_name is None
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Make daemon "reset" itself when the IP address changes. (#284)
  • Contributors: Ivan Santiago Paunovic, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Fix sourcing completion scripts in Debian package. (#353)
    • Fix sourcing completion scripts in Debian package
    • Fix path
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Update setup.py version. (#331) Versions now match latest tag and package.xml.
  • Install package manifest. (#330)
  • Contributors: Dirk Thomas, Jacob Perron

0.7.4 (2019-05-29)

  • Update help of --spin-time. (#253)
  • Don\'t start parameter service in daemon. (#251)
  • Fix sourcing argcomplete script in zsh. (#243)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • Add xmllint linter test. (#232)
    • Add xmllint test to ament_python packages
    • Cover new packages as well
  • Contributors: Mikael Arguedas

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

  • Update logger.warn (deprecated) to logger.warning. (#205)
  • Contributors: Dirk Thomas

0.6.3 (2019-02-08)

  • Consistent node naming. (#158)
    • Support for easy integration with ros2 security features by starting CLI nodes with a consistent prefix.
    • Removing unneeded comment
    • Making DirectNode visible (removing hidden node prefix) to have consistent node naming for ros2cli.
    • Start all CLI nodes as hidden.
    • Shortening the default CLI node name prefix from \'_ros2cli_node\' to \'_ros2cli\'
    • Importing HIDDEN_NODE_PREFIX from rclpy, renaming CLI_NODE_NAME_PREFIX -> NODE_NAME_PREFIX.
    • Ros2node - Importing HIDDEN_NODE_PREFIX from rclpy
    • Linter fixes.
  • Contributors: AAlon

0.6.2 (2018-12-12)

0.6.1 (2018-12-06)

  • 0.6.1 bump package.xml, setup.py and setup.cfg versions
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • Node name with namespace. (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

0.5.3 (2018-07-17)

  • Check rmw identifier. (#121)

    • Daemin -> daemon

    * Check rmw implementation identifier before calling the daemon This allows to raise with an appropriate error message if the default rmw implementation is not installed on the system - Trailing spaces

  • Contributors: Mikael Arguedas

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Hide window of spawned daemon. (#113)
  • Cancel timer before letting caller use the node to avoid spurious wakeups for consumers. (#115)
    • Cancel timer before letting caller use the node to avoid spurious wakeups for consumers
    • Make timer local and destroy it after use
  • Use (bash)compinit for zsh completion. (#102)
  • Add colcon.pkg file to source completion scripts. (#101)
  • Add pytest markers to linter tests
  • Ignore F841 from latest Pyflakes release. (#93)
  • Source bash completion script from setup file. (#84)
    • Source bash completion script from setup file
    • Add zsh specific local_setup file
  • Set zip_safe to avoid warning during installation. (#83)
  • Use rmw agnostic daemon URL. (#80)
  • Print full help when no command is passed. (#81)
  • Fix import order. (#79)
  • Contributors: Dirk Thomas, Mikael Arguedas

0.4.0 (2017-12-08)

  • Merge pull request #71 from ros2/wait_until_daemon_has_started \'daemon start\' waits until it has been started before returning
  • \'daemon start\' waits until it has been started before returning
  • Remove test_suite, add pytest as test_requires
  • 0.0.3
  • Merge pull request #49 from ros2/msg_stopping_daemon_diff_rmw add error message when trying to stop a daemon using a different rmw implementation
  • Add error message when trying to stop a daemon using a different rmw implementation
  • Merge pull request #46 from ros2/flake8_plugins update style to satisfy new flake8 plugins
  • Update style to satisfy new flake8 plugins
  • Implicitly inherit from object. (#45)
  • 0.0.2
  • Fix daemon verb
  • Merge pull request #38 from ros2/add_daemon_command add daemon command with verbs status, start, stop
  • Merge pull request #33 from ros2/improve_windows_daemon Improve windows daemon
  • Add daemon command with verbs status, start, stop
  • Use different cwd for daemon to prevent holding folder handle
  • Detach daemon on Windows
  • Add exec_depend on python3-pkg-resources. (#30)
  • Merge pull request #29 from ros2/hide_help_from_completion hide help options from completion
  • Hide help options from completion
  • Merge pull request #26 from ros2/support_argcomplete_py3 support python3-argcomplete
  • Support python3-argcomplete
  • Merge pull request #15 from ros2/various_fixes various fixes and improvements
  • Various fixes and improvements
  • Merge pull request #11 from ros2/daemon_rmw_impl update daemon to only handle local requests for matching rmw impl
  • Update daemon to only handle requests from localhost
  • Update daemon to only handle requests from matching rmw impl.
  • Merge pull request #7 from ros2/zsh_argcomplete add argcomplete script for zsh
  • Add argcomplete script for zsh
  • Merge pull request #5 from ros2/pep257 add pep257 tests
  • Add pep257 tests
  • Merge pull request #1 from ros2/initial_features Entry point, plugin system, daemon, existing tools
  • Append pid / domain id to node names
  • Add suffix to node name in daemon. (#2)
  • Add linter tests
  • Add rclpy node interface and xml-rpc based daemon
  • Add argcomplete-based completion
  • Add hidden extension commands
  • Add ros2cli plugin system, interface for commands and verbs, and cli
  • Contributors: Dirk Thomas, Mikael Arguedas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Audrow Nash
  • Geoffrey Biggs

Authors

  • Aditya Pande
  • Dirk Thomas
  • Mabel Zhang
  • Michael Jeronimo
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2cli

0.25.5 (2024-02-07)

  • Make handles not inheritable to prevent from blocking durning tab-completion (#872)
  • Contributors: Chen Lihui, Chris Lalancette

0.25.4 (2023-11-17)

  • Catch ExternalShutdownException ros2cli main. (#858)
  • Contributors: Tomoya Fujita

0.25.3 (2023-09-08)

  • Fix tests with get_type_description service and param present (#839)
  • Contributors: Emerson Knapp

0.25.2 (2023-07-14)

  • Add marshalling functions for rclpy.type_hash.TypeHash (#835)
  • Contributors: Hans-Joachim Krauch

0.25.1 (2023-05-11)

0.25.0 (2023-04-18)

0.24.1 (2023-04-12)

0.24.0 (2023-04-11)

  • Set automatically_declare_parameters_from_overrides in DirectNode. (#813)
  • Enable document generation using rosdoc2 (#811)
  • Contributors: Chris Lalancette, Yadu

0.23.0 (2023-03-02)

  • Fix linters (#808)
  • add timeout option for ros2param to find node. (#802)
  • Contributors: Crist

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Audrow Nash
  • Geoffrey Biggs

Authors

  • Aditya Pande
  • Dirk Thomas
  • Mabel Zhang
  • Michael Jeronimo
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2cli

0.32.0 (2024-04-16)

0.31.2 (2024-03-27)

  • ros2cli.node.daemon : try getting fdsize from /proc for open fd limit (#888)
  • Fix the SIGTERM handling in the ros2 daemon. (#887)
  • Contributors: Chris Lalancette, akssri-sony

0.31.1 (2024-02-07)

0.31.0 (2024-01-24)

  • Replace unmaintained [netifaces]{.title-ref} library to avoid local wheel builds (#875)
  • Contributors: Laurenz

0.30.1 (2023-12-26)

  • make handles not inheritable to prevent from blocking durning tab-completion (#852)
  • Contributors: Chen Lihui

0.30.0 (2023-11-06)

  • Add ros2 service info (#771)
  • Contributors: Minju, Lee

0.29.1 (2023-10-04)

  • catch ExternalShutdownException ros2cli main. (#854)
  • Contributors: Tomoya Fujita

0.29.0 (2023-08-21)

  • Load a message/request/goal from standard input (#844)
  • Contributors: ymd-stella

0.28.0 (2023-07-11)

  • Fix tests with get_type_description service and param present (#838)
  • Add marshalling functions for rclpy.type_hash.TypeHash (rep2011) (#816)
  • Contributors: Emerson Knapp, Hans-Joachim Krauch

0.27.0 (2023-06-07)

  • [service introspection] ros2 service echo (#745)
  • Contributors: Brian

0.26.1 (2023-05-11)

0.26.0 (2023-04-28)

0.25.0 (2023-04-18)

0.24.1 (2023-04-12)

0.24.0 (2023-04-11)

  • Set automatically_declare_parameters_from_overrides in DirectNode. (#813)
  • Enable document generation using rosdoc2 (#811)
  • Contributors: Chris Lalancette, Yadu

0.23.0 (2023-03-02)

  • Fix linters (#808)
  • add timeout option for ros2param to find node. (#802)
  • Contributors: Crist

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

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

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

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

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

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

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

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

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Mabel Zhang
  • Audrow Nash

Authors

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

Changelog for package ros2cli

0.13.5 (2022-12-02)

0.13.4 (2022-06-30)

0.13.3 (2022-04-28)

0.13.2 (2021-05-07)

  • Add changelog. (#636)
  • Contributors: Ivan Santiago Paunovic

0.13.1 (2021-04-26)

  • Ensure only one daemon can run at a time. (#622)
  • Contributors: Michel Hidalgo

0.13.0 (2021-04-06)

0.12.0 (2021-03-02)

  • Remove maintainer. (#597)
  • Add option to support use_sim_time. (#581)
  • Bugfix for #563. (#570)
  • Add Audrow as a maintainer. (#591)
  • Contributors: Audrow Nash, Claire Wang, Daisuke Sato, Tomoya Fujita

0.11.0 (2021-01-25)

  • Support Python 3.8-provided importlib.metadata. (#585)
  • Contributors: Scott K Logan

0.10.1 (2020-12-08)

0.10.0 (2020-11-02)

  • Update maintainers. (#568)
  • Added dependency to python3-argcomplete to ros2cli. (#564)
  • Remove use of pkg_resources from ros2cli. (#537)
  • Contributors: Chris Lalancette, Claire Wang, Yoan Mollard

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

0.9.3 (2020-05-13)

  • Fix new flake8 errors. (#509)
  • Improve NodeStrategy to use the right node seamlessly. (#499)
  • Contributors: Michel Hidalgo

0.9.2 (2020-05-08)

  • Make test_daemon.py robust to discovery latency. (#504)
  • Contributors: Michel Hidalgo

0.9.1 (2020-05-06)

  • Add support for get_node_names_and_namespaces_with_enclaves. (#501)
  • Contributors: Mikael Arguedas

0.9.0 (2020-04-29)

  • Extend CLI daemon\'s API. (#493)
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Use f-string. (#448)
    • Use f-string
    • Remove unused variable
  • Override parse_known_args for completion to work with partial argparse tree. (#446)
    • Override parse_known_args for completion to work with partial argparse tree
    • Fix completion of partial first level command
    • Fix spelling in comment
  • Avoid passing None to rclpy.init. (#433) Otherwise, all CLI arguments will be parsed as ROS arguments, which can lead to rcl warnings or incorrect legacy remapping behavior. This change does not pass arguments to rclpy.init from any of the CLI tools, but it leaves the opportunity to do so in the future by setting the parser argument \'argv\'. For example, we could take the remaining arguments and pass them to rclpy.init, similar to what is done in ros2run: https://github.com/ros2/ros2cli/blob/4c5d9327026ecb2ea10a16b3429908b4f6f64ca6/ros2run/ros2run/command/run.py#L51-L53 Fixes #336.
  • Fix linter warning about bad quotes. (#438)
  • Pass argv to CommandExtension.add_arguments if available. (#437)
  • Only load required entry points which improves the performance. (#436)
    • Extend API to exclude extensions from loading
    • Add add_subparsers_on_demand() function
    • Update all extensions to use the new API
    • Deprecate old API, add deprecation warnings
  • Extend CLI daemon based features. (#420)
    • Extend CLI daemon ROS graph API support.
    • Add --no-daemon option for strategy nodes.
    • Drop redundant default for --no-daemon.
    • Make ROS graph API support complete.
  • Contributors: Dirk Thomas, Jacob Perron, Michel Hidalgo

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Fix ros2 topic pub --node-name. (#398)
    • Fix ros2 topic pub --node-name
    • Give DirectNode node_name kwarg
    • Not node_name -> node_name is None
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Make daemon "reset" itself when the IP address changes. (#284)
  • Contributors: Ivan Santiago Paunovic, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Fix sourcing completion scripts in Debian package. (#353)
    • Fix sourcing completion scripts in Debian package
    • Fix path
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Update setup.py version. (#331) Versions now match latest tag and package.xml.
  • Install package manifest. (#330)
  • Contributors: Dirk Thomas, Jacob Perron

0.7.4 (2019-05-29)

  • Update help of --spin-time. (#253)
  • Don\'t start parameter service in daemon. (#251)
  • Fix sourcing argcomplete script in zsh. (#243)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • Add xmllint linter test. (#232)
    • Add xmllint test to ament_python packages
    • Cover new packages as well
  • Contributors: Mikael Arguedas

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

  • Update logger.warn (deprecated) to logger.warning. (#205)
  • Contributors: Dirk Thomas

0.6.3 (2019-02-08)

  • Consistent node naming. (#158)
    • Support for easy integration with ros2 security features by starting CLI nodes with a consistent prefix.
    • Removing unneeded comment
    • Making DirectNode visible (removing hidden node prefix) to have consistent node naming for ros2cli.
    • Start all CLI nodes as hidden.
    • Shortening the default CLI node name prefix from \'_ros2cli_node\' to \'_ros2cli\'
    • Importing HIDDEN_NODE_PREFIX from rclpy, renaming CLI_NODE_NAME_PREFIX -> NODE_NAME_PREFIX.
    • Ros2node - Importing HIDDEN_NODE_PREFIX from rclpy
    • Linter fixes.
  • Contributors: AAlon

0.6.2 (2018-12-12)

0.6.1 (2018-12-06)

  • 0.6.1 bump package.xml, setup.py and setup.cfg versions
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • Node name with namespace. (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

0.5.3 (2018-07-17)

  • Check rmw identifier. (#121)

    • Daemin -> daemon

    * Check rmw implementation identifier before calling the daemon This allows to raise with an appropriate error message if the default rmw implementation is not installed on the system - Trailing spaces

  • Contributors: Mikael Arguedas

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Hide window of spawned daemon. (#113)
  • Cancel timer before letting caller use the node to avoid spurious wakeups for consumers. (#115)
    • Cancel timer before letting caller use the node to avoid spurious wakeups for consumers
    • Make timer local and destroy it after use
  • Use (bash)compinit for zsh completion. (#102)
  • Add colcon.pkg file to source completion scripts. (#101)
  • Add pytest markers to linter tests
  • Ignore F841 from latest Pyflakes release. (#93)
  • Source bash completion script from setup file. (#84)
    • Source bash completion script from setup file
    • Add zsh specific local_setup file
  • Set zip_safe to avoid warning during installation. (#83)
  • Use rmw agnostic daemon URL. (#80)
  • Print full help when no command is passed. (#81)
  • Fix import order. (#79)
  • Contributors: Dirk Thomas, Mikael Arguedas

0.4.0 (2017-12-08)

  • Merge pull request #71 from ros2/wait_until_daemon_has_started \'daemon start\' waits until it has been started before returning
  • \'daemon start\' waits until it has been started before returning
  • Remove test_suite, add pytest as test_requires
  • 0.0.3
  • Merge pull request #49 from ros2/msg_stopping_daemon_diff_rmw add error message when trying to stop a daemon using a different rmw implementation
  • Add error message when trying to stop a daemon using a different rmw implementation
  • Merge pull request #46 from ros2/flake8_plugins update style to satisfy new flake8 plugins
  • Update style to satisfy new flake8 plugins
  • Implicitly inherit from object. (#45)
  • 0.0.2
  • Fix daemon verb
  • Merge pull request #38 from ros2/add_daemon_command add daemon command with verbs status, start, stop
  • Merge pull request #33 from ros2/improve_windows_daemon Improve windows daemon
  • Add daemon command with verbs status, start, stop
  • Use different cwd for daemon to prevent holding folder handle
  • Detach daemon on Windows
  • Add exec_depend on python3-pkg-resources. (#30)
  • Merge pull request #29 from ros2/hide_help_from_completion hide help options from completion
  • Hide help options from completion
  • Merge pull request #26 from ros2/support_argcomplete_py3 support python3-argcomplete
  • Support python3-argcomplete
  • Merge pull request #15 from ros2/various_fixes various fixes and improvements
  • Various fixes and improvements
  • Merge pull request #11 from ros2/daemon_rmw_impl update daemon to only handle local requests for matching rmw impl
  • Update daemon to only handle requests from localhost
  • Update daemon to only handle requests from matching rmw impl.
  • Merge pull request #7 from ros2/zsh_argcomplete add argcomplete script for zsh
  • Add argcomplete script for zsh
  • Merge pull request #5 from ros2/pep257 add pep257 tests
  • Add pep257 tests
  • Merge pull request #1 from ros2/initial_features Entry point, plugin system, daemon, existing tools
  • Append pid / domain id to node names
  • Add suffix to node name in daemon. (#2)
  • Add linter tests
  • Add rclpy node interface and xml-rpc based daemon
  • Add argcomplete-based completion
  • Add hidden extension commands
  • Add ros2cli plugin system, interface for commands and verbs, and cli
  • Contributors: Dirk Thomas, Mikael Arguedas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Framework for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2cli

0.9.13 (2023-03-16)

  • Added changelogs
  • Contributors: Dharini Dutia

0.9.12 (2022-09-12)

  • XMLRPC server accepts request from all local IP addresses. (#729) (#735)
  • Improve performance of commands for Foxy on Windows by 4x (#686)
  • Contributors: Tomoya Fujita, Akash, mergify[bot]

0.9.11 (2022-01-31)

0.9.10 (2021-10-05)

0.9.9 (2021-03-24)

  • 0.9.9
  • bugfix for #563 (#570) (#609)
  • Contributors: Daisuke Sato, Audrow Nash, Tomoya Fujita

0.9.8 (2020-12-08)

0.9.7 (2020-07-07)

0.9.6 (2020-06-23)

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

0.9.3 (2020-05-13)

  • Fix new flake8 errors. (#509)
  • Improve NodeStrategy to use the right node seamlessly. (#499)
  • Contributors: Michel Hidalgo

0.9.2 (2020-05-08)

  • Make test_daemon.py robust to discovery latency. (#504)
  • Contributors: Michel Hidalgo

0.9.1 (2020-05-06)

  • add support for get_node_names_and_namespaces_with_enclaves (#501)
  • Contributors: Mikael Arguedas

0.9.0 (2020-04-29)

  • Extend CLI daemon\'s API (#493)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • use f-string (#448)
  • override parse_known_args for completion to work with partial argparse tree (#446)
  • Avoid passing None to rclpy.init (#433)
  • fix linter warning about bad quotes (#438)
  • pass argv to CommandExtension.add_arguments if available (#437)
  • only load required entry points which improves the performance (#436)
  • Extend CLI daemon based features (#420)
  • Contributors: Dirk Thomas, Jacob Perron, Michel Hidalgo

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Fix ros2 topic pub --node-name (#398)
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Make daemon "reset" itself when the IP address changes (#284)
  • Contributors: Ivan Santiago Paunovic, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • fix sourcing completion scripts in Debian package (#353)
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Update setup.py version (#331)
  • install package manifest (#330)
  • Contributors: Dirk Thomas, Jacob Perron

0.7.4 (2019-05-29)

  • update help of --spin-time (#253)
  • don\'t start parameter service in daemon (#251)
  • fix sourcing argcomplete script in zsh (#243)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • add xmllint linter test (#232)
  • Contributors: Mikael Arguedas

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

  • update logger.warn (deprecated) to logger.warning (#205)
  • Contributors: Dirk Thomas

0.6.3 (2019-02-08)

  • Consistent node naming (#158)
  • Contributors: AAlon

0.6.2 (2018-12-12)

0.6.1 (2018-12-06)

  • 0.6.1
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • node name with namespace (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

0.5.3 (2018-07-17)

  • Check rmw identifier (#121)
  • Contributors: Mikael Arguedas

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • hide window of spawned daemon (#113)
  • cancel timer before letting caller use the node to avoid spurious wakeups for consumers (#115)
  • use (bash)compinit for zsh completion (#102)
  • add colcon.pkg file to source completion scripts (#101)
  • add pytest markers to linter tests
  • ignore F841 from latest Pyflakes release (#93)
  • source bash completion script from setup file (#84)
  • set zip_safe to avoid warning during installation (#83)
  • use rmw agnostic daemon URL (#80)
  • print full help when no command is passed (#81)
  • fix import order (#79)
  • Contributors: Dirk Thomas, Mikael Arguedas

0.4.0 (2017-12-08)

  • Merge pull request #71 from ros2/wait_until_daemon_has_started
  • \'daemon start\' waits until it has been started before returning
  • remove test_suite, add pytest as test_requires
  • 0.0.3
  • Merge pull request #49 from ros2/msg_stopping_daemon_diff_rmw
  • add error message when trying to stop a daemon using a different rmw implementation
  • Merge pull request #46 from ros2/flake8_plugins
  • update style to satisfy new flake8 plugins
  • implicitly inherit from object (#45)
  • 0.0.2
  • fix daemon verb
  • Merge pull request #38 from ros2/add_daemon_command
  • Merge pull request #33 from ros2/improve_windows_daemon
  • add daemon command with verbs status, start, stop
  • use different cwd for daemon to prevent holding folder handle
  • detach daemon on Windows
  • add exec_depend on python3-pkg-resources (#30)
  • Merge pull request #29 from ros2/hide_help_from_completion
  • hide help options from completion
  • Merge pull request #26 from ros2/support_argcomplete_py3
  • support python3-argcomplete
  • Merge pull request #15 from ros2/various_fixes
  • various fixes and improvements
  • Merge pull request #11 from ros2/daemon_rmw_impl
  • update daemon to only handle requests from localhost
  • update daemon to only handle requests from matching rmw impl.
  • Merge pull request #7 from ros2/zsh_argcomplete
  • add argcomplete script for zsh
  • Merge pull request #5 from ros2/pep257
  • add pep257 tests
  • Merge pull request #1 from ros2/initial_features
  • append pid / domain id to node names
  • add suffix to node name in daemon (#2)
  • add linter tests
  • add rclpy node interface and xml-rpc based daemon
  • add argcomplete-based completion
  • add hidden extension commands
  • add ros2cli plugin system, interface for commands and verbs, and cli
  • Contributors: Dirk Thomas, Mikael Arguedas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2cli at Robotics Stack Exchange