Merge branch 'master' into mpc_local_pos

This commit is contained in:
Anton Babushkin
2014-04-02 17:09:36 +04:00
46 changed files with 4353 additions and 244 deletions
@@ -88,6 +88,7 @@ MavlinkOrbSubscription::update(const hrt_abstime t)
if (_updated) {
orb_copy(_topic, _fd, _data);
_published = true;
return true;
}
}