機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯

上傳人:Q145****609 文檔編號(hào):16687610 上傳時(shí)間:2020-10-22 格式:DOC 頁(yè)數(shù):9 大?。?1KB
收藏 版權(quán)申訴 舉報(bào) 下載
機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯_第1頁(yè)
第1頁(yè) / 共9頁(yè)
機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯_第2頁(yè)
第2頁(yè) / 共9頁(yè)
機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯_第3頁(yè)
第3頁(yè) / 共9頁(yè)

下載文檔到電腦,查找使用更方便

10 積分

下載資源

還剩頁(yè)未讀,繼續(xù)閱讀

資源描述:

《機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯》由會(huì)員分享,可在線閱讀,更多相關(guān)《機(jī)器人的組成外文文獻(xiàn)翻譯、中英文翻譯(9頁(yè)珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。

1、附 錄 外文翻譯:機(jī)器人的組成 (1)hobby engineering Its easier to learn about building robots if you take it one step at a time. This menu breaks a fairly complex robot into bite-sized pieces (or byte-sized for you programmers) to make the information easier to digest. We think that this is a good way to both l

2、earn about robots and to plan your actual construction. If you try to do everything at once you are likely to end up with a mess. If you plan and build in small steps, you are almost guaranteed success. (2)Controllers The controller is the brains of your computer. The controller receives informati

3、on from sensors and the input part of the human interface. It then decides what to do and sends instructions to the motion systems, actuators and the output part of the human interface. There are many types of controllers with different amounts of processing power and varying numbers and types of "p

4、ins" which connect to sensors, motors and the other part of the robot. In order for your controller or your robot to do anything, you must write a program and load that program into the controllers memory. Depending on your choice of controller, this can be fairly simple or extremely complicated. W

5、e recommend controllers using the Parallax Basic Stamp as the starting point for almost everyone. These controllers are programmed in an easy-to-learn language and have an integrated program loading system that is nearly 100% reliable. The Basic Stamp almost guarantees a fast start in programming wh

6、ereas most alternatives require overcoming a significant level of difficulty just to get started. Even if you intend to "graduate" to more complex programming systems you will probably find the Basic Stamp a useful tool for investigating new ideas before developing your production code. (3)Sensors

7、 Sensors provide your robot with information about its environment. Different sensors tell your robot about sights, sounds, pressures, temperatures and many other characteristics of the world around it. In many cases sensor components provide "data" when what you want is "information". For instance

8、, a sonar component may report that an echo came back in .05ms when what you really want to know is that a robot is charging you from two feet away. In some cases the volume of data from sensor components is more than can be handled by a robot controller -- too much data can be as useless as no data

9、 at all. Because of this, many of sensor products are actually "smart" subsystems with specialized logic to evaluate the data stream and simplify programming your robots main controller. When considering sensors, your first step is to identify what you want your robot to sense and how quickly and r

10、eliably you want to acquire that information. While "I want to know everything, right now, without error" sounds like a good specification, it probably isnt achievable and it definitely wouldnt be affordable. All practical sensors have definite limits of accuracy, range, resolution and repeatability

11、. Each little increase in performance requires a large increase in cost so you will often accept what you can afford rather than insist on what you would like. While sensors are warranted to meet their specifications, they arent guaranteed to do what you want in the way you want. While an IR distan

12、ce sensor may be 99% accurate in the testing lab, your results may be less perfect in a competitive environment when your sensors may get confused by random reflections, your opponents sensors or even intentional interference. In order to be fully effective, you may need to compare the results from

13、multiple sensors and/or filter the data to ignore results that seem inconsistent. As with every part of your robot, maximum effectiveness requires careful evaluation of real-world results and fine-tuning of your robots circuits and program. This is not a "Plug And Play" hobby! When evaluating senso

14、rs, you want to know the following: What is actually being measured? For example, most distance sensors dont really measure distance. They measure how long it takes to receive an echo after they send a signal. You have to consider the possibility that the echo" is actually a stray signal and then f

15、ind a way to eliminate those false readings. Reliable distance tracking systems usually look for patterns of consistent readings How many connections of what kind are required to connect the sensor to your controller? Do you have enough of those kinds of pins available on your controller? Does the

16、signal need to be processed though an ADC or other hardware device to be usable by your program? How much power does the sensor require and at what voltage(s)? Will you have to increase your robots battery and power regulation capacity? A thorough technical evaluation of a sensor may require more

17、knowledge than you possess. Fortunately, you can generally get good results by relying on common sense and the helpful nature of most other builders. The sensors we offer have all been used successful by builders of varying levels, so you can feel confident that you arent attempting the impossible w

18、hen you select one of the sensors we offer. We have tried to write product descriptions that translate the technical specifications into common English (common American to our off-shore friends) -- but keep in mind that something can get lost in any translation. Finally a search of the WEB will find

19、 you many examples of circuits and programs. (In the near future we will have our own samples posted with each product description.) (4)Robot Base Kits The base is your robots skelton and it main functions are to hold all the other parts together and to protect delicate parts from harm. A base can

20、 be as simple as a scrap piece of wood or as complicated as a space ship. In many cases the design of the base is completely intertwined with the design of the motion systems. Sometimes the mechanical components for a robot can be "borrowed" from a toy or other hobby. Radio controlled planes, cars

21、and boats (including submarines) have been used to provide the base and motion system of robots. (5)Human Communications Systems Your robot can "talk" to you via computer generated voice, blinking lights and text displays. It can "listen" to your instructions sent by keyboard, switches or wireless

22、 remote control. Computer people prefer to use the word "output" instead of "talk" and "input" instead of "listen", but you know what they mean. (6)Actuators An actuator is any device that makes your robot do something. Motion Systems and the output part of the Human Communications Systems are jus

23、t specialized actuators which are important enough that we though they deserved their own sections. Actuators can move things or control other devices. Almost any device operated with electricity can become an actuator. Depending on the device it may be connected directly to the controller or indir

24、ectly by an H-Bridge or relay. Your robot can also control things remotely using radio frequency or infrared transmission or even over the internet. The X-10 home control system allows your robot to control household lights and appliances. (7)Motion Systems Robots are usually moved by a combinatio

25、n of wheels, gears, motors and associated electronics. Sometimes motor systems are assembled piece-by-piece but the most common form of robot motion these days comes from servos similar to the kind used with radio controlled airplanes. While most robots roll, it is possible to build robots that walk

26、, jump or even swim or fly. A continuous rotation servo is a modified hobby servo that can rotate 360 degrees in either direction. These servos are economical and provide a neat system of motors, gears and electronics that can be directly connected to most robot controllers. A number of different t

27、ypes of wheels are available which attach directly to the servo axle. Most simple robots use two servos to provide both motion and direction control. Direction is controlled by what is called "differential steering" -- steering by varying the speed and direction of each wheel. If your robot needs to

28、 turn left, just slow or stop the left wheel servo while maintaining or increasing the speed of the right wheel. The bigger the difference in speed, the sharper the turn. Motion systems can become as complicated as you choose and often require custom design and building of the mechanical and electr

29、onic components. Sometimes the mechanical components can be "borrowed" from a toy or other hobby. Radio controlled planes, cars and boats (including submarines) have been used to provide the base and motion system of robots. An H-Bridge is an electronic circuit which translates and boosts controlle

30、r output signals to the level required to drive a standard electric motor with variable speed and direction. An H-Bridge is built into hobby servos, so they can be connected directly to the controller. When using other types of motors you need to provide your own H-Bridge. These can be purchased as

31、completed assemblies or assembled from components. (1)愛好工程 如果你采取每次一小步的策略。那么制造機(jī)器人會(huì)更加容易。這個(gè)菜單就是把機(jī)器人分解成大小正合適的的片段(或者說正好適合你的項(xiàng)目的片段)這樣就更有利于知識(shí)的消化吸收。我們一直認(rèn)為這是一個(gè)即可以學(xué)習(xí)制造機(jī)器人,又可以計(jì)劃你的切合實(shí)際的組建工作的好方法。如果你妄想一次把所有的事情都干完,那你很有可能最后弄得一團(tuán)糟。如果你一步一步的計(jì)劃并且組建的話,你基本上已經(jīng)被確保成功了。 (2)控制器 控制其實(shí)你的計(jì)算機(jī)的大腦??刂破鲝母袘?yīng)器和人類接口的輸入部分接受信息,然后控制器決定做什么

