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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.2.16
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_common.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Includes emacs scripts, ros tool alias generator, and launch doc generator.

Additional Links

Maintainers

  • Ryohei Ueda

Authors

  • Ryohei Ueda (ueda jsk.t.u-tokyo.ac.jp)
  • Rosen Diankov (rosen.diankov gmail.com)
README
No README found. See repository README.
CHANGELOG

Changelog for package jsk_tools

2.2.16 (2025-01-06)

2.2.15 (2024-12-13)

2.2.14 (2024-12-12)

2.2.13 (2023-11-09)

  • [test_topic_published.py, boolean_node.py] Enable importing modules (#1760)
  • fix: make battery_capacity_summary compatible with python3 (#1763)
    • fix(battery_capacity_summary): avoid usin keys[i]
    • [jsk_tools/test_topic_published] Fixed E402 (module level import not at top of file) error
    • [jsk_tools/test_topic_published] Use eval_utils module and enabled import moduels for input_condition
  • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating (#1756)
    • [jsk_tools/sanity_diagnostics.py] Modified the timing of updating timestamp and states for each topic and each node.
  • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency (#1745)
    • Publish diagnostics at more than 1Hz, but check sanity at 0.1 Hz
    • [jsk_tools] Change function name
    • [jsk_tools] Seperate sanity check frequency and diagnostics publish frequency
  • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value (#1744)
    • [jsk_tools/test_topic_published.py] Fixed E131 continuation line unaligned for hanging indent
    • [jsk_tools/test_topic_published.py] Add document for escape sequence.
    • [jsk_tools/test_topic_published.py] Changed the output error message based on negative and condition.
    • [jsk_tools/test_topic_published.py] Add test for condition option
    • [jsk_tools/test_topic_published.py] Add condition_%d option for checking topic value
  • Contributors: Hiro Ishida, Iori Yanokura, Kei Okada, Naoya Yamaguchi, Shingo Kitagawa

2.2.12 (2022-06-07)

  • [jsk_tools] change default ROS_MASTER_URI of rossetmaster to localhost (#1729)

  • Add test for topic connection test after killing nodes (#1725)

    • [jsk_tools] Add comment for avoiding rospy.exceptions.ROSTimeMovedBackwardsException
    • [jsk_tools] Fixed E713 error for membership should be "not in"
    • Add not received topic infos
    • [jsk_tools] Add test for namespace
    • [jsk_tools] Add test for topic connection test after killing nodes
    • [jsk_tools] Add check_after_kill_node option for checking topic connection after killing nodes
  • [jsk_tools] Add node to publish diagnostics based on topic and node status (#1727)

    • [jsk_tools] Set longer timeout for sanity_diagnostics test
    • [jsk_tools] Fix test name for sanity_diagnostics
    • [jsk_tools] Install sample directory
    • [jsk_tools] Set longer timeout for low frequency topics
    • [jsk_tools] Unregister subscriber at the end of checkTopicIsPublished to reduce CPU load
    • [jsk_tools] Do not check topic type until the first topic comes in
    • [jsk_tools] Use topic name as default value
    • [jsk_tools] Fix typo
    • [jsk_tools] Add test for sanity_diagnostics
    • [jsk_tools] Add sample for sanity_diagnostics
    • [jsk_tools] Add diagnostic dependency
    • [jsk_tools] Add node to publish /diagnostics based on topic and node status
    • [jsk_tools] Return value of checkNodeState
  • [jsk_tools] use python3-progressbar and python3-rosdep for noetic (#1722)

  • jsk_tools: add python3-tabulate to exec_depends (#1721)

  • add test code to check #1715 (#1717)

    • kinetic rostopic._rostopic_list_groyp_by_host did not work correctly

File truncated at 100 lines see the full file

Wiki Tutorials

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

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_tools at Robotics Stack Exchange