×

GC:具有语音交互能力的机器人

消耗积分:0 | 格式:zip | 大小:25.66 MB | 2023-07-06

分享资料个

描述

团队

在离这里不远的一个星系中,有一支名为“ Greek Coders K12 ”的队伍。一个以家庭(空间)为基础的团队,希望在所有领域进行创新并获得乐趣!我们的团队由我们的教练于 2015 年创立,是一个编码和机器人俱乐部!

在这个项目中,Pola(教练)、Manos(一个喜欢编程的 15 岁男孩)、Manto(一个喜欢工程的 14 岁女孩)和最后但并非最不重要的 GC(我们的新 Ev3 机器人)。我们的目标是为 EV3 学习 Python,为 Alexa 创造技能并玩得​​开心!

A. 项目计划-里程碑

1/11/2019 - 开始日 - 挑战需要什么

8/11/2019 -机器人设计选择我们机器人的军团:模型 EV3D4 https://www.lego.com/cdn/cs/set/assets/blt9d825847cfab5c16/EV3D4.pdf (向希腊乐高设计师 Vassilis Chrysanthacopoulos 致敬)

15/11/2019机器人设计:使用乐高EV3核心组和扩展组构建机器人,添加有鼻子和嘴巴的头部!测试超声波传感器。

我们决定带着自己制作的机器人参加比赛。我们使用了乐高核心套装 45544、乐高扩展套装 45560 和 FLL Competition 套件中的零件。在其他工具包中寻找物品确实是一个令人筋疲力尽的过程,但我们做到了!我们花了很多时间在构建、失败和重新设计上。

GC机器人设计

  • 来自模型 EV3D4 的军团https://www.lego.com/cdn/cs/set/assets/blt9d825847cfab5c16/EV3D4.pdf
  • 头部是我们的设计:我们添加了一个鼻子和一个微笑,因为我们想给 GC 赋予人类特征。
  • 我们没有红外传感器,所以我们把超声波传感器放在“眼睛”上。
  • 我们没有射击发射器臂,所以我们决定构建一个臂(左),用中型发动机向入侵者(任务 04)发射一两个球。

施工过程图片

poYBAGOS2MGAftTvAAAo-jdELDU155.png
GC 几乎准备就绪:军团和团长
 
poYBAGOS2MOAb8CMAABbXKevzD8448.jpg
工作...建设
 

任务 3:使用语音让 EV3RSTORM 移动

1) 中的说明

https://www.hackster.io/alexagadgets/lego-mindstorms-voice-challenge-mission-3-4ed812#toc-mission-3--make-ev3rstorm-move-using-voice-0

2)问题-定制

  • 我们更改了移动命令中的参数。我们在任务 04 中构建了手臂。

3)场景

  • EV3 和 Alexa 连接
  • 人声:“ ALEXA, Open Mindstorms ”(拉姆达技能< Open mindstorms >)。
  • 人声:“前进2秒,后退3秒,绕圈,方格,向右,一枪,速度10%
  • Alexa 语音:“向前移动已激活”等。

4) Python 代码片段

https://www.hackster.io/greekcodersk12/gc-the-robot-with-the-power-of-voice-interaction-2077ed#code:mission-03-snippet-python code-circle-square

5)Lambda技巧

按照https://www.hackster.io/alexagadgets/lego-mindstorms-voice-challenge-mission-3-4ed812#toc-mission-3--make-ev3rstorm-move-using-voice-0中的说明进行操作

  • 在 alexa 开发者控制台中构建
pYYBAGOS2NGAczjPAABJN84DwEU999.png
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'GC:具有语音交互能力的机器人',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);