32、并且發(fā)送指導(dǎo)信息到運(yùn)動(dòng)系統(tǒng)、啟動(dòng)器、人類接口的輸出部分。實(shí)際當(dāng)中,有許多的類型的控制器,他們擁有不同的信息處理能力和各種各樣數(shù)字和類型的PINS,這些PINS和感應(yīng)器,啟動(dòng)器以及機(jī)器人的其他部分相連接。 為了使你的機(jī)器人可以做任何事情,你必須編寫一個(gè)程序,并且把這個(gè)程序下載到控制器的記憶里。根據(jù)你選擇的控制器的不同,這個(gè)過程可能相當(dāng)簡(jiǎn)單,也可能相當(dāng)復(fù)雜。我們一般推薦使用PARALLAX BASIC STAMP 這個(gè)品牌的的控制器,這個(gè)牌子的控制器用一種很容易學(xué)的的語(yǔ)言編程,并且他還有一個(gè)100%可靠而完整的程序下載系統(tǒng)。PARALLAX BASIC STAMP基本上保證了程序的快速開始。盡管

33、其他牌子光是啟動(dòng)的話,就要克服相當(dāng)大的困難,即使在你研發(fā)你的產(chǎn)品編碼之前,你想要更加復(fù)雜的程序系統(tǒng),你也會(huì)發(fā)現(xiàn)PARALLAX BASIC STAMP是一個(gè)能夠引發(fā)新想法的實(shí)用工具。 (3)感應(yīng)器 感應(yīng)器可以為你的機(jī)器人提供關(guān)于他的周邊環(huán)境的信息。不同的感應(yīng)器可以告訴你的機(jī)器人關(guān)于視覺、聲音、壓力、溫度和他周圍世界的許多其他特征。 在很多情況下,當(dāng)你想要的是信息的時(shí)候,感應(yīng)器的部件可以提供“資料’。舉例說明,當(dāng)你真正想要知道的是一個(gè)機(jī)器人正從倆英尺遠(yuǎn)的地方向你走來(lái),一個(gè)聲納系統(tǒng)的部件可以報(bào)道一種一0.5米每秒的速度返回的回音。在一般情況下,來(lái)自感應(yīng)器部件的數(shù)量要遠(yuǎn)遠(yuǎn)超過一個(gè)控制器的處理能

