rclcpp/rclcpp
William Woodall 3af8d2cfed
refactor init to allow for non-global init (#587)
* refactor init to allow for non-global init

Signed-off-by: William Woodall <william@osrfoundation.org>

* Update rclcpp/include/rclcpp/utilities.hpp

Co-Authored-By: wjwwood <william+github@osrfoundation.org>

* Update rclcpp/include/rclcpp/utilities.hpp

Co-Authored-By: wjwwood <william+github@osrfoundation.org>

* Update rclcpp/include/rclcpp/utilities.hpp

Co-Authored-By: wjwwood <william+github@osrfoundation.org>

* Update rclcpp/src/rclcpp/utilities.cpp

Co-Authored-By: wjwwood <william+github@osrfoundation.org>

* refactor state into context objects and fix signal handling

Signed-off-by: William Woodall <william@osrfoundation.org>

* avoid nullptr access in error messages

Signed-off-by: William Woodall <william@osrfoundation.org>

* avoid exception in publish after shutdown was called

Signed-off-by: William Woodall <william@osrfoundation.org>

* fix missing and unused headers

Signed-off-by: William Woodall <william@osrfoundation.org>

* cpplint

Signed-off-by: William Woodall <william@osrfoundation.org>

* fixes found during testing

Signed-off-by: William Woodall <william@osrfoundation.org>

* address bug found in review comment

Signed-off-by: William Woodall <william@osrfoundation.org>

* fixes and warnings fixed during testing

Signed-off-by: William Woodall <william@osrfoundation.org>

* addressing review comments

Signed-off-by: William Woodall <william@osrfoundation.org>

* ensure new ExecutorArgs are used everywhere
2018-11-29 21:33:01 -08:00
..
cmake remove obsolete CMake functions 2017-01-06 15:46:08 -08:00
include/rclcpp refactor init to allow for non-global init (#587) 2018-11-29 21:33:01 -08:00
resource issue a warning if publishing on a not active publisher (#574) 2018-10-27 17:35:17 -07:00
src/rclcpp refactor init to allow for non-global init (#587) 2018-11-29 21:33:01 -08:00
test refactor init to allow for non-global init (#587) 2018-11-29 21:33:01 -08:00
.gitignore Doxygen setup (#293) 2016-12-20 18:30:18 -08:00
CHANGELOG.rst 0.6.0 2018-11-19 07:47:26 -08:00
CMakeLists.txt refactor init to allow for non-global init (#587) 2018-11-29 21:33:01 -08:00
Doxyfile Implement rclcpp-specific logging macros [taking name not object] (#389) 2017-11-15 14:14:09 -08:00
package.xml 0.6.0 2018-11-19 07:47:26 -08:00
rclcpp-extras.cmake remove obsolete CMake functions 2017-01-06 15:46:08 -08:00