tiiuae / rclgo

ROS Client Library for Golang
Apache License 2.0
81 stars 14 forks source link

Fix RmwServiceInfo typecast nil pointer panic #9

Closed lime008 closed 2 years ago

lime008 commented 2 years ago

Fixes a problem with typecasting causing a runtime panic if the returned service info is not castable to *RmwServiceInfo.

lassilaiho commented 2 years ago

The failing checks are not related to the changes made in this pull request, so I think this can be merged despite the checks failing.