34、力。太多的材料會(huì)和沒有材料一樣沒用。因?yàn)檫@個(gè),許多感應(yīng)器產(chǎn)品實(shí)際上是一個(gè)擁有專業(yè)的邏輯學(xué)的聰明的小系統(tǒng),這個(gè)系統(tǒng)可以用來(lái)預(yù)測(cè)材料的流動(dòng)趨向和簡(jiǎn)化編程你的機(jī)器人的主要控制器。 當(dāng)選擇感應(yīng)器時(shí),你第一步要做的事是識(shí)別你想要的機(jī)器人去感應(yīng)什么,以及你想要獲得那個(gè)信息的速度以及準(zhǔn)確度。盡管”想要知道任何事情,立刻,無(wú)誤”聽起來(lái)像一個(gè)纖細(xì)的說明,但他可能得不到,并且可以肯定的是他是支付不起的。所有使用的感應(yīng)器都有準(zhǔn)確性,浮動(dòng)范圍,解決方法,和重復(fù)性等方面的限制。在效果上的每一點(diǎn)增長(zhǎng)都需要在成本上的一個(gè)大的增長(zhǎng)。所以你會(huì)選擇你支付得起的,而不是你想要的那種。 為了使感應(yīng)器能嚴(yán)格按照說明素上說的去進(jìn)行,

