Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dds_ros_bridge shutdown so it exits cleanly (#802)
Nodelet caused segfault on shutdown which prevented its reload (manager died with it). DDS objects were attempting read/close operations after factory was destroyed leading to segfault inside soraCore. Order of declaration matters, this change lets the factory be the last soraCore reference to be destroyed. Co-authored-by: Ruben Garcia <ruben.m.garciaruiz@nasa.gov>
- Loading branch information