Learning to Follow Navigational Directions

Total Page:16

File Type:pdf, Size:1020Kb

Learning to Follow Navigational Directions Learning to Follow Navigational Directions Adam Vogel and Dan Jurafsky Department of Computer Science Stanford University {acvogel,jurafsky}@stanford.edu Abstract We present a system that learns to fol- low navigational natural language direc- tions. Where traditional models learn from linguistic annotation or word distri- butions, our approach is grounded in the world, learning by apprenticeship from 1. go vertically down until you’re underneath eh routes through a map paired with English diamond mine descriptions. Lacking an explicit align- 2. then eh go right until you’re ment between the text and the reference 3. you’re between springbok and highest view- path makes it difficult to determine what point portions of the language describe which aspects of the route. We learn this corre- Figure 1: A path appears on the instruction giver’s spondence with a reinforcement learning map, who describes it to the instruction follower. algorithm, using the deviation of the route we follow from the intended path as a re- ward signal. We demonstrate that our sys- grounded interaction with the world. This draws tem successfully grounds the meaning of on the intuition that children learn to use spatial spatial terms like above and south into ge- language through a mixture of observing adult lan- ometric properties of paths. guage usage and situated interaction in the world, usually without explicit definitions (Tanz, 1980). 1 Introduction Our system learns to follow navigational direc- Spatial language usage is a vital component for tions in a route following task. We evaluate our physically grounded language understanding sys- approach on the HCRC Map Task corpus (Ander- tems. Spoken language interfaces to robotic assis- son et al., 1991), a collection of spoken dialogs tants (Wei et al., 2009) and Geographic Informa- describing paths to take through a map. In this tion Systems (Wang et al., 2004) must cope with setting, two participants, the instruction giver and the inherent ambiguity in spatial descriptions. instruction follower, each have a map composed The semantics of imperative and spatial lan- of named landmarks. Furthermore, the instruc- guage is heavily dependent on the physical set- tion giver has a route drawn on her map, and it ting it is situated in, motivating automated learn- is her task to describe the path to the instruction ing approaches to acquiring meaning. Tradi- follower, who cannot see the reference path. Our tional accounts of learning typically rely on lin- system learns to interpret these navigational direc- guistic annotation (Zettlemoyer and Collins, 2009) tions, without access to explicit linguistic annota- or word distributions (Curran, 2003). In con- tion. trast, we present an apprenticeship learning sys- We frame direction following as an apprentice- tem which learns to imitate human instruction fol- ship learning problem and solve it with a rein- lowing, without linguistic annotation. Solved us- forcement learning algorithm, extending previous ing a reinforcement learning algorithm, our sys- work on interpreting instructions by Branavan et tem acquires the meaning of spatial words through al. (2009). Our task is to learn a policy, or mapping from world state to action, which most closely fol- lows the reference route. Our state space com- bines world and linguistic features, representing both our current position on the map and the com- municative content of the utterances we are inter- preting. During training we have access to the ref- erence path, which allows us to measure the util- ity, or reward, for each step of interpretation. Us- ing this reward signal as a form of supervision, we learn a policy to maximize the expected reward on unseen examples. 2 Related Work Figure 2: The instruction giver and instruction fol- Levit and Roy (2007) developed a spatial seman- lower face each other, and cannot see each others tics for the Map Task corpus. They represent maps. instructions as Navigational Information Units, which decompose the meaning of an instruction into orthogonal constituents such as the reference spatial terms as a subset of deictic language, which object, the type of movement, and quantitative as- depends heavily on non-linguistic context. Levin- pect. For example, they represent the meaning of son (2003) conducted a cross-linguistic semantic “move two inches toward the house” as a reference typology of spatial systems. Levinson categorizes object (the house), a path descriptor (towards), and the frames of reference, or spatial coordinate sys- 1 a quantitative aspect (two inches). These represen- tems , into tations are then combined to form a path through 1. Egocentric: Speaker/hearer centered frame the map. However, they do not learn these rep- of reference. Ex: “the ball to your left”. resentations from text, leaving natural language processing as an open problem. The semantics 2. Allocentric: Speaker independent. Ex: “the in our paper is simpler, eschewing quantitative as- road to the north of the house” pects and path descriptors, and instead focusing on reference objects and frames of reference. This Levinson further classifies allocentric frames of simplifies the learning task, without sacrificing the reference into absolute, which includes the cardi- core of their representation. nal directions, and intrinsic, which refers to a fea- Learning to follow instructions by interacting tured side of an object, such as “the front of the with the world was recently introduced by Brana- car”. Our spatial feature representation follows van et al. (2009), who developed a system which this egocentric/allocentric distinction. The intrin- learns to follow Windows Help guides. Our re- sic frame of reference occurs rarely in the Map inforcement learning formulation follows closely Task corpus and is ignored, as speakers tend not from their work. Their approach can incorpo- to mention features of the landmarks beyond their rate expert supervision into the reward function names. in a similar manner to this paper, but also allows Regier (1996) studied the learning of spatial for quite robust unsupervised learning. The Map language from static 2-D diagrams, learning to Task corpus is free form conversational English, distinguish between terms with a connectionist whereas the Windows instructions are written by a model. He focused on the meaning of individual professional. In the Map Task corpus we only ob- terms, pairing a diagram with a given word. In serve expert route following behavior, but are not contrast, we learn from whole texts paired with a told how portions of the text correspond to parts of path, which requires learning the correspondence the path, leading to a difficult learning problem. 1Not all languages exhibit all frames of reference. Terms The semantics of spatial language has been for ‘up’ and ‘down’ are exhibited in most all languages, while studied for some time in the linguistics literature. ‘left’ and ‘right’ are absent in some. Gravity breaks the sym- metry between ‘up’ and ‘down’ but no such physical distinc- Talmy (1983) classifies the way spatial meaning is tion exists for ‘left’ and ‘right’, which contributes to the dif- encoded syntactically, and Fillmore (1997) studies ficulty children have learning them. between text and world. We use similar geometric features as Regier, capturing the allocentric frame of reference. Spatial semantics have also been explored in physically grounded systems. Kuipers (2000) de- veloped the Spatial Semantic Hierarchy, a knowl- edge representation formalism for representing different levels of granularity in spatial knowl- edge. It combines sensory, metrical, and topolog- ical information in a single framework. Kuipers et al. demonstrate its effectiveness on a physical Figure 3: Sample state transition. Both actions get robot, but did not address the learning problem. credit for visiting the great rock after the indian country. Action a1 also gets credit for passing the More generally, apprenticeship learning is well great rock on the correct side. studied in the reinforcement learning literature, where the goal is to mimic the behavior of an ex- pert in some decision making domain. Notable ex- 4 Reinforcement Learning Formulation amples include (Abbeel and Ng, 2004), who train We frame the direction following task as a sequen- a helicopter controller from pilot demonstration. tial decision making problem. We interpret ut- terances in order, where our interpretation is ex- 3 The Map Task Corpus pressed by moving on the map. Our goal is to construct a series of moves in the map which most The HCRC Map Task Corpus (Anderson et al., closely matches the expert path. 1991) is a set of dialogs between an instruction We define intermediate steps in our interpreta- giver and an instruction follower. Each participant tion as states in a set S, and interpretive steps as has a map with small named landmarks. Addition- actions drawn from a set A. To measure the fi- ally, the instruction giver has a path drawn on her delity of our path with respect to the expert, we + map, and must communicate this path to the in- define a reward function R : S × A ! R which struction follower in natural language. Figure 1 measures the utility of choosing a particular action shows a portion of the instruction giver’s map and in a particular state. Executing action a in state s 0 a sample of the instruction giver language which carries us to a new state s , and we denote this tran- 0 describes part of the path. sition function by s = T (s; a). All transitions are deterministic in this paper.2 The Map Task Corpus consists of 128 dialogs, For training we are given a set of dialogs D. together with 16 different maps. The speech has Each dialog d 2 D is segmented into utter- been transcribed and segmented into utterances, ances (u ; : : : ; u ) and is paired with a map, based on the length of pauses. We restrict our 1 m which is composed of a set of named landmarks attention to just the utterances of the instruction (l ; : : : ; l ).
Recommended publications
  • Hierarchical Habitat Selection by Nebraska Pheasant Hunters Lyndsie Wszola University of Nebraska-Lincoln, [email protected]
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations & Theses in Natural Resources Natural Resources, School of 8-2017 Mapping the Ecology of Information: Hierarchical Habitat Selection by Nebraska Pheasant Hunters Lyndsie Wszola University of Nebraska-Lincoln, [email protected] Follow this and additional works at: http://digitalcommons.unl.edu/natresdiss Part of the Behavioral Economics Commons, Behavior and Ethology Commons, Natural Resources and Conservation Commons, Natural Resources Management and Policy Commons, and the Other Environmental Sciences Commons Wszola, Lyndsie, "Mapping the Ecology of Information: Hierarchical Habitat Selection by Nebraska Pheasant Hunters" (2017). Dissertations & Theses in Natural Resources. 157. http://digitalcommons.unl.edu/natresdiss/157 This Article is brought to you for free and open access by the Natural Resources, School of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Dissertations & Theses in Natural Resources by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. MAPPING THE ECOLOGY OF INFORMATION: HIERARCHICAL HABITAT SELECTION BY NEBRASKA PHEASANT HUNTERS by Lyndsie Wszola A THESIS Presented to the Faculty of The Graduate College at the University of Nebraska In Partial Fulfillment of Requirements For the Degree of Master of Science Major: Natural Resource Sciences Under the Supervision of Professor Joseph J. Fontaine Lincoln, Nebraska August, 2017 MAPPING THE ECOLOGY OF INFORMATION: HIERARCHICAL HABITAT SELECTION BY NEBRASKA PHEASANT HUNTERS Lyndsie Wszola, M.S. University of Nebraska, 2017 Advisor: Joseph J. Fontaine Hunting regulations are assumed to moderate the effects of hunting consistently across a game population. A growing body of evidence suggests that hunter effort varies temporally and spatially, and that variation in effort at multiple spatial scales can affect game populations in unexpected ways.
    [Show full text]
  • Relative Topography, Initial Route Straightness, and Cardinal Direction
    RESEARCH ARTICLE Strategies for Selecting Routes through Real- World Environments: Relative Topography, Initial Route Straightness, and Cardinal Direction Tad T. Brunyé1,2*, Zachary A. Collier3, Julie Cantelon1,2, Amanda Holmes1,2, Matthew D. Wood3, Igor Linkov3, Holly A. Taylor2 a11111 1 U.S. Army Natick Soldier Research, Development and Engineering Center, Natick, Massachusetts, United States of America, 2 Tufts University, Department of Psychology, Medford, Massachusetts, United States of America, 3 U.S. Army Engineer Research and Development Center, Vicksburg, Mississippi, United States of America * [email protected] OPEN ACCESS Abstract Citation: Brunyé TT, Collier ZA, Cantelon J, Holmes A, Wood MD, Linkov I, et al. (2015) Strategies for Previous research has demonstrated that route planners use several reliable strategies for Selecting Routes through Real-World Environments: selecting between alternate routes. Strategies include selecting straight rather than winding Relative Topography, Initial Route Straightness, and routes leaving an origin, selecting generally south- rather than north-going routes, and se- Cardinal Direction. PLoS ONE 10(5): e0124404. doi:10.1371/journal.pone.0124404 lecting routes that avoid traversal of complex topography. The contribution of this paper is characterizing the relative influence and potential interactions of these strategies. We also Academic Editor: Markus Lappe, University of Muenster, GERMANY examine whether individual differences would predict any strategy reliance. Results showed evidence for independent and additive influences of all three strategies, with a strong influ- Received: January 2, 2015 ence of topography and initial segment straightness, and relatively weak influence of cardi- Accepted: March 13, 2015 nal direction. Additively, routes were also disproportionately selected when they traversed Published: May 20, 2015 relatively flat regions, had relatively straight initial segments, and went generally south rath- Copyright: This is an open access article, free of all er than north.
    [Show full text]
  • A Cognitive Model of Strategies for Cardinal Direction Judgments
    SPATIAL COGNITION AND COMPUTATION, 7(2), 179–212 Copyright © 2007, Lawrence Erlbaum Associates, Inc. A Cognitive Model of Strategies for Cardinal Direction Judgments Leo Gugerty and William Rodes Psychology Department, Clemson University, Clemson, SC ABSTRACT Previous research has identified a variety of strategies used by novice and experienced navigators in making cardinal direction judgments (Gugerty, Brooks, & Treadaway, 2004). We developed an ACT-R cognitive model of some of these strategies that instantiated a number of concepts from research in spatial cognition, including a visual-short-term-memory buffer overlaid on a perceptual buffer, an egocentric ref- erence frame in visual-short-term-memory, storage of categorical spatial information in visual-short-term-memory, and rotation of a mental compass in visual-short-term- memory. Response times predicted by the model fit well with the data of two groups, college students (N D 20) trained and practiced in the modeled strategies, and jet pilots (N D 4) with no strategy training. Thus, the cognitive model seems to pro- vide an accurate description of important strategies for cardinal direction judgments. Additionally, it demonstrates how theoretical constructs in spatial cognition can be applied to a complex, realistic navigation task. Keywords: cardinal directions, cognitive modeling, visual short term memory. INTRODUCTION This project focuses on understanding the cognitive processes and structures people use in making a particular type of navigational judgment—using a map to determine the cardinal direction between two objects in the environment. We first developed a cognitive model of some of the strategies people use in making this type of cardinal direction judgment.
    [Show full text]
  • Cardinal Directions Worksheet Pdf
    Cardinal Directions Worksheet Pdf Shannan never misconjecturing any clonicity counterchecks credulously, is Sanson unborn and preserving enough? Tulley is tinniest and halloes dexterously while unburnished Lev overpersuade and riling. Relaxative and psychometric Fonz gladden: which Dimitrios is thinned enough? Keep your teach map with the equator and using a pdf worksheet cardinal directions, just write exactly what is the gift card set up Alien City Map Cardinal Directions Worksheet Free Printable. A Map Cardinal Directions Check where this worksheet from our map skills page provide help. Longitude the hemispheres directions time zone scale and map. Lesson plan-cardinal directions Lesson Plan Teachers Scribd. Research has shown that fact least effective strategy for teaching vocabulary is. Shortly after reviewing cardinal worksheet cardinal directions pdf document has a kids to be referred to code. Add these engaging printables, pdf format ready to aid in the registration and become a various holiday traditions. Center the pdf document is the map different explanation for directions worksheet pdf worksheet to. Find Your conscious Direction Activity TeachEngineering. Help other even though the pdf, anybody in relation to students return home and worksheet cardinal pdf printable worksheets! Cardinal directions N S E W to disable on your classroom walls Lesson PlanWangaris trees of peace PDF 716 KB SS TEKS 115A 213D 67B In this. File Type PDF Ensure you have the correct software to diffuse this file Page count 9 pages A geography center pet the compass rose on maps including teacher and student directions sorting mat puzzle pieces. Mapping Our Community. Admin only when given in fact, cardinal directions worksheet pdf, blow me down the students what direction worksheet pdf worksheet and intermediate worksheet pdf worksheet on most important for.
    [Show full text]
  • User Manual ENG
    User Manual ENG Thank you for buying the Blaupunkt navigation system for bicycles. A good choice. We wish you a lot of fun and congestion-free kilometers with your new BikePilot². In the worst case we will help you. For technical questions and / or problems, please contact us via our webpage www.blaupunkt.de The complete manuals for the hardware and software and manuals for other languages can be downloaded as well from www.blaupunkt.de Please register your product as soon as possible on our website. This will give you benefits such as latest software and the latest map data, etc. - Most of it, of course, free. Updates and additional maps, you can also order over our website www.blaupunkt.com. Contents Safety instructions and maintenance .................................................................................................... 4 1. Device description ......................................................................................................................... 6 1.1 BikePilot² ............................................................................................................................... 6 1.2 Bike Mount ............................................................................................................................ 7 2. Introduction ................................................................................................................................... 9 3. Main screens ..............................................................................................................................
    [Show full text]
  • Summarizing GPS Trajectories by Salient Patterns
    Summarizing GPS trajectories by salient patterns Stefanie ANDRAE1 und Stephan WINTER2 1 Technikum Kaernten, Villach, Austria 2 Department of Geomatics, The University of Melbourne, Australia Abstract Individuals can easily record their movements in space nowadays with personal navigation devices based on the GPS technology. The recorded data contain in principle detailed information about a traveled route. The information inherent in the data could be used to automatically generate travel diaries. In this paper we study a method to summarize and to symbolize a route according to the cardinal and egocentric directions traveled. The same symbolization method can be applied to other parameters of tracking data, e.g. speed. 1 Introduction For the purpose of human mobile navigation, small, low cost GPS receivers have become available. Affordable prices and reasonable accuracy have increased their use, e.g., in car navigation systems, or for outdoor activities. These devices are able to produce trajectories from quasi-continuous positioning. A trajectory consists of a sequence of time-stamped position and orientation parameters, and represents a travel history of the moving individual that is at least machine readable. Current tracking software can post-process these trajectories. However, tracking software structures and communicates the information about the traveled route in a way that requires some expertise for human analysis and interpretation. Communication in forms close to human cognitive concepts of spatial behavior is still beyond the capabilities of current systems. Being interested in the story in trajectory data, we aim towards an automatic generation of a human-readable travel diary. In principle, a travel diary links geometric knowledge acquired from trajectories with many other resources that provide context, e.g., personal context from a user profile, situational context from the environment, the time of the day, the type of activity, and so on.
    [Show full text]
  • Overview Directions
    R E S O U R C E L I B R A R Y A C T I V I T Y : 3 0 M I N S Cardinal Directions and Maps Students listen to a poem that uses cardinal directions. They use a compass rose to help describe locations of places on a world map. G R A D E S 2, 3 S U B J E C T S Geography, Social Studies, Civics C O N T E N T S 2 PDFs, 1 Image OVERVIEW Students listen to a poem that uses cardinal directions. They use a compass rose to help describe locations of places on a world map. For the complete activity with media resources, visit: http://www.nationalgeographic.org/activity/cardinal-directions-and-maps/ DIRECTIONS 1. Read aloud a poem about cardinal directions. Engage students by reading aloud the poem “Geese on the Go” on the handout. Beforehand, ask students to listen for directional words. Ask them to raise their hands when they hear one. You can also give students a copy of the handout or project the poem. Invite the class to read aloud the last two lines of each verse in response to the question in the first two lines, which you will read. 2. Introduce the compass rose. Write the word “rose” on the board and ask students what it is. Ask if it can be something besides a flower. Write “compass” before “rose” on the board. Explain that a compass rose is a symbol that shows directions on a map.
    [Show full text]
  • Navigating the Compass
    Navigating the Compass How does a compass work? Most of us have a compass somewhere in our house, but may never use it! A compass is a tool to help you get from one place to another (or navigate) by indicating direction. This happens when a magnetized needle lines up with the magnetic poles of the Earth, which are at the North and South of our planet (like the North pole and the South pole). Think of the way a magnet sticks to your fridge – the magnet is drawn towards the fridge, the same way as this needle is drawn towards the North magnetic pole. Some birds even use this magnetic field to know which way to migrate. Navigators use the four cardinal directions, North, South, East and West to make their way from 1 point to another. Today, magnetized needles you see will have a red or white line that lets you know which ways is North. North – East – South – West are the directions of your compass. I remember the order by going around the compass clockwise while saying Never – Eat – Soggy – Waffles! History of the Compass Scientists and historians believe that the Ancient Greeks understood magnetism, and that the Chinese may have begun magnetizing needles over 2,000 years ago. The first compasses were made from sticking a magnetized needle onto a wine cork and then letting it float in water. The needle would spin and point towards North. Before these compasses were widely used in travel, people relied on the sun (which rises in the East and sets in the West), the stars and major landmarks to navigate.
    [Show full text]
  • Geomagnetism Student Guide.Pdf
    Geomagnetism in the MESA Classroom: An Essential Science for Modern Society Student Guide NAME: _____________________________________ Image source: Earth science: Geomagnetic reversals David Gubbins, Nature 452, 165-167(13 March 2008), doi:10.1038/452165a MESA Program Prepared by Susan Buhr, Emily Kellagher and Susan Lynds Cooperative Institute for Research in Environmental Sciences (CIRES) University of Colorado CIRES Education Outreach http://cires.colorado.edu/education/outreach/ 1 TABLE OF CONTENTS Overview 4 Session One—Geomagnetism and Declination Handout 1.1--Earth’s Magnetic Field 6 Handout 1.2--Earth’s Magnetic Field and a Bar Magnet 8 Handout 1.3--Magnetic Declination 10 Handout 1.4--Magnetic Field Changes Over Time 14 Handout 1.5--Finding Magnetic Declination for a Location 18 Handout 1.6—Airport Runway Declination 22 Session Two—Course-Setting and Following Handout 2.1--Using a Compass to Navigate 30 Handout 2.2—Bearing Compass Use 32 Handout 2.3—Creating a Navigation Map to a Cache 36 Handout 2.4—Navigation with 1823 Pirate Map 40 Session Three—Solar Activity and the Earth’s Magnetic Field Handout 3.1—Aurora and Earth’s Magnetic Field 44 Handout 3.2—Introduction to Space Weather 48 Handout 3.3—Tracking Aurora 52 Handout 3.4—Space Weather Prediction Center 56 Session Four—Field Trip to Boulder to NOAA’s David Skaggs Research Center Handout 4.1—Field Trip Activity—What’s Going On Here? 58 Glossary 62 Related Apps and Recourses 64 CIRES Education Outreach http://cires.colorado.edu/education/outreach/ 2 CIRES Education Outreach http://cires.colorado.edu/education/outreach/ 3 OVERVIEW Overview: The Cooperative Institute for Research in Environmental Sciences (CIRES) Education Outreach’s GeoMag kit is a four-part after-school module that explores geomagnetism with compasses, navigation exercises, and a geo-caching activity, followed by a field trip to the National Oceanic and Atmospheric Administration’s David Skaggs Research Center in Boulder.
    [Show full text]
  • 3. Compass and Navigational Gps
    3. COMPASS AND NAVIGATIONAL GPS Two different methods of navigation will be used while you conduct monitoring. You will use a navigational GPS to locate transect start points, keep track of meters walked, check the Juno grab for validity, and return to your vehicle from the transect. A compass will be used to set and hold the correct bearing as you walk, and to report azimuth and bearing. The integrated Juno GPS is not for navigation; it is used solely to transfer location data to the collection system. The goal of Compass and Navigational GPS training is to enable you to confidently and correctly apply your existing knowledge of GPS and compass navigation to distance sampling. It is expected that you already have a basic understanding of how to navigate with a compass and a standard recreational grade GPS unit. These skills are crucial to collecting data, as well as to your personal safety and the safety of those around you. Objective 1: Basic understanding of GPS. Navigational GPSs are provided by each monitoring team, so unit set up, operation, and maintenance are the responsibility of each team. Emphasis in USFWS training is on application to distance sampling for desert tortoises. Standard: Understand GPS basics, including what GPS is and how it works Standard: Understand coordinate systems and how they are applied to GPS Standard: Understand the importance of GPS signal strength Standard: Correctly utilize GPS in the context of distance sampling surveys Objective 2: Basic understanding of compass use. Compasses are provided by each monitoring team, so compass set up, operation, and maintenance are the responsibility of each team.
    [Show full text]
  • Suunto Traverse Userguide EN.Pdf
    SUUNTO TRAVERSE 2.1 USER GUIDE 2021-05-24 Suunto Traverse 1. SAFETY............................................................................................................................................................ 4 2. Getting started.............................................................................................................................................. 5 2.1. Using buttons.....................................................................................................................................5 2.2. Set up.................................................................................................................................................. 5 2.3. Adjusting settings.............................................................................................................................6 3. Features.......................................................................................................................................................... 8 3.1. Activity monitoring............................................................................................................................ 8 3.2. Alti-Baro.............................................................................................................................................. 9 3.2.1. Getting correct readings....................................................................................................10 3.2.2. Matching profile to activity................................................................................................11
    [Show full text]
  • Where Is North? the Compass Can Tell Us
    WHERE IS NORTH? THE COMPASS CAN TELL US... Objectives The students will: Build a compass. Determine the direction of north, south, east, and west. Standards and Skills Science Science as Inquiry Physical Science Earth and Space Science Science and Technology Science Process Skills Observing Inferring Making Models Mathematics Connections Verifying and Interpreting Results Prediction Background The compass has been used for centuries as a tool for navigation. It is an instrument that aligns a free pivoting bar magnet (called the NORTH needle) in Earth's magnetic field. POLE Since the invisible lines of the magnetic field are oriented in a north/south direction, the needle will orient itself in a north/south direction. The other cardinal points of the compass (east, west, and south) are defined in relation to north. Pilots use a compass to determine direction when flying airplanes. Boaters, hikers, and hunters are examples of other people who rely POLE on compasses. SOUTH Aeronautics: An Educator’s Guide EG-2002-06-105-HQ 87 Materials Paper clips Fourpenny (4p) finishing nail Shallow dish or pan 15-30 cm diameter Liquid soap Magic markers Styrofoam cup, .25 L capacity Scissors Magnet Management Students can participate in this activity in a variety of ways: 1. Students can build a single class compass. 2. Teams of 3-5 students can build team compasses. 3. Students can build individual compasses. Activity 1. Fill a shallow dish with water. 2. Cut the bottom out of the cup and float it on the water. water dish 3. Place one drop of liquid soap in the water.
    [Show full text]