TAILIEUCHUNG - LEGO MINDSTORMS - Building Robots Part 13

Tham khảo tài liệu 'lego mindstorms - building robots part 13', kỹ thuật - công nghệ, cơ khí - chế tạo máy phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Drawing and Writing Solutions in this chapter Creating a Logo Turtle Creating a Tape Writer Further Suggestions Chapter 23 441 442 Chapter 23 Drawing and Writing Introduction Can a MINDSTORMS robot be made to draw or write Sure. Believe it or not that s not even a very difficult thing to implement. In the following pages we will show you two projects the first mainly meant for drawing and the second for writing. Both of them require some additional parts but both have wide margins for modifications and allow for less demanding variants. Creating a Logo Turtle Many of you may already know that Logo is a programming language specifically targeted to education. Born in the late 60s at the Massachusetts Institute of Technology MIT Logo is derived from Lisp with a lot fewer parentheses and features interactivity modularity and extensibility. More than a programming language Logo is a learning tool which has gone through a number of changes and improvements over the years. The most known characteristic creation of Logo is the Turtle a symbolic turtle that moves across the computer screen according to the instruction it simple instructions like forward 10 the turtle moves straight ten units and with right 90 it turns clockwise 90 degrees. The statements penup and pendown specify whether the turtle leaves a track behind it thus producing drawings or rather just moving to a different location. Obviously the language includes many other commands but these are enough to understand the principles of the Turtle Graphics that made Logo so famous. What many people don t know is that in its first version the Logo program controlled a small robot that actually drew lines on the floor. In subsequent releases the turtle became just a virtual animal on the screen. Our interest here however is in replicating its first robotic version. Note Dr. Seymour Papert was one of the early promoters of Logo and designed the original Turtle. Under his guidance the Epistemology and .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.