jsk-ros-pkg / jsk_common

common programs for jsk-ros-pkg
42 stars 81 forks source link

[jsk_tools/sanity_diagnostics.py] Modified the timing of updating #1756

Closed iory closed 2 years ago

iory commented 2 years ago

What is this?

Modified the timing of updating timestamp and states for each topic and each node.

Now all topics are managed in one timestamp, so when one topic is updated, the others are not checked. This PR checks each topic correctly by maintaining a timestamp for each topic.

This PR is tested on PR1040 https://github.com/knorth55/jsk_common/pull/25