rosbridge_suite: 0.9.0-0 in 'kinetic/distribution.yaml' [bloom] #17386
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Increasing version of package(s) in repository
rosbridge_suite
to0.9.0-0
:kinetic/distribution.yaml
0.6.4
0.8.6-0
rosapi
rosbridge_library
Closes #320 RobotWebTools/rosbridge_suite#320
Catching the ROSInitException allows to create object
instances without an initialized ROS state
Checks for lists that have binary content as well as dicts
This gives the service a bit of time to cancel any in-flight service requests (which should fix changed address of tum-ros-pkg #265 High CPU load when services advertised by clients are called but dont deliver service_response RobotWebTools/rosbridge_suite#265).
This is important because we busy-wait for a rosbridge response for service calls and those threads do not get stopped otherwise.
Also, rospy service clients do not currently support timeouts, so any clients would be stuck too.
A new test case in test_service_capabilities.py verifies the fix works
also fixed some typos
dist: kinetic is currently unsupported
for some reason, rostest seems to hide the rosout node - changed tests to use other services
Pull request Add camera_info_manager_py package. #247 Delay unregister to mitigate !138 RobotWebTools/rosbridge_suite#247 introduces a 10 second delay to mitigate issue DO NOT ACCEPT THIS REQUEST! #138 Problem of md5sum warning when web is refreshed RobotWebTools/rosbridge_suite#138.
This change makes this delay configurable by passing an argument either
on the command line or when including a launch file.
Usage example:
Release only for kinetic+