35、你不能完全按照自己的方式去操作它。如果在實(shí)驗(yàn)室你的IR遠(yuǎn)程感應(yīng)器的 99%,那么在極端環(huán)境下,這個(gè)精確度就會(huì)降低,因?yàn)槟愕母袘?yīng)器將會(huì)被一些任意的影像、對(duì)手感應(yīng)器甚至一些故意設(shè)置的干擾項(xiàng)所打亂,為了確保絕對(duì)的準(zhǔn)確(你必須去比較一些精確度大的感應(yīng)器的實(shí)驗(yàn)結(jié)果,并且分析數(shù)據(jù)以忽略一些不一致的結(jié)果)與此同時(shí),機(jī)器人的其他部件,必須經(jīng)過對(duì)實(shí)際操作結(jié)果的準(zhǔn)確估計(jì)和對(duì)電路和程序的有效轉(zhuǎn)變,才能的出最精確地?cái)?shù)字。這并不是一個(gè)“射殺,玩樂“的業(yè)余愛好。 當(dāng)你在評(píng)估你的感應(yīng)器時(shí),你必須知道以下幾個(gè)方面: 應(yīng)該測(cè)量什么?比方說,一般的遠(yuǎn)程感應(yīng)器不會(huì)測(cè)量距離,他們測(cè)量的是當(dāng)發(fā)射一個(gè)信號(hào)之后多長(zhǎng)時(shí)間才能收到回復(fù)。你

36、必須考慮那個(gè)回音是不是一個(gè)無(wú)來(lái)源的信號(hào),并需采取措施清除那個(gè)假的數(shù)據(jù)。有效的遠(yuǎn)程追蹤系統(tǒng)總會(huì)跟蹤連續(xù)數(shù)據(jù)的樣本。 要把感應(yīng)器和控制器連接起來(lái),需要用哪種方式連,練多少次?在你的控制器上有沒有足夠多的芯片。信號(hào)的傳送是否需要一個(gè)ADC或其他的硬件? 你的感應(yīng)器需要多少伏特的電壓?你是否需要需要提高機(jī)器人電池的性能。以使他持續(xù)工作的時(shí)間更長(zhǎng)一些?要想實(shí)現(xiàn)感應(yīng)器史上徹底的科技革命,你必須掌握比你所擁有的更多的知識(shí)。幸運(yùn)的是,你可以通過一些常識(shí)和其他的開發(fā)者的幫助來(lái)獲得這些知識(shí)。我們所提供的感應(yīng)器已經(jīng)被開發(fā)者們從不同的程度成功的運(yùn)用了,所以當(dāng)你們選擇我們所提供的其中之一時(shí),你會(huì)感到自信。因?yàn)槟銈儾?/p>

37、用再嘗試其他的彎路了。我們已經(jīng)把這個(gè)產(chǎn)品的說明書翻譯成了英文。,但是必須清楚有些東西在翻譯的過程中喪失了。最后,在網(wǎng)上可以搜索到有關(guān)電路和程序的很多實(shí)例,在不久的將來(lái),我們將會(huì)有自己的樣本并附帶說明。 (4)機(jī)器人支架 支架可以說是機(jī)器人的骨骼。支架的功能是把其他部分連在一起,并且保護(hù)那些易碎的部分,支架可以像木頭碎片那樣簡(jiǎn)單,也可以向宇宙飛船那樣復(fù)雜。 在許多情況下,支架的設(shè)計(jì)與驅(qū)動(dòng)系統(tǒng)的設(shè)計(jì)是密切相關(guān)的。有些情況下,機(jī)器人的機(jī)械組成部分可以從一個(gè)玩具或一個(gè)工具上去“借”,無(wú)線電飛機(jī),汽車,船(包括潛水艇)都可以被用來(lái)制造機(jī)架或驅(qū)動(dòng)系統(tǒng)。 (5)交流系統(tǒng) 通過電腦合成的聲音,閃爍的

38、光和顯示的文字,你的機(jī)器人可以與你交談。通過輸入的指令開關(guān)或無(wú)線遠(yuǎn)程控制,他可以聽到你的命令。計(jì)算機(jī)的操控者更喜歡用輸出而不用說,更喜歡用輸入而不是聽。但你卻知道他們代表的意思是什么。 (6)啟動(dòng)器 啟動(dòng)器是一個(gè)讓你的機(jī)器人能做一些事情的裝置,啟動(dòng)系統(tǒng)和人類交流系統(tǒng)的輸出部分只是專門的啟動(dòng)器,這是非常重要的,所以我們認(rèn)為他們值得他們的區(qū)域。 啟動(dòng)器可以移動(dòng)事物或控制其他裝置幾乎任何一點(diǎn)操控的裝置都可以成為一個(gè)啟動(dòng)器。根據(jù)這個(gè)裝置,他可以直接連接到控制器或間接的被一個(gè)H-BRIDGE或一個(gè)中繼設(shè)備。你的機(jī)器人也可以利用無(wú)線電頻率或紅外線傳播甚至是互聯(lián)網(wǎng)遠(yuǎn)程控制一些事物。X-10家庭控制系統(tǒng)

