rclcpp/rclcpp
jwang11 e08c80052a Move clear wait set from after rcl_wait to ahead (#427)
* Move clear wait set from after rcl_wait to ahead

Current code clear wait set after rcl_wait, it is not respond latency
friendly. In fact, clear wait set operation is not urgent, making sure it is
done before next rcl_wait should be fine.

Signed-off-by: jwang <jing.j.wang@intel.com>

* remove trailing whitespace
2018-01-18 18:49:52 -08:00
..
cmake remove obsolete CMake functions 2017-01-06 15:46:08 -08:00
include/rclcpp Fix the potential application crash issues (#426) 2017-12-19 16:39:56 -05:00
resource Allow logger to be passed into macros as a reference (#423) 2017-12-05 15:12:20 -08:00
src/rclcpp Move clear wait set from after rcl_wait to ahead (#427) 2018-01-18 18:49:52 -08:00
test Remove namespaces and namespace escalation e.g. node:: (#416) 2017-12-05 15:02:00 -08:00
.gitignore Doxygen setup (#293) 2016-12-20 18:30:18 -08:00
CMakeLists.txt Add Logger class and give one to nodes (#411) 2017-12-04 16:07:29 -08:00
Doxyfile Implement rclcpp-specific logging macros [taking name not object] (#389) 2017-11-15 14:14:09 -08:00
package.xml 0.4.0 2017-12-08 18:06:51 -08:00
rclcpp-extras.cmake remove obsolete CMake functions 2017-01-06 15:46:08 -08:00