ArduPilot/ardupilot
GitHub で見るADSB: _OFFSET_LAT, OFFSET_LON should be renamed to POS_X/Y/Z
Open
#12,625 opened on 2019年10月23日
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.