This commit is contained in:
Oleg Kalachev
2019-07-02 01:26:07 +03:00
parent 979c863033
commit 0303e645b7

View File

@@ -123,7 +123,7 @@ TwistStamped velocity;
NavSatFix global_position;
BatteryState battery;
// Common subcriber callback template that stores message to the variable
// Common subscriber callback template that stores message to the variable
template<typename T, T& STORAGE>
void handleMessage(const T& msg)
{