dawonn / vectornav

ROS Interface for the VectorNav IMU/GPS
147 stars 179 forks source link

avoid segfault on exit #105

Closed berndpfrommer closed 1 year ago

berndpfrommer commented 1 year ago

Currently the ROS2 driver segfaults when it receives SIG_INT (ctrl-C). This PR fixes that.

dawonn commented 1 year ago

Thanks!