1. 首页
  2. 数据库
  3. 其它
  4. Android代码 显示飞行器姿态的Android控件

Android代码 显示飞行器姿态的Android控件

上传者: 2021-04-24 19:20:25上传 ZIP文件 3.59MB 热度 12次
AndroidAHRSView Attitude Heading Reference System(AHRS) display module for Android. How to use it Add gradle dependency dependencies { compile 'me.billhsu.ahrsview:AHRSView:1.0.3' } Add to the layout xml Use it in your code AHRSView ahrsView = (AHRSView) findViewById(R.id.AHRSView); ahrsView.setRoll(roll); ahrsView.setPitch(pitch); ahrsView.setYaw(yaw); Demo gif For more details please check the SampleApp project. Author Shipeng Xu http://BillHsu.me http://twitter.com/1991b
下载地址
用户评论