ros2 / ros_astra_camera

ROS wrapper for Astra camera
9 stars 12 forks source link

check return value to quash warning #4

Closed gerkey closed 7 years ago

gerkey commented 7 years ago

Fix this warning by checking a return value:

http://ci.ros2.org/job/ci_turtlebot-demo/20/warnings22Result/new/NORMAL/

I verified locally that the warning is removed. Otherwise the code is the same as what was built and tested in http://ci.ros2.org/job/ci_turtlebot-demo/20, so I won't run new CI.

clalancette commented 7 years ago

This seems good to me.