【國際版】顛覆傳統,通過機器人模擬器,實現機器人在線教育!

英文版正文1084字,

預計閱讀時長8分鐘

中文版正文1489字,

預計閱讀時長7分鐘

【國際版】顛覆傳統,通過機器人模擬器,實現機器人在線教育!

About a year ago, iRobot acquired Root Robotics to help them with a major push for developing STEM education. It wasn’t just Root’s educational robot itself, but also their platform, which included software and lessons for helping kids learn how to code. Recently, as part of the National Robotics Week in the United States that almost everyone seems to have forgotten about, iRobot is announcing iRobot Education—a combination of an online robot simulator along with lessons and activities that your kids (or you yourself) can use completely for free.

大約一年前,iRobot收購了Root機器人,幫助他們大力發展STEM教育。當然收購的不僅僅是Root的教育機器人本身,還有他們的平臺,其中包括幫助孩子學習如何編碼的軟件和課程。最近,作為幾乎所有人都忘記的美國國家機器人周的一部分,iRobot宣佈iRobot教育-一個在線機器人模擬器與課程和活動的結合,您的孩子(或您自己)可以完全免費使用。

We’re already familiar with (and fans of) the Root coding robot, which is a great intro to coding and robotics but costs US $200. Root is likely a bit more practical for educational institutions (primary and secondary schools) that can afford to buy a handful of them to support several classrooms worth of kids, making it much more cost effective. But for individual students, or for kids who are, say, stuck at home during a pandemic and need to stay busy and/or educated, buying a robot like Root is a big investment. Fortunately, they can just do what every other roboticist does when they don’t have access to hardware: Start in simulation instead.

我們已經熟悉Root的編碼機器人,這是一個很棒的編程入門機器人,雖然需要花費200美元的成本。對於那些有能力購買一小部分的教育機構(中小學)來說,Root可能更實用一些,以支持幾個教室的孩子,這使得它更具成本效益。但是對於個別學生,或者說,對於那些在疫情大流行期間被困在家裡需要保持忙碌和/或接受教育的孩子來說,購買像Root這樣的機器人是一項巨大的投資。幸運的是,他們可以像其他機器人專家一樣在沒有硬件的情況下做:從模擬開始。

iRobot is launching a free (albeit proprietary) coding and simulation platform that’s compatible with most operating systems, including Android, Chrome OS (Chromebooks!), Windows, iOS, and macOS. Called iRobot Coding, it has a lot in common with coding frameworks like Blockly and Scratch, in that there are several levels of complexity to help make it super easy to start even if you’ve never coded before. The simplest level has blocks that you drag and drop into a framework that structures your code for you. Level 2 adds variables and logic functions into the mix. And Level 3 replaces the blocks with text, although text that’s still fairly user-friendly. You can switch between all three levels whenever you like, even if it’s the same piece of code, effectively translating something simple (with fewer options) into something complex (with more options), which is a great way to progress.

iRobot正在推出一個免費的(但是有所有權)編碼和模擬平臺,它與大多數操作系統兼容,包括Android、Chrome OS(Chromebooks!)、Windows、iOS和macOS。稱為iRobot編碼,它與Blockly和Scratch這樣的編碼框架有很多共同點,因為有幾個層次的複雜性有助於使它非常容易啟動,即使您以前從未編寫過代碼。最簡單的級別中您可以將其拖放到為您構建代碼的框架中。級別2將變量和邏輯函數添加到組合中。級別3用文本替換,而且文本仍然相當友好。您可以隨時在這三個級別之間切換,即使是同一段代碼,也可以有效地將簡單的(選項較少)轉換為複雜的(選項較多),這是一種很好的進步方式。


【國際版】顛覆傳統,通過機器人模擬器,實現機器人在線教育!

What’s really unique about iRobot Coding is that the coding environment includes an integrated Root simulator, meaning that the code you write can control a little simulated robot. It’s a simplified 2D representation of an actual Root robot, with many of the same (simulated) capabilities, including bumpers, pattern sensors, touch sensors, lights, and even a pen that can draw on the simulated whiteboard that the simulated robot is running on.

iRobot編碼的真正獨特之處在於,編碼環境包括一個集成的Root模擬器,這意味著您編寫的代碼可以控制一個小的模擬機器人。它是實際Root機器人的簡化二維表示,具有許多相同的(模擬)功能,包括保險槓、模式傳感器、觸摸傳感器、燈光,甚至可以在模擬機器人運行的模擬白板上畫筆。

