You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address code cov loss due to unclean shutdown (issue #3271) (#3377)
* Ensure that we break bonds in lifecycle node/manager prior to rcl_shutdown.
Partial fix for Issue #3271
Signed-off-by: mbryan <[email protected]>
* Add unit tests for lifecycle_node rcl shutdown cb.
For Issue #3271.
Signed-off-by: mbryan <[email protected]>
* Ensure planner_server shuts down cleanly on SIGINT.
Needed to ensure code coverage flushes. See Issue #3271.
Signed-off-by: mbryan <[email protected]>
* Ensure costmap_2d_cloud does not seg fault on SIGINT.
One of several clean shutdown issues being address via Issue #3271.
Signed-off-by: mbryan <[email protected]>
* Fix flake8 issues in some test files
Signed-off-by: mbryan <[email protected]>
---------
Signed-off-by: mbryan <[email protected]>
Co-authored-by: mbryan <[email protected]>
0 commit comments