C# 클래스 MAVLink.mavlink_set_gps_global_origin_t, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
altitude System.Int32
latitude System.Int32
longitude System.Int32
target_system byte

프로퍼티 상세

altitude 공개적으로 프로퍼티

Altitude (AMSL), in meters * 1000 (positive for up)
public Int32,System altitude
리턴 System.Int32

latitude 공개적으로 프로퍼티

Latitude (WGS84), in degrees * 1E7
public Int32,System latitude
리턴 System.Int32

longitude 공개적으로 프로퍼티

Longitude (WGS84, in degrees * 1E7
public Int32,System longitude
리턴 System.Int32

target_system 공개적으로 프로퍼티

System ID
public byte target_system
리턴 byte