SESSION USE of ROBOTS, GAMIFICATION, and OTHER TECHNOLOGIES in EDUCATION Chair(S)

Total Page:16

File Type:pdf, Size:1020Kb

SESSION USE of ROBOTS, GAMIFICATION, and OTHER TECHNOLOGIES in EDUCATION Chair(S) Int'l Conf. Frontiers in Education: CS and CE | FECS'15 | 1 SESSION USE OF ROBOTS, GAMIFICATION, AND OTHER TECHNOLOGIES IN EDUCATION Chair(s) TBA 2 Int'l Conf. Frontiers in Education: CS and CE | FECS'15 | Int'l Conf. Frontiers in Education: CS and CE | FECS'15 | 3 Exploring Finite State Automata with Junun Robots: A Case Study in Computability Theory Vladimir Kulyukin Sarat Kiran Andhavarapu Melodi Oliver Christopher Heaps Soren Rasmussen Wesley Rawlins Department of Computer Science Utah State University Logan, UT, USA [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Abstract— A case study in computability theory is presented had they taken a TOC class earlier in their undergraduate on teaching finite state automata with mobile robots. Junun curriculum. Mark III robots were used in several coding assignments on finite The use of robots in undergraduate CS education has state machines and a final coding project in an upper-level gained a significant interest both among researchers and undergraduate course in computability theory. Software and educators [2, 3, 4]. This interest could be attributed to the fact hardware choices are discussed with respect to the robotic platform and the laboratory environment. Several guidelines are that robotics is an inherently multi-disciplinary area bringing presented for integrating robots in theory of computation classes together subjects as diverse as cognitive psychology, electrical to reinforce and enhance students’ understanding of finite state engineering, and computer vision. It has been reported in the machines through practical applications of finite state control literature that the use of robots improves student project mechanisms. engagement [5]. We also believe that the use of robots can improve student Keywords—computability; undergraduate university education; engagement in and appreciation of not only the areas mobile robots; theory of computation; finite state automata traditionally affiliated with robotics (e.g., computer vision and electrical engineering) but also theoretical computer science. I. Introduction Specifically, mobile robots present an effective opportunity to Computability theory, also known as theory of computation motivate topics and concepts seemingly detached from any (TOC), remains one of the most challenging Computer practical applications. Robots can also be used in conjunction Science (CS) courses both for professors and students. with educational software tools such as JFLAP Professors, who teach computability courses, face lack of (www.jflap.org) to illustrate and motivate the practical motivation on the part of the students as well as inadequate significance of theoretical concepts. mathematical maturity and problem solving skills [1]. The effective use of robots in the classroom may require Students, who enroll in TOC courses, especially when such special training and hardware. Some professors who teach courses are required, believe that the covered topics are TOC courses and students who take TOC electives tend to be marginally relevant to having successful IT careers or, even comfortable only with the topics for which pencil and paper when relevant, the topics are not well motivated in the course are the most adequate technology. Some professors and materials. Although many students later realize the students may feel intimidated by the apparent complexity and fundamental and transcendental nature of concepts covered in diversity of robotic platforms. TOC courses, they frequently fail to realize it as they are Fortunately, the advances in commercial robotic platforms actually taking the course due to abundant technical notation, have made the integration of robots into TOC courses much complicated terminology, and the tendency of some professors easier than it used to be a decade ago (e.g., to overformalize intuitively straightforward concepts. www.activrobots.com, www.robotshop.com, www.junun.org). Another problem faced by CS undergraduates is that they There are two key decisions faced by CS professors who want typically take TOC courses in their senior year when they are to use robots in TOC course: the choice of a robotic platform almost finished with the undergraduate curriculum. The first and the choice of topics that the robots will be used to author of this paper has been teaching an undergraduate TOC illustrate, explore, or motivate. While there are many class at Utah State University (USU) for the past seven years outstanding books on computability [6, 7, 8] and various and has heard many CS majors telling him how much easier theoretical aspects of robotics [9, 10], there is a relative the advanced courses on compiler construction, game shortage of practical step-by-step resources that CS instructors development, and programming languages would have been, can use to integrate robots into TOC courses. 4 Int'l Conf. Frontiers in Education: CS and CE | FECS'15 | In this paper, we contribute to overcoming this shortage of Figure 1 and reach the state of the world in Q2 by executing .ሻܣ ǡܤǡ ܶሻ and ܲݑݐ݋݊ሺܣstep-by-step materials by sharing some of our experiences of ܲݑݐ݋݊ሺ using Junun robots to motivate, illustrate, and explore the topic of finite state automata (FSA). These experiences are primarily based on the TOC course taught by the first author in the fall 2014 semester. The second author was the teaching assistant for this course. The other four authors are USU CS undergraduate students who were enrolled in the course. The remainder of our paper is organized as follows. In Section II, we present the basic theoretical concepts for which we used mobile robots. These concepts were covered in the fall 2014 TOC course (CS 5000) taught by the first author at USU. CS 5000 used to be a required course with an average student enrollment of approximately forty students per semester until 2008. The course has been an elective since 2008 with the student enrollment ranging from five to fifteen students. In Section III, we describe the Junun Mark III platform, its modules, and assembly requirements. The three Figure 1. A robotic camera-arm unit text books were used for the course: the book by Davis et al. [6] was used for computability; Brooks Webber’s text [7] and the book by Hopcroft and Ullman [8] were used for finite state machines. In Section IV, we present several coding assignments given to the students and the final project of the course. Section V summarizes our experiences, analyzes our successes and failures, and presents recommendations that interested CS instructors or students may want to consider if they want to integrate mobile robots into their coursework. II. Basic Concepts In this section, we present several formal concepts enhanced and illustrated with mobile robots in our computability course. These concepts are related to the basic notion of the finite state Figure 2. Finite state control for two-block domain automaton (FSA). We chose the FSA, because there is a natural fit between robotic control and finite state machines that has been successfully and repeatedly illustrated in many research projects on mobile robots [9, 10]. A. Finite State Automata as Directred Graphs In an introductory lecture, a finite state automaton (FSA) was informally described as a directed graph whose nodes are states and whose edges are transitions on specific symbols. We pointed out to the students that input symbols processed by the FSA can be as simple as 0 and 1 or as complex as robot action sequences. For example, suppose we want to design a control system for a robotic camera and arm unit for building two-block towers from blocks A and B, as shown in Figure 1. We can arbitrarily assume that the sensor-motor system of Figure 3. A Mealy Machine the unit can execute one action, ܲݑݐ݋݊ሺܺǡ ܻሻ, and two predicates: ܥ݈݁ܽݎሺܺǡ ܻሻ and ܱ݊ሺܺǡ ܻሻ. The action A well-known limitation of the FSA is that the output is ݑݐ݋݊ሺܺǡ ܻሻ places block X on block Y or on table T, limited to the binary decision of acceptance or rejection. Theܲ ܥ݈݁ܽݎሺܺǡ ܻሻ verifies that the top of block X is clear, and FSA can be modified by choosing the output from an alphabet ܱ݊ሺܺǡ ܻሻ verifies that block X is either on top of another block other than the input, which brings us to the concepts of the or on top of the table T. Mealy and Moore machines [8]. The Moore machine Figure 2 shows a finite control for the two-block domain. associates outputs with states whereas the Mealy machine The control consists of three states Q0, Q1, and Q2. Each state associates outputs with transitions. In both types of automata, is a set of predicates that describe a state of the world. In state the outputs can be interpreted as commands to robot hardware. Q0, both blocks are on the table. In state Q1, A is on B. In Figure 3 gives an example of how a finite state machine state Q2, B is on A. The camera-arm unit can start in any of shown in Figure 2 can be transformed into a Mealy machine. the three states. For example, the unit can start in Q1 shown in Int'l Conf. Frontiers in Education: CS and CE | FECS'15 | 5 In Figure 3, The X/Y notation means that when the machine theorem about the equivalence of DFA and NFA by using the sees X in the input, it outputs Y and transitions to a new state. subset construction [7]. In Figure 3, we have defined the following complex symbols: We concluded the formalization of the finite state S0 = {On(A,T), On(B,T), Clear(A), Clear(B)}, S1 = {On(A,B), automata with a lecture on the Mealy and Moore machines. A On(B,T), Clear(A)}, S2 = {On(B,A), On(A,T), Clear(B)}, A0 = Moore machine M is a six-tuple ሺܳǡ ߑǡ߂ǡ ߜǡ ߣǡ ݍ଴ሻ, where Puton(A,B), A1=Puton(A,T), A2=Puton(B,A), A3=Puton(B,T).
Recommended publications
  • Adapting Game Content with a Player Typology
    Lappeenranta-Lahti University of Technology LUT School of Engineering Science Software Engineering Master's Programme in Software Engineering and Digital Transformation Mika Savolainen ADAPTING GAME CONTENT WITH A PLAYER TYPOLOGY Examiners: D.Sc. (Tech.) Jussi Kasurinen Prof. D.Sc. (Tech.) Kari Smolander Supervisor: D.Sc. (Tech.) Jussi Kasurinen Prof. D.Sc. (Tech.) Kari Smolander TIIVISTELMÄ Lappeenrannan-Lahden teknillinen yliopisto School of Engineering Science Tietotekniikan koulutusohjelma Master's Programme in Software Engineering and Digital Transformation Mika Savolainen Pelisisällön mukauttaminen pelaajatypologialla Diplomityö 2019 54 sivua, 3 kuvaa, 13 taulukkoa, 2 liitettä Työn tarkastajat: D.Sc. (Tech.) Jussi Kasurinen Prof. D.Sc. (Tech.) Kari Smolander Hakusanat: pelit, pelaajatyypit, pelaajatypologia, pelinkehitys Keywords: video games, player types, player typology, game development Tämä diplomityö tutkii pelaajatypologian käyttöä peliominaisuuksien suunnitteluun ja kehittämiseen. Tätä varten toteutetaan kirjallisuuskatsaus ja kartoitetaan eri pelaajatypologioita, jonka avulla luodaan uusi pelaajatypologia. Tämän typologian perusteella suunnitellaan peliominaisuuksia, jotka lisätään toimintaseikkailupeliin. Pelaajatyyppien ja peliominaisuuksien välinen korrelaatio testataan tapaustutkimuksessa ja tulokset analysoidaan Pearsonin ja Spearmanin korrelaatiokertoimilla. ii ABSTRACT Lappeenranta-Lahti University of Technology LUT School of Engineering Science Software Engineering Master's Programme in Software Engineering and Digital
    [Show full text]
  • Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion
    TECHNISCHE UNIVERSITÄT MÜNCHEN Lehrstuhl für Angewandte Mechanik Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion Entwurf und Realisierung eines Humanoiden Roboters für Schnelles und Autonomes Laufen Dipl.-Ing. Univ. Sebastian Lohmeier Vollständiger Abdruck der von der Fakultät für Maschinenwesen der Technischen Universität München zur Erlangung des akademischen Grades eines Doktor-Ingenieurs (Dr.-Ing.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr.-Ing. Udo Lindemann Prüfer der Dissertation: 1. Univ.-Prof. Dr.-Ing. habil. Heinz Ulbrich 2. Univ.-Prof. Dr.-Ing. Horst Baier Die Dissertation wurde am 2. Juni 2010 bei der Technischen Universität München eingereicht und durch die Fakultät für Maschinenwesen am 21. Oktober 2010 angenommen. Colophon The original source for this thesis was edited in GNU Emacs and aucTEX, typeset using pdfLATEX in an automated process using GNU make, and output as PDF. The document was compiled with the LATEX 2" class AMdiss (based on the KOMA-Script class scrreprt). AMdiss is part of the AMclasses bundle that was developed by the author for writing term papers, Diploma theses and dissertations at the Institute of Applied Mechanics, Technische Universität München. Photographs and CAD screenshots were processed and enhanced with THE GIMP. Most vector graphics were drawn with CorelDraw X3, exported as Encapsulated PostScript, and edited with psfrag to obtain high-quality labeling. Some smaller and text-heavy graphics (flowcharts, etc.), as well as diagrams were created using PSTricks. The plot raw data were preprocessed with Matlab. In order to use the PostScript- based LATEX packages with pdfLATEX, a toolchain based on pst-pdf and Ghostscript was used.
    [Show full text]
  • Vulnerability and Growth in Video Game Narratives 2019
    Master's thesis Thomas Fusdahl Vulnerability and Growth in Video Game Narratives 2019 Master's thesis Approaches to Storytelling in Dark Souls 3 and Thomas Fusdahl Hellblade: Senua's Sacrifice NTNU May 2019 Faculty of Humanities Department of Design Norwegian University of Science and Technology Vulnerability and Growth in Video Game Narratives Approaches to Storytelling in Dark Souls 3 and Hellblade: Senua's Sacrifice Thomas Fusdahl Medievitenskap Submission date: May 2019 Supervisor: Sara Brinch Norwegian University of Science and Technology Thomas Fusdahl Vulnerability and Growth in Video Game Narratives Approaches to Storytelling in Dark Souls 3 and Hellblade: Senua's Sacrifice Master’s thesis in Medievitenskap Master’s thesis Master’s Supervisor: Sara Brinch May 2019 NTNU Faculty of Humanities Faculty of Humanities Faculty Norwegian University of Science and Technology of Science University Norwegian Thomas Fusdahl Vulnerability and Growth in Video Game Narratives Approaches to Storytelling in Dark Souls 3 and Hellblade: Senua's Sacrifice Master’s thesis in Medievitenskap Supervisor: Sara Brinch May 2019 Norwegian University of Science and Technology Faculty of Humanities Faculty of Humanities Acknowledgments: After finally finishing I want to thank the people who believed in me when I didn’t. Most of all my parents for both financial and moral support. I couldn’t have done it without you. Additionally, I want to thank my supervisor Sara Brinch for her understanding and support and helping me believe in the project. Lastly, I want to give a shout out to the Easy Allies, an online media outlet that has made it fun to stay engaged in both the culture and business of video games.
    [Show full text]
  • 2014-2015 SISD Literary Anthology
    2014-2015 SISD Literary Anthology SADDLE UP Socorro ISD Board of Trustees Paul Guerra - President Angelica Rodriguez - Vice President Antonio ‘Tony’ Ayub - Secretary Gary Gandara - Trustee Hector F. Gonzalez - Trustee Michael A. Najera - Trustee Cynthia A. Najera - Trustee Superintendent of Schools José Espinoza, Ed.D. Socorro ISD District Service Center 12440 Rojas Dr. • El Paso, TX 79928 Phn 915.937.0000 • www.sisd.net Socorro Independent School District The Socorro Independent School District does not discriminate on the basis of race, color, national origin, sex, disability, or age in its programs, activities or employment. Leading • Inspiring • Innovating Socorro Independent School District Literary Anthology 2014-2015 An Award Winning Collection of: Poetry Real/Imaginative/Engaging Stories Persuasive Essays Argumentative Essays Informative Essays Analytical Essays Letters Scripts Personal Narrative Special thanks to: Yvonne Aragon and Sylvia Gómez Soriano District Coordinators Socorro Independent School District 2014-15 Literary Anthology - Writing Round-Up 1 Board of Trustees The Socorro ISD Board of Trustees consists of seven elected citizens who work with community leaders, families, and educators to develop sound educational policies to support student achievement and ensure the solvency of the District. Together, they are a strong and cohesive team that helps the District continuously set and achieve new levels of excellence. Five of the trustees represent single-member districts and two are elected at-large. Mission Statement
    [Show full text]
  • Humanoid Robot Soccer Locomotion and Kick Dynamics
    Humanoid Robot Soccer Locomotion and Kick Dynamics Open Loop Walking, Kicking and Morphing into Special Motions on the Nao Robot Alexander Buckley B.Eng (Computer) (Hons.) In Partial Fulfillment of the Requirements for the Degree Master of Science Presented to the Faculty of Science and Engineering of the National University of Ireland Maynooth in June 2013 Department Head: Prof. Douglas Leith Supervisor: Prof. Richard Middleton Acknowledgements This work would not have been possible without the guidance, help and most of all the patience of my supervisor, Rick Middleton. I would like to thank the members of the RoboEireann team, and those I have worked with at the Hanilton institute. Their contribution to my work has been invaluable, and they have helped make my time here an enjoyable experience. Finally, RoboCup itself has been an exceptional experience. It has provided an environment that is both challenging and rewarding, allowing me the chance to fulfill one of my earliest goals in life, to work intimately with robots. Abstract Striker speed and accuracy in the RoboCup (SPL) international robot soccer league is becoming increasingly important as the level of play rises. Competition around the ball is now decided in a matter of seconds. Therefore, eliminating any wasted actions or motions is crucial when attempting to kick the ball. It is common to see a discontinuity between walking and kicking where a robot will return to an initial pose in preparation for the kick action. In this thesis we explore the removal of this behaviour by developing a transition gait that morphs the walk directly into the kick back swing pose.
    [Show full text]
  • Downloaded Directly to the Computer and Some Are Even F2P [Free to Play]) and Begin My Entry in the Virtual World
    FANTASTIC REALITIES: SOLID AND VIRTUAL RESONANCE IN MMORPGS by ZEK CYPRESS VALKYRIE B.A., University of Colorado at Colorado Springs, 2004 M.A., University of Colorado at Colorado Springs, 2005 A thesis submitted to the Faculty of the Graduate School of the University of Colorado in partial fulfillment of the requirement for the degree of Doctor of Philosophy Department of Sociology 2011 This thesis entitled: Fantastic Realities: Solid and Virtual Resonance in MMORPGs Written by Zek Cypress Valkyrie has been approved for the Department of Sociology ____________________________________________ Joanne Belknap, Ph.D. Chair, Dissertation Committee ____________________________________________ Jane Menken, Ph.D. Member, Dissertation Committee ________________________________________________ Heather Albanesi, Ph.D. Member, Dissertation Committee _________________________________________________ Matthew C. Brown, Ph.D. Member, Dissertation Committee ____________________________________________ Scott Bruce, Ph.D. Member, Dissertation Committee _________________________________________________ Stefanie Mollborn, Ph.D. Member, Dissertation Committee Date: __________ The final copy of this thesis has been examined by the signatories, and we find that both the content and the form meet acceptable presentation standards of scholarly work in the above mentioned discipline. HRC Protocol # 1007.4 Valkyrie, Zek Cypress (Ph.D., Sociology) Fantastic Realities: Solid and Virtual Resonance in MMORPGs Thesis directed by Professor Joanne Belknap This dissertation is a qualitative study that examines how game worlds and positive game experiences are neither equally accessible nor equally enjoyable to many who wish to participate in them. Newer research on games argues that those who master them are fulfilled socially, are highly productive, are motivated, and are invigorated by participation in grand narratives. Using a mixed methods approach, I drew on seventy in-depth interviews with gamers coupled with observational data from my membership role in several virtual worlds.
    [Show full text]
  • One Robot at a Time Tas¸ Kin Padir Believes Robots Will Revolutionize Our Lives, and He’S Proving It Through His Innovative Research
    WPI Re search 2015 Spring Saving the World, One Robot at a Time Tas¸ kin Padir believes robots will revolutionize our lives, and he’s proving it through his innovative research. IF… WE INVEST IN FACILITIES FOR CUTTING-EDGE RESEARCH. THEN… JUST IMAGINE WHAT WE CAN ACCOMPLISH. Through the DARPA Robotics Challenge, WPI researchers are exploring how humanoid robots might one day perform the dangerous work of responding to disasters. That’s just one way the university’s pioneering program in robotics engineering is helping build a world where robots help people in areas as diverse as manufacturing and health care. WPI was the first university in the nation to offer a bachelor’s degree in robotics engineering and the first with BS, MS, and PhD degrees. Through groundbreaking academic programs and research, we are committed to advancing one of the most important emerging areas of technology. Imagine what our impact could be with your support. if… The Campaign to Advance WPI — a comprehensive, $200 million fundraising endeavor — is about providing outstanding resources for education and research. The Campaign will supply ONLINE: WPI.EDU/+GIVE the facilities to help the university’s talented faculty and students address important challenges PHONE: 508-831-4177 that matter to society and produce innovations and advances that help build a better world. EMAIL: [email protected] if… we imagine a bright future, together we can make it happen. WPI Re search Discovery and Innovation with Purpose > wpi.edu/+research 2015 Spring 2 > From the Office of the Provost Celebrating WPI’s seamless spectrum of research.
    [Show full text]
  • Two Canine Heads Are Better Than One in PHOGS!
    ALL FORMATS LIFTING THE LID ON VIDEO GAMES Issue 36 £3 wfmag.cc HoundedHounded OutOut Two canine heads are better than one in PHOGS! CARDS AND DICE YOUR STORY LOSS AND FOUND The growing influence Code an FMV Making personal games on video game design adventure game that deal with grief get in the 4K Ultra HD UltraWideColor Adaptive Sync Overwatch and the return of the trolls e often talk about ways to punish stalwarts who remain have resorted to trolling out of “ players who are behaving poorly, sheer boredom. and it’s not very exciting to a lot of Blizzard has long emphasised the motto “play W us. I think, more often than not, nice, play fair” among its core values, and Overwatch’s players are behaving in awesome ways in Overwatch, endorsement system seemed to embrace this ethos. and we just don’t recognise them enough.” JESS Why has it failed to rein in a community increasingly Designer Jeff Kaplan offered this rosy take on the MORRISSETTE intent on acting out? I argue that Overwatch’s Overwatch community in 2018 as he introduced the Jess Morrissette is a endorsements created a form of performative game’s new endorsement system, intended to reward professor of Political sportsmanship. It’s the promise of extrinsic rewards players for sportsmanship, teamwork, and leadership Science at Marshall – rather than an intrinsic sense of fair play – that on the virtual battlefields of Blizzard’s popular shooter. University, where motivates players to mimic behaviours associated with he studies games After matches, players could now vote to endorse one and the politics of good sportsmanship.
    [Show full text]
  • Everquest—It S Just a Computer Game Right? an Interpretative Phenomenological Analysis of Online Gaming Addiction
    Int J Ment Health Addiction (2006) 4: 205–216 DOI 10.1007/s11469-006-9028-6 EverQuest—It_s Just a Computer Game Right? An Interpretative Phenomenological Analysis of Online Gaming Addiction Darren Chappell & Virginia Eatough & Mark N. O. Davies & Mark Griffiths Received: 26 March 2006 /Accepted: 10 July 2006 / Published online: 8 August 2006 # Springer Science + Business Media, Inc. 2006 Abstract Over the last few years there has been an increasing interest in Massively Multiplayer Online Role-Playing Games (MMORPGs). These represent the latest Internet- only computer gaming experience consisting of a multi-player universe with an advanced and detailed world. One of the most popular (and largest) of these is Everquest. The data for this study were taken from a range of online gaming forums where individuals shared their experiences of playing EverQuest. Data were analyzed using interpretative phenomeno- logical analysis (IPA), a method for analyzing qualitative data and meaning making activities. The study presents an IPA account of online gamers who perceive themselves to play excessively. The aim of the study was to examine how individuals perceived and made sense of EverQuest in the context of their lives. It is clear that the accounts presented by players and ex-players appear to be ‘addicted’ to EverQuest in the same way that other people become addicted to alcohol or gambling. Most of the individuals in this study appear to display (or allude to) the core components of addiction such as salience, mood modification, tolerance, conflict, withdrawal symptoms, cravings, and relapse. Keywords EverQuest . Computer game . Gambling . Interpretative phenomenological analysis Introduction To date, most of the research on computer game playing has tended to concentrate on adolescents.
    [Show full text]
  • Development of the Lower Limbs of a Humanoid Robot
    2012 IEEE/RSJ International Conference on Intelligent Robots and Systems October 7-12, 2012. Vilamoura, Algarve, Portugal Development of the Lower Limbs for a Humanoid Robot Joohyung Kim, Younbaek Lee, Sunggu Kwon, Keehong Seo, HoSeong Kwak, Heekuk Lee, and Kyungsik Roh Abstract— This paper gives an overview of the development of a novel biped walking machine for a humanoid robot, Roboray. This lower-limb robot is designed as an experimental system for studying biped locomotion based on force and torque controlled joints. The robot has 13 actuated DOF and torque sensors are integrated at all the joints except the waist joint. We designed a new tendon type joint modules as a pitch joint drive module, which is highly back-drivable and elastic. We also built a decentralized control system using the small controller boards named Smart Driver. The forward walking experiment with this lower limbs was conducted to test the mechanical structure and control system. I. INTRODUCTION It is beyond question that the best helper of human being is human being itself. If a machine should replace the helper’s role, a human-like form of biped humanoid expected to fit in the living environment without modification. In this point of view, many companies, research institutes and universities have been developing various humanoid platforms. Among the technologies of humanoid, the lower-limb mechanism Fig. 1. Roboray and its lower limbs wihtout cover and biped locomotion are the most important for successful implementation of a biped humanoid. The most famous and impressive humanoid robot is Munich, Toyota’s Partner Robots [13], Sony’s Qrio [14] are ASIMO [1] made by HONDA.
    [Show full text]
  • Design and Realization of a Full-Sized Anthropometrically Correct Humanoid Robot
    ORIGINAL RESEARCH published: 25 June 2015 doi: 10.3389/frobt.2015.00014 Herbert: design and realization of a full-sized anthropometrically correct humanoid robot Brennand Pierce* and Gordon Cheng Institute for Cognitive Systems, Technische Universität München, Munich, Germany In this paper, we present the development of a new full-sized anthropometrically correct humanoid robot Herbert. Herbert has 33 DOFs: (1) 29 active DOFs (2 × 4 in the legs, 2 × 7 in the arms, 4 in the waist and 3 in the head) and (2) 4 passive DOFs (2 × 2 in the ankles). We present the objectives of the design and the development of our system, the hardware (mechanical, electronics) as well as the supporting software architecture that encompasses the realization of the complete humanoid system. Several key elements, that have to be taken into account in our approach to keep the costs low while ensuring high performance, will be presented. In realizing Herbert we applied a modular design for the overall mechanical structure. Two core mechanical module types make up the Edited by: Lorenzo Natale, main structural elements of Herbert: (1) small compact mechanical drive modules and (2) Istituto Italiano di Tecnologia, Italy compliant mechanical drive modules. The electronic system of Herbert, which is based Reviewed by: on two different types of motor control boards and an FPGA module with a central Giovanni Stellin, Telerobot Labs Srl, Italy controller, is discussed. The software architecture is based on ROS with a number of Kensuke Harada, sub-nodes used for the controller. All these supporting components have been important National Institute of Advanced in the development of the complete system.
    [Show full text]
  • Methods of Intimacy in Fantasy Role-Playing Game Communities
    CONSTRUCTING ELYSIUM AND PLAYING UGLY: METHODS OF INTIMACY IN FANTASY ROLE-PLAYING GAME COMMUNITIES Genesis Marie Downey A Dissertation Submitted to the Graduate College of Bowling Green State University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY August 2015 Committee: Radhika Gajjala, Advisor Lesa L. Lockford Graduate Faculty Representative Kristine Blair Sandra Faulkner © 2015 Genesis Marie Downey All Rights Reserved iii ABSTRACT Radhika Gajjala, Advisor Using Johan Huizinga’s concept of the magic circle as a context for understanding how sacred spaces reserved for play manifest within role-playing game (RPG) environments both digital and table-top, this dissertation argues that while certain elements of the magic circle are still present, the vast amount of work produced to monitor the boundaries of sacred game space stem from the intimate relationships between players. Online RPG environments are open to critique due to the seemingly wide-spread use of hostility as a gate-keeping tactic. Numerous studies and digital media scholars have examined how bullying, harassment, and bodily threats present within toxic digital gaming cultures act as a means of limiting access to participation. Because marginalized players, whether due to gender, race, or sexual identity, are often playing in gaming environments that get coded as toxic, this dissertation chooses to interrogate the ways in which some players negotiate game environments that are complicated at best and overtly hostile at worst. While the dissertation is careful to note the distinctions between online RPGs and offline table-top RPGs, the core argument made stems from the consistencies present between both: both the online and table-top groups who participated in the study use tools of intimacy both actively and passively as a means of fostering individual as well as group identity.
    [Show full text]