uuvsimulator/uuv_simulator

GPS negative latitude / longitude

Closed this issue · 1 comments

Hello,

is there a reason as to why latitude / longitude values are negated in the GPS plugin

this->gpsMessage.latitude = -this->gazeboGPSSensor->Latitude().Degree();

?

Oops, duplicate of #390