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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

No version for distro jazzy showing rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

No version for distro lyrical showing rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange

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

Package Summary

Version 0.42.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 2026-09-01
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The log command for ROS 2 command line tools.

Maintainers

  • Tomoya Fujita
  • Fumiya Ohnishi

Authors

  • Tomoya Fujita
  • Fumiya Ohnishi
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2log

0.42.0 (2026-09-01)

  • ros2log new package introduction (#1217)

    * 1st draft bring up for "ros2 log watch" sub-command. clean up the package and implementation. fix ros2log test_watch.py. support QoS configuration argument for ros2 log watch. Call content filtering API for logger name and level if available. add test_cli.py to test "ros2 log watch". remove ros2log/README.md. :construction: add list subcommand bug: fix test :recycle: delete non-necessary fixture node for test :bug: fix to print one by one support "ros2 log levels". :zap: add get and set subcommand :bug: align logger's initial state during test FIX: add sleep to reduce cpu consumption FIX: rewrite waiting acync process :FIX: delete --include-hidden-nodes option FIX: import from api FIX: add ValueError when empty string is inputted in get_absolute_node_name

    • fix copyright year
    • fix to destroy clients
    • fix to remove dependencies
    • add missing dependencies
    • fix type annotation
    • add type hints to node

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/verb/watch.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    * Update ros2log/ros2log/api/__init_.py Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

    • add checking negative timeout_sec
    • LogWatcher constructor should raise the exception instead of sys.exit().
    • address copilot review comments.

    * address review comments. ---------Co-authored-by: Tomoya Fujita <<Tomoya.Fujita@sony.com>> Co-authored-by: Decwest <<fumiyaonishi1016@gmail.com>> Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>

  • Contributors: Tomoya Fujita

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2log at Robotics Stack Exchange