leJOS运行在LEGO上的Java操作系统-Huihoo.ppt

  1. 1、本文档共46页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
建立的运行环境刷固件将固件使用的工具写入到中如果刷机失败可以从官网中找到固件刷回不会变砖环境变量写入到选择连接你的安装新软件以为例第一个程序与新建类的方式相同屏幕输出的两种方式类编译和上传程序运行插件完成上传和运行的工作方式编译和上传程序使用编译源码生成文件生成格式的文件上传文件到执行程序参数集成和上传功能手工方式按键名称说明回车开机菜单选择左右退出关机当位于顶层菜单时关机的按键的菜单控制轮式小车控制伺服电机类是对马达的抽象马达需要连接端口端口端口端口类类方法说明向前转动向后转动快速停止返回马达

* * * * 建立NXT的Java运行环境 NXT刷固件,将NXJ固件使用leJOS的Flash工具写入到NXT中 如果刷机失败,可以从LEGO官网中找到固件刷回,NXT不会变砖 环境变量 NXJ_HOME LEJOS_NXT_JAVA_HOME PATH=%NXJ%\bin;%PATH% 写入leJOS到LEGO NXT 选择IDE,连接你的NXT 安装新软件 lejos - /tools/eclipse/plugin/nxj/ 以Eclipse为例 第一个程序 与新建类的方式相同 屏幕输出的两种方式 LCD类 System.out.println Hello,World 编译和上传程序 运行-LeJOS NXT Program 插件完成Link、上传和运行的工作 Eclipse方式 编译和上传程序 nxjc.bat,使用javac编译源码,生成class文件 nxjc HelloWorld.java nxjlink.bat,生成LE格式的nxj文件 nxjlink –o HelloWorld.nxj HelloWorld nxjupload.bat,上传nxj文件到NXT,执行程序 (–r参数) nxjupload –r HelloWorld.nxj nxj.bat,集成link和上传功能 nxj –r –o HelloWorld.nxj HelloWorld 手工方式 按键 名称 说明 回车/开机 菜单选择 左 右 退出/关机 当位于顶层菜单时,关机 leJOS的按键 leJOS的菜单 控制轮式小车 To fill a shape with an image. Use existing picture box, DO NOT delete and create new picture box. Right click on the shape. At the bottom of the submenu select “Format Shape” Select “Fill” at the top of the “Format Shape” dialog box. Select “Picture or Texture fill” from the options. And select “File” under the “Insert from” option. Navigate to the file you want to use and select “Insert” On the “Format” tab, in the Size group, click on “Crop to Fill” in the Crop tool and drag the image bounding box to the desired size DELETE THIS INSTRUCTION NOTE WHEN NOT IN USE 控制伺服电机 Motor类是对NXT马达的抽象 马达需要连接A/D端口 A端口 B端口 C端口 Motor类 类 方法 说明 Motor.A forward() 向前转动 backward() 向后转动 stop() 快速停止 getTachoCount() 返回马达角度 setSpeed(int speed) 设置每秒的角度值 rorate(int angle) 旋转angle角度 rorateTo(int angle) 旋转到angle角度 rorate(int angle,boolean immediateReturn) 如果是true,则方法立即返回 rorateTo(int angle,boolean immediateReturn) 如果是true,则方法立即返回 …… 轮式小车 控制两轮驱动的小车高层类,每个轮子都有自己的马达 两个轮子的连接端口 轮子的直径 两个轮子间的距离 DifferentialPilot类 演示—两轮小车运行 To fill a shape with an image. Use existing picture box, DO NOT delete and create new picture box. Right click on the shape. At the bottom of the submenu select “Format Shape” Select “Fill” at the top of the “Format Shape” dialog box. Select “Picture or Texture fill” from the options. And select “File” under the “Insert from”

文档评论(0)

zhaohuifei + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档