nobleo / rviz_satellite

Display internet satellite imagery in RViz
Apache License 2.0
530 stars 226 forks source link

cppcheck fixes #30

Closed Earthwings closed 7 years ago

Earthwings commented 7 years ago

Fixes minor issues pointed out by cppcheck.

gareth-cross commented 7 years ago

Good catch. Would likely make sense for these to be written as:

if (std::abs(val) > limit) { ... }

Will leave that for now.