ArduPilot/ardupilot

ADSB: _OFFSET_LAT, OFFSET_LON should be renamed to POS_X/Y/Z

Open

#12,625 opened on 2019年10月23日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)C++ (15,603 forks)batch import
good first issue

Repository metrics

Stars
 (9,336 stars)
PR merge metrics
 (平均マージ 26d 16h) (30d で 166 merged PRs)

説明

ADSB appears to use non-standard position offset parameter names, ADSB_OFFSET_LAT/LON which I think should be renamed to be ADSB_POS_X/Y/Z to be consistent with other sensors (wiki)

Maybe I'm misunderstanding but I don't see how a "LAT", "LON" parameter can be a good name for something that is in body frame.

Because users look at parameters directly a lot, I think we need to be careful about how we name things.

コントリビューターガイド