39、允許機(jī)器人控制家用燈或家用電器。 (7)移動(dòng)系統(tǒng) 機(jī)器人經(jīng)常有一些輪子,拍檔,發(fā)動(dòng)機(jī)和相關(guān)電器的結(jié)合體所驅(qū)動(dòng),有時(shí)候啟動(dòng)系統(tǒng)是一部分一部分組成的,但大多數(shù)機(jī)器人的移動(dòng)形式來(lái)源于一中伺服機(jī)構(gòu),它類似于無(wú)線電所控制的飛機(jī)所采用的裝置類似。然而,大部分機(jī)器人的輪子,能走,能跳,甚至是游泳或飛行的機(jī)器人是有可能的。 一個(gè)持續(xù)旋轉(zhuǎn)的伺服機(jī)構(gòu)是一個(gè)一套完整的的啟動(dòng)器,拍檔,和電器系統(tǒng)個(gè)被修正的愛好伺服機(jī)構(gòu),他可以在任何方向旋轉(zhuǎn)360.這些可以直接和大多數(shù)的機(jī)器人的控制器連接。大量不同種類的的輪子是可以使用的。他們可以和伺服機(jī)構(gòu)的輪軸相連接。大部分簡(jiǎn)單的機(jī)器人用兩套伺服機(jī)構(gòu)提供移動(dòng)和方向控制。方向被所

40、謂的“不同方向盤”控制。通過改變速度和每個(gè)輪子的方向,方向盤可以得到控制。你的如果機(jī)器人需要向右轉(zhuǎn),只需要減慢或停止左邊輪子的伺服機(jī)值得構(gòu)。同時(shí)保持或增加右邊輪子的速度。在速度方面差別越大,轉(zhuǎn)變就越急。 移動(dòng)系統(tǒng)可能變得和你選擇的一樣復(fù)雜,并且經(jīng)常需要習(xí)慣風(fēng)俗設(shè)計(jì)和機(jī)械以及電子成分的構(gòu)建。有些時(shí)候,機(jī)械部件可以從一個(gè)玩具和其他愛好“借來(lái)”。無(wú)線電控制的飛機(jī),轎車或船,包括潛水艇都可以用來(lái)提供移動(dòng)系統(tǒng)。 一個(gè)H-BRIDGE實(shí)際上是一種電流,被用來(lái)翻譯和推動(dòng)控制器輸出信號(hào)到一個(gè)需要驅(qū)動(dòng)擁有不同速度和方向的發(fā)動(dòng)機(jī)的水平。一個(gè)H-BRIDGE備案裝進(jìn)一個(gè)愛好伺服機(jī)構(gòu),所以他們可以直接連接到控制器上。當(dāng)使用其它類型的的啟動(dòng)器時(shí),你需要提供你自己的H-BRIDGE。這些可以當(dāng)做完成的裝配組建而購(gòu)買或者是由零件裝配而成的。

展開閱讀全文
溫馨提示:
1: 本站所有資源如無(wú)特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

相關(guān)資源

更多
正為您匹配相似的精品文檔
關(guān)于我們 - 網(wǎng)站聲明 - 網(wǎng)站地圖 - 資源地圖 - 友情鏈接 - 網(wǎng)站客服 - 聯(lián)系我們

copyright@ 2023-2025  zhuangpeitu.com 裝配圖網(wǎng)版權(quán)所有   聯(lián)系電話:18123376007

備案號(hào):ICP2024067431號(hào)-1 川公網(wǎng)安備51140202000466號(hào)


本站為文檔C2C交易模式,即用戶上傳的文檔直接被用戶下載,本站只是中間服務(wù)平臺(tái),本站所有文檔下載所得的收益歸上傳人(含作者)所有。裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)上載內(nèi)容本身不做任何修改或編輯。若文檔所含內(nèi)容侵犯了您的版權(quán)或隱私,請(qǐng)立即通知裝配圖網(wǎng),我們立即給予刪除!

五月丁香婷婷狠狠色,亚洲日韩欧美精品久久久不卡,欧美日韩国产黄片三级,手机在线观看成人国产亚洲