rcl/rcl
Tully Foote 6d16465318
Reduce the internal timeouts (#613)
Debugging #611 these timeouts were so long that the overall test timeout was being triggered before these internal timeouts were triggered.

1000 retries at 100ms -> 10 seconds each. I cut it down to 1 second for each to establish the connection.

Signed-off-by: Tully Foote <tfoote@osrfoundation.org>
2020-05-13 14:27:22 -07:00
..
cmake Switch the default logging implementation to spdlog. 2019-10-08 08:05:41 -04:00
include/rcl Remove MANUAL_BY_NODE liveliness API (#645) 2020-05-12 14:52:19 -03:00
src/rcl Remove MANUAL_BY_NODE liveliness API (#645) 2020-05-12 14:52:19 -03:00
test Reduce the internal timeouts (#613) 2020-05-13 14:27:22 -07:00
.gitignore Doxygen setup (#98) 2016-12-20 18:30:03 -08:00
CHANGELOG.rst 1.0.0 2020-05-12 14:02:12 -07:00
CMakeLists.txt export targets in a addition to include directories / libraries (#629) 2020-04-22 08:36:38 -07:00
Doxyfile Set default logger level from command line (#256) 2018-06-12 08:11:25 -07:00
package.xml 1.0.0 2020-05-12 14:02:12 -07:00
QUALITY_DECLARATION.md Updated QDs for 1.0 (#647) 2020-05-12 17:55:21 -07:00
rcl-extras.cmake Set symbol visibility to hidden for rcl (#391) 2019-03-05 18:09:55 -08:00
README.md Included features (#644) 2020-05-08 08:48:03 +02:00

rcl

Library to support implementation of language specific ROS Client Libraries.

Features are described in detail at http://docs.ros2.org

This package claims to be in the Quality Level 4 category, see the Quality Declaration for more details.