jsk_topic_tools: stealth_relay_nodelet: support MessageEvent (#1572)
jsk_topic_tools: stealth_relay add options as dynamic_reconfigure (#1568) * jsk_topic_tools: test_stealth_relay: disable updating dynamic reconfigure * jsk_topic_tools: test_stealth_relay: update timeout * jsk_topic_tools: stealth_relay: add deprecation warning * jsk_topic_tools: add options as dynamic_reconfigure
jsk_topic_tools: connection_based_nodelet: fix typo in advertiseCamera (#1558)
jsk_topic_tools: add stealth_relay for silently subscribing topic (#1544)
Validate implementation of child class of ConnectionBasedTransport (#1556) * Check if publishers exist to avoid implementation failures * Use ABCMeta to avoid unexpected usage of ConnectionBasedTransport
Someone use this class without any subscriptions, and in that case this class should not be used in general.
Contributors: Kei Okada, Kentaro Wada, Yuki Furuta
jsk_topic_tools/scripts/tf_to_transform.py: Use different value for duration and rate in tf_to_transform.py (#1509) * Rate can be 50 - 100 for example, but duration should be ~1 [s] even
so. In previous implementation, the duration will be 1/100 - 1/50 [s] and it is too small to resolve tf.
Contributors: Kentaro Wada
include/jsk_topic_tools/log_utils.h : JSK_ROS_XXX logging macros are not necessary just recently. Its feature is already covered by ROSCONSOLE_FORMAT environmental variable. http://wiki.ros.org/rosconsole#Console_Output_Formatting (#1461)
Stop using deprecated jsk_topic_tools/log_utils.h (#1470) see - https://github.com/jsk-ros-pkg/jsk_common/pull/1462 - https://github.com/jsk-ros-pkg/jsk_common/issues/1461
Fix too many warnings about JSK_ROS_XXX (#1468)
[jsk_topic_tools] Deprecate JSK log macros and show warning (#1462) * feedback: Use ROS_WARN * Deprecate JSK log macros and show warning
[jsk_topic_tools/scripts/tf_to_pose.py] add rate param. (#1457)
Contributors: Kentaro Wada, Masaki Murooka
add parameter for selecting MultiThread callback or SingleThread callback
Test LoggingThrottle
Implement logXXX_throttle
Support async in is_synchronized
Install only usable *.test files
Test and documentize tf_to_pose.py
Transform tf to pose and publish it
Contributors: Kentaro Wada, Yohei Kakiuchi
[jsk_topic_tools] test related things in CATKIN_ENABLE_TESTING block
[jsk_topic_tools] Test warnNoRemap Closes jsk-ros-pkg/jsk_recognition#1322
[jsk_topic_tools/rosping_existence] Speak dead nodes
Use gcc -z defs to check undefined symbols in shared objects Related to https://github.com/jsk-ros-pkg/jsk_recognition/pull/1330
[jsk_topic_tools] Retry to 3 times
[jsk_topic_tools] Test rosparam_utils.cpp with gtest
[jsk_topic_tools] Test warn_no_remap
[jsk_topic_tools] Test jsk_topic_tools.log_util
[jsk_topic_tools] Test jsk_topic_tools.name_util
[jsk_topic_tools] add_library src/log_utils.cpp
build_depend -> test_depend roscpp_tutorials
Reasonable connection num for connection_based_nodelet
[jsk_topic_tools] Use retry for <test> tag
Refactor test_hz_measure.py as good example
Refactor test_connection.py as good example
Refactor: test_block.py as good example
[jsk_topic_tools] display input/output by --inout
[jsk_topic_tools] Fix style (indent)
[jsk_topic_tools] Follow name rule *_utils.py
[jsk_topic_tools] warnNoRemap for cpp nodes
Generate Documentation for jsk_topic_tools
[jsk_topic_tools] Function to warn with no remappings
[jsk_topic_tools] Correctly return instance
[jsk_topic_tools] Retry test max to 3 times
[jsk_topic_tools] add topic_statistics.py
[jsk_topic_tools] Correctly unsubscribe with multiple publishers
[jsk_topic_tools] add_rostest problem should be fixed in latest catkin For https://github.com/jsk-ros-pkg/jsk_common/pull/1178#issuecomment-147396447
[jsk_topic_tools] Describe about ~always_subscribe in warning
[jsk_topic_tools] Add ~always_subscribe param for ConnectionBasedTransport
[jsk_topic_tools] Correctly set connection status
[jsk_topic_tools] Add log_utils.py
[jsk_topic_tools] Add python-enum34 as run_depend
[jsk_topic_tools] List depends in alphabetical order
[jsk_topic_tools] Test ConnectionBasedTransport
[jsk_topic_tools] Test ConnectionBasedNodelet with rostest
[jsk_topic_tools] Rename to test_connection_based_nodelet.test
[jsk_topic_tools] Python ConnectionBasedTransport
[jsk_topic_tools] Utility to publish PoseStamped with given static transformation
[jsk_topic_tools/ConnectionBasedNodelet] Read verbose_connection as well as ~verbose_connection
[jsk_topic_tools/ConnectionBasedNodelet] ~verbose_connection parameter to print verbose messages about connection
[jsk_topic_tools] Ros error for rosparam type conversion
[jsk_topic_tools] Warn when no connection in a few sec Closes #1132 The warning message should be write with ROS_INFO, for no many warning when running with roslaunch.
[jsk_topic_tools] Supress output messages from testing
[jsk_topic_tools] Depends on roscpp and rostime explicitly
[jsk_topic_tools] Faster implementation of test_topic_compare.py by removing magic sleep
[jsk_topic_tools/ConnectionBasedNodelet] Add latch option to advertise template method
[jsk_topic_tools/LightweightThrottle] Clean-up codes and added some comments
[jsk_topic_tools] Add readme about standalone_complexed_nodelet
[jsk_topic_tools] check /run_id param to know roscore is restarted or not
[jsk_topic_tools/standalone_complexed_nodelet] Fix handling of reampping name resolvance
[jsk_topic_tools] Add space after [functionname]
Contributors: Yuki Furuta, Kei Okada, Kentaro Wada, Ryohei Ueda