It’s incredibly fast and intuitive to get the little simulated Root zipping around doing stuff, and if you do end up having access to a physical Root robot, anything you develop in the simulated environment will transfer right over. While the simulator doesn’t include obstacles, iRobot is planning on adding some environments (like mazes) to challenge your programming abilities. What it does include is the ability for the simulated robot to recognize, and react to, the lines that it draws, which is an opportunity to do some clever programming.

這是令人難以置信的快速和直觀的小模擬根拉鍊周圍做的事情,如果你最終有權訪問一個物理Root機器人,你在模擬環境中開發的任何東西都將轉移過來。雖然模擬器不包括障礙物,iRobot計劃添加一些環境(如迷宮)來挑戰您的編程能力。它所包含的功能是讓模擬機器人能夠識別並對它所畫的線做出反應,這是一個做一些聰明編程的機會。


【國際版】顛覆傳統,通過機器人模擬器,實現機器人在線教育!

“One of the wonderful things about robots is that you speak to them through code, and you speaking to them through code is a form of problem-solving,” says Zee Dubrovsky, senior director and general manager of Educational Robots at iRobot. “The robot will only do what you code it to do and so if it’s not doing what you expect, it’s not because you didn’t imagine something correctly, it’s that you have to translate your problem-solving into the code. And it’s those learning opportunities that are critical.”

iRobot教育機器人高級主管兼總經理澤杜布羅夫斯基(Zee Dubrovsky)說:“機器人的一個奇妙之處在於,你通過代碼與它們交流,而通過代碼與它們交流是一種解決問題的方式。“機器人只會做你編碼它要做的事情,所以如果它沒有做你期望的事情,那不是因為你沒有正確地想象一些事情,而是你必須把你的問題解決轉化為代碼。而其中的關鍵是那些學習機會。”

Perhaps just as important as iRobot’s coding and simulation tool is the support behind it, in the form of activities and lesson plans that provide guidance and structure. There are code samples as well as a pile of downloadable PDF lessons, some of which are modeled after educational standards (like Common Core). There will soon be hundreds of hours of content available, although since the site just launched this morning, things may be a bit sparse if you go look right at the moment.

也許和iRobot的編碼和模擬工具一樣重要的是它背後的支持,以提供指導和結構的活動和課程計劃的形式。有代碼示例以及一堆可下載的PDF課程,其中一些課程是根據教育標準(如Common Core)建模的。據說很快就會有數百小時的內容可供使用,儘管自從網站今天早上剛推出以來,如果你現在就去看,信息可能會有點少。

iRobot says that they’ve been working on this for a year, and it’s just a coincidence that they’re releasing it at a time when lots of parents are desperate to find ways of keeping their kids educated and entertained at the same time. With that in mind, they’ve made their premium lessons (the ones designed for teachers) free until June with the code “LEARN.” After June, access will be $5 per month.

iRobot表示,他們已經為此工作了一年,而這只是一個巧合,在很多家長都急於想辦法讓他們的孩子同時接受教育和娛樂的時候,他們發佈了這本書。考慮到這一點,他們在6月份之前免費提供他們的高級課程(為教師設計的課程),代碼是“LEARN”,6月份之後,每個月5美元。

Going forward, iRobot has some ambitious plans to build on this initial STEM educational framework. “iRobot coding will one day extend simulated Roombas, where instead of Root’s marker up and down, you’re coding Roomba’s vacuum on and off,” says Dubrovsky. “Eventually, we’ll have a connection to the physical robots as well—it’s certainly within our capability, and that’s something we’re excited about.”

展望未來,iRobot有一些雄心勃勃的計劃要建立在這個最初的STEM教育框架之上。杜布羅夫斯基說:“iRobot編程有朝一日會擴展模擬Roombas,在Roomba中,你不必上下標記,而是打開或關閉Roomba。”。“最終,我們將與物理機器人建立聯繫,這當然是我們力所能及的,這也是我們感到興奮的。”


素材來源:

https://spectrum.ieee.org/automaton/robotics/home-robots/irobot-launches-robot-simulator-free-online-curriculum-for-robotics-education

https://edu.irobot.com/


【國際版】顛覆傳統,通過機器人模擬器,實現機器人在線教育!

聲明


本文素材來源於網絡,由國智清創雄安機器人研究院(ID:xionganir)翻譯編輯,不代表國智清創雄安機器人研究院立場,轉載請註明,如涉及作品版權問題,請聯繫我們刪除或做相關處理!

編譯:J

編輯:Zero


分享到:


相關文章: