SAUC-E 2010 Journal Paper ENSIETA

Size: px
Start display at page:

Download "SAUC-E 2010 Journal Paper ENSIETA"

Transcription

1 SAUC-E 2010 Journal Paper ENSIETA Fabrice LE BARS, Jan SLIWKA, Luc JAULIN et al.

2 SAUC-E 2010 Journal Paper ENSIETA 2 CONTENT I. EXECUTIVE SUMMARY... 3 II. INTRODUCTION... 4 III. PHYSICAL DESCRIPTION... 5 External architecture:... 5 Internal architecture:... 7 Electronic architecture:... 8 IV. AUTONOMY AND MISSION PLANNING V. INNOVATION VI. FINANCIAL SUMMARY VII. RISK ASSESSMENT VIII. REFERENCES

3 SAUC-E 2010 Journal Paper ENSIETA 3 I. Executive summary As last year and since 2007, the ENSIETA (Ecole Nationale Supérieure des Ingénieurs des Etudes et Techniques d'armement) will take part to the SAUC-E competition. This year, we mainly focused on thinking about solutions that could improve the reliability and the flexibility of every parts of the submarine. Additionally, we tried to introduce the idea of a collaborating swarm of submarines by building a new robot. 3

4 SAUC-E 2010 Journal Paper ENSIETA 4 II. Introduction The SAUC ISSE submarine robot has proven across the years that several choices we made were efficient. As a consequence, after many discussions we decided to keep the same basis (tube with 3 thrusters ) for the existing submarine (SAUC ISSE) and the new one (called camera-robot). The main aim of the camera-robot will be to follow SAUC ISSE autonomously to take underwater videos of it. It should be also able to do some camera related tasks of the competition. We decided to build an additional submarine for several reasons: It would be a good way to test new ideas without loosing in reliability (as we could keep the existing one with the old but reliable concepts). It would be the beginning of a collaborating swarm of robots in a submarine context, which would introduce something new. For example, instead of using a single complicated robot with several different sensors, we could use several different and more simple robots with each one designed for a dedicated task (a camera-robot, a sonarrobot, ). As most of the work is done by several students, having several robots helps them to test and practice more. It could replace the old one in case of a problem. We also made some minor changes on SAUC ISSE: reorganisation of the different internal and external connectors to improve the flexibility, new cameras First, we will detail the physical architecture (mechanical and electronic) of our robots. Then, we will explain how we will handle the autonomy of each robot and the missions. A part pointing out the innovations made this year will follow. Finally, a financial summary and a risk assessment table will be provided. 4

5 SAUC-E 2010 Journal Paper ENSIETA 5 III. Physical Description External architecture: The existing and the new robots share the same mechanical base (Figure 1). Indeed, an aluminum tube is a good choice for its resistance to pressure, its amagnetism, its resistance to corrosion, and its facility to prepare a watertight environment. Its size is no more than 70 cm long to ease its transportation and reduce its weight, as the space inside is sufficient to contain all the needed devices. The diameter of the tube for the new submarine has been chosen to 20 cm to be able to put an EeePC as embedded computer (contrary to a PC/104 in SAUC ISSE). Figure 1 : SAUC ISSE in water and the new camera-robot in simulation The watertightness of each tube is made by two aluminum plaques (Figure 2). There are waterproof connectors (Switchcraft and Bulgin Buccaneer) on the plaques for the various sensors and actuators of the robot. The watertightness is provided by three stainless fastener screws. The fixation of the screws is done with a pawn center. The extraction of plaques is done with three extraction screws. The front plaque of the camera-robot has a window to enable the use of a webcam directly in the tube. All the waterproof connectors are on the rear plaque. This plaque should only be opened in case of a problem, as opening the front plaque will enable to change the batteries and switch on the EeePC. Therefore, only the front plaque should be opened for normal operation. The principle is the same for SAUC ISSE. Figure 2: The rear plaque of SAUC ISSE with its waterproof connectors (interior side) and the front plaque of the camera robot with a window A special structure (Figure 3) was made to carry the horizontal thrusters. 5

6 SAUC-E 2010 Journal Paper ENSIETA 6 Figure 3: Structure that carries the horizontal thrusters of SAUC ISSE The roll and pitch are not controlled but are stable thanks to a weighted keel, what is also a support for the sonar and the vertical thruster (Figure 4). The keel is cut to put our vertical thruster in the center of the submarine, in order to keep symmetry. Figure 4: Vertical thruster centered in the keel Additionally, we have a system to adjust the overall ballast of the submarine: breakthrough mass lead can be added on 4 threaded rods placed in the four corners of the submarine so we can reach the limit zone of buoyancy. As a result we just need a propelling force very weak to make the submarine go under the surface, and when the vertical engine is shut down, it goes itself to the surface. 6

7 SAUC-E 2010 Journal Paper ENSIETA 7 Internal architecture: Rails (Figure 5) with glue for aluminum enable us to drag a Plexiglas plaque of 6mm width which is the main support base for the internal electronic devices of SAUC ISSE. Figure 5: Rails inside the tube of SAUC ISSE Below the plaque, another sliding support (Figure 6) contains the batteries. Thus, we can readily access the batteries without having to touch any of the other electronic devices. These are put above the main Plexiglas plaque. Figure 6: Sliding support and internal devices in SAUC ISSE The internal architecture of the camera-robot is almost the same (Figure 7). Figure 7: Internal devices of the camera robot 7

8 SAUC-E 2010 Journal Paper ENSIETA 8 Electronic architecture: Thrusters (3) Electrical cables Thrusters controllers (3) PWM Labjack UE9 Electrical cables PWM PWM Electrical cables Sonar USB Embedded computer IMU (compass) USB Pressure sensor USB Ethernet Figure 8: Electronic architecture We use 3 thrusters STB150 from SEABOTIX (Figure 9), an American manufacturer specialized in ROVs (Remote Operated Vehicles) to make the robot move: 1 vertical thruster to adjust the depth of the submarine. 2 horizontal thrusters to control the speed and the direction. They are delivered assembled and are made by professionals. Until now, they seem to be reliable because we never had any problem with them (especially watertightness problems like we had with the previous thrusters we used in 2007). Figure 9: SEABOTIX thruster To control the thrusters with electronic signals, we use a servo controller Robbe Rokraft (Figure 10). 8

9 SAUC-E 2010 Journal Paper ENSIETA 9 Battery with Tamiya connector PWM signals, servomotor connector Thrusters Figure 10: Thruster controller The power sent to the thrusters (and therefore their speed) depends on the PWM (Pulse Width Modulation) signal. U : tension of the PWM (5 V) t : pulse width (between 1 and 2 ms) T : period (20 ms) Motor state Motor stopped Turn in a direction Turn in the other direction Pulse width 1.5 ms 1.5 to 2.0 ms 1.0 to 1.5 ms Stopped Figure 11: PWM signals To generate these PWM signals from computer programs, we need an interface module between the computer and the servo controllers: the Labjack UE9 (Figure 12). It is a professional USB device that provides several IO pins to connect to electronic devices. 9

10 SAUC-E 2010 Journal Paper ENSIETA 10 Figure 12: Labjack UE9 generating PWM signals The embedded computer of SAUC ISSE is a PC/104 from EUROTECH with a Pentium M 1.4 GHz CPU and 512 MB of RAM (Figure 13). The operating system and the programs are stored on a hard drive 2.5 of 320 GB. 8 USB, 1 Ethernet, 2 RS232 and 1 VGA ports provide all we need to connect external devices and communicate with the computer. Figure 13: PC/104 CPU module It is powered directly from 12 or 24 V batteries thanks to a power supply module compliant with the PC/104 standard that provides regulated 3.3, 5, +12 and -12 V (Figure 14). Figure 14: Power supply module for the PC/104 The embedded computer of the camera-robot is an ASUS EeePC T91MT (Figure 15). We chose it as a test as it is cheaper than the PC/104, a little bit shorter (slim) and has an integrated battery allowing an autonomy of up to 6 hours, with almost the same technical characteristics (CPU, RAM ). It just needs a USB hub to connect to all needed devices. Figure 15: ASUS EeePC T91MT used in the camera-robot 10

11 SAUC-E 2010 Journal Paper ENSIETA 11 To detect the objects in the basin (especially the mid-water target and the pipeline) and enable the camera-robot to follow autonomously SAUC ISSE, we have standard webcams Logitech Quickcam Pro 9000, which can get pictures with a very high resolution (1600x1200). Moreover, the common defaults in webcam pictures such as distortions and light or color problems are automatically handled by its integrated filter. Their integrated microphone could also be used to communicate with the robot, for example by telling it to start, stop... One of the webcam is put directly in the tube of the camera-robot behind the front plaque window. Other webcams were made waterproof by putting them in house water systems tubes with a Plexiglas window (Figure 16: Webcams). Figure 16: Webcams For SAUC ISSE, we bought analog waterproof webcams ALLWAN AL-2121 that are connected to the embedded computer via an audio-video to USB converter (Figure 17). Figure 17: Analog waterproof cameras and audio-video to USB converter from Grabbino To get the depth of the submarines, we use a professional pressure sensor Keller PAA33X connected to the computer with a RS485 to USB converter (Figure 18). The sensor is fixed on the rear plaque of the submarines. Figure 18: Pressure sensor An IMU (Inertial Measurement Unit) Xsens MTi (Figure 19) lent by the GESMA (Groupe d Etudes Sous Marines de l Atlantique) is used to get the orientation of SAUC ISSE in the basin. It has a built-in fusion filter that uses magnetic data and gyroscopes to get a correct orientation even in case of magnetic disturbances. It is connected to the embedded computer via a RS232 to USB converter. We bought an MTi-G (the same, but with a GPS) for the camera-robot. The GPS function is not used. 11

12 SAUC-E 2010 Journal Paper ENSIETA 12 Figure 19: IMU The main sensor to get the position of the robot in the basin is the MiniKing imaging sonar from Tritech (Figure 20), lent by other people in our school. It is also connected to the embedded computer via a RS232 to USB converter. It should only be mounted on SAUC ISSE. Figure 20: Sonar A wireless access point DWL G700AP (Figure 21) in combination with an external antenna of 1 m enables the robot to communicate with us (via a laptop) when it is near the water surface. If the robot needs to be controlled at higher depths, the antenna is put on a buoy connected to the submarine with a wire of up to 5 m (using SMB Bulgin Buccaneer waterproof connectors with a RG174 cable). Figure 21: Wireless access point The power supply of SAUC ISSE is divided into 2 parts (Figure 22): The engines are powered by a 12 V battery The PC/104, the wireless access point (via the 5 V provided by the power supply PC/104 module) and the sonar are powered by a 24 V battery. Figure 22 : Ni-MH batteries All the other devices (pressure sensor, IMU, Labjack, webcams ) are powered via the USB ports of the computer. 12

13 SAUC-E 2010 Journal Paper ENSIETA 13 The camera robot has only one 12 V battery to power its thrusters, all the other devices are powered by the integrated battery of the EeePC, via the 5 V of its USB ports. 13

14 SAUC-E 2010 Journal Paper ENSIETA 14 IV. Autonomy and mission planning We have several methods to do the competition tasks: some are interesting because they are simple to find or implement, some are a good compromise between simplicity, reliability and accuracy, some are useful in case a sensor is not available for any reason (hardware failure, perturbations...), other are challenging and could have an academic interest. From the point of view of the control part of the submarine, we can consider all the competition tasks as a succession and combination between a depth, orientation and distance regulations problems that change over the time. Depending on the task, these regulations will be used with respect to a coordinate space (waypoints) or to an object (mid-water target detection ). As the roll and the pitch of the submarine should always remain stable by design, the localization problem of the submarine in the basin can be considered as plane. The coordinate space that we will consider is defined by the South (y, vertical axis) and East (x, horizontal axis) walls of the basin. Due to the very slow dynamics of the robot, the depth regulation algorithm is very simple: it is a three state controller. If the submarine is below the desired depth, the vertical thruster is turned on at its maximal speed. If the submarine is near the desired depth, it is off. If the submarine is above, the thruster is turned on in the other direction. Because going in the right direction at the right place is a key part to succeed in several tasks, the orientation and distance regulations are a little bit more complicated and are related because they control both the 2 horizontal thrusters. We used experimental methods to set these regulations. In some cases, the input of these regulations can be directly the output of sensors, in other cases algorithms must be used to process the sensors data and provide a right input. Here is what provides our sensors (Figure 23): Pressure sensor: the depth with respect to the surface. 360 degrees rotating sonar: an image of all that is around the robot, up to a range of 100 m. With this device, we get easily the distance to the first obstacle at a specific angle. IMU: the Euler angles of the robot, the rotating speeds (using inertial sensors), the accelerations and the magnetic field (that should indicate the direction to the North if there are no perturbations) in 3D. As the basin does not move, we get easily the orientation of the submarine with respect to the basin (and therefore the orientation of our submarine in the coordinate space we defined). But the accelerations are not really usable in our case (our submarine does too low accelerations). Bottom and front cameras: pictures of the sea floor or the front of the robot. 14

15 SAUC-E 2010 Journal Paper ENSIETA 15 Figure 23: Localization and detection Additional sensors could have been useful: Several acoustic devices to detect the intensity of the pinger signal: could give an idea of the distance and angle of the pinger with respect to the submarine (and therefore to the center of the basin, or Start 2). Drawbacks: too expensive or difficult to find or it would have taken time to make them ourselves. Doppler Velocity Loch (DVL): to get the speed and altitude with respect to the sea floor. Drawbacks: too expensive, might be too big and heavy. Front sonar: to get an image of the sea floor in front of the robot, to follow the pipeline for example. Drawbacks: too expensive. Lateral sonar: to get an image of the sea floor in the left or right of the robot. Drawbacks: too expensive. Several processing algorithms were also made available as inputs for the regulations: Camera image processing: o Color selection [2]. o Simple shapes detection (lines, circles, rectangles...). o Movement detection (if the submarine does not move and we know the target object changes over time) by comparison between successive pictures. o Interest points detection (can be a line, an object, a part of object or anything that could be singular and detectable in several pictures). For example, we can get the depth if we see the pipeline with the bottom camera and know its size and the characteristics of the camera. We could also try to keep a specific height, angle or distance with respect to the mid-water target by trying to keep it in the center of the front webcam picture and measure its width on the picture. Sonar image processing: o Ball, pipeline, wall and corner detection. For example, we can get the depth if we know that the size, the presence of objects or the distance between objects depends on the depth of the submarine (for example the pipeline should be visible with our sonar only when the submarine is close to the sea floor). We could also try to keep a specific angle and distance with respect to the mid-water target. 15

16 SAUC-E 2010 Journal Paper ENSIETA 16 Static localization: o Robust static localization using interval arithmetic ([3], [4]): it takes the dimension, the shape of the basin and any other singular feature (as a list of segments and circles) as input and uses the sonar and optionally the IMU to get the position of the submarine in the basin. Any object detected by the sonar that does not correspond to the input is considered as outlier. Dynamic localization: o Open loop on the control of the thrusters: taking into account experiments on acceleration time at start, average speed and deceleration time, we can evaluate the distance covered by the robot from one point to another. o Robust dynamic localization using interval arithmetic: it takes the dimension, the shape of the basin and any other singular feature (as a list of segments and circles) as well as a dynamics model of the movement of the submarine as input and uses the sonar and optionally the IMU to get the position of the submarine in the basin. Any object detected by the sonar that does not correspond to the input is considered as outlier. A sonar image processing algorithm (Figure 24) launched in the beginning when the submarine is stopped could automatically discover the environment of the robot (and therefore the shape and dimensions of the basin), assuming that the sonar can see some interests points (like the walls of the basin). This would be a kind of SLAM (Simultaneous Localization and Mapping) if it is used as input of the localization algorithms (that needs the dimension, the shape of the basin and any other singular feature) moreover if the environment discovery step is repeated several times to improve the trajectory estimation. Figure 24: Matching between sonar pings and the basin walls Some algorithms can provide different values for the same data (depth, orientation in the coordinate space, angle with respect to the mid-water target, distance to a waypoint in the coordinate space, distance to the mid-water target...) in the same time. For example, the camera image processing and sonar image processing algorithms can return different distances to the mid-water target. To handle that, all of the results of the sensors and algorithms are returned as intervals ([1]). A simple intersection between the results that evaluate the same data leads to 1 interval (more precise) for each data. The center of the interval is taken as input for the corresponding regulation. 16

17 SAUC-E 2010 Journal Paper ENSIETA 17 V. Innovation This year, the main innovation we would like to show during the SAUC-E competition is the idea of using several collaborating robots to accomplish tasks autonomously. Additionally, if we manage to use successfully our localization algorithm (static and dynamic) that use interval methods to compute the position of the submarine in a robust manner during the competition, it would be a good contribution to show that interval arithmetic can be successfully used in autonomous submarine robots. 17

18 SAUC-E 2010 Journal Paper ENSIETA 18 VI. Financial summary We got this year for the project. Products Prices ( ) Purpose 4 ASUS EeePC T91MT 2000 Embedded computers 2 Analog webcams ALLWAN AL- 900 Waterproof cameras Webcams HD Logitech Webcam 700 Webcams used for tests and in replacement Pro 9000 Various media readers, storage and 500 converters and various tools IP68 waterproof connectors 1000 Pressure sensor Keller 600 In replacement in case of problem D-Link DWL-2100AP High Speed 100 In replacement in case of problem Wireless Access Point Labjack UE9 400 In replacement in case of problem Servo controllers Robbe Rokraft 600 In replacement in case of problem SEABOTIX thrusters SBT In replacement in case of problem Trip 5000? 18

19 SAUC-E 2010 Journal Paper ENSIETA 19 VII. Risk assessment Risk Loss of control Recovery needed Sharp edges Frontal collision with a wall Electric shock Thrusters hazard Precaution Power switch, positively buoyant Central lifting cord Visible colors and diving gloves Bumper in front of the frontal webcam Only low voltages and intensities Propeller protected 19

20 SAUC-E 2010 Journal Paper ENSIETA 20 VIII. References [1] L. Jaulin, M. Kieffer, O. Didrit and E. Walter, Applied Interval Analysis with Examples in Parameter and State Estimation, Robust Control and Robotics, Springer-Verlag, 2001, ISBN: , [2] S. Bazeille, Vision sous-marine monoculaire pour la reconnaissance d'objets, Ph.D. Thesis, Université de Bretagne Occidentale, 2008, and other related work, [3] L. Jaulin, Robust set membership state estimation, Automatica, Volume 45, Issue 1, January 2009, Pages , [4] J. Sliwka, F. Le Bars, O. Reynet, L. Jaulin, Reconnaissance de forme pour la localisation de robots, submitted to RFIA 2010, 2009, France, 20

EXECUTIVE SUMMARY... 3 II. INTRODUCTION... 4 III. PHYSICAL DESCRIPTION...

EXECUTIVE SUMMARY... 3 II. INTRODUCTION... 4 III. PHYSICAL DESCRIPTION... SAUC ISSE and SARDINE, 2 AUVs for SAUC-E 2011 2 CONTENT I. EXECUTIVE SUMMARY... 3 II. INTRODUCTION... 4 III. PHYSICAL DESCRIPTION... 5 EXTERNAL ARCHITECTURE:... 5 INTERNAL ARCHITECTURE:... 7 ELECTRONIC

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Team S.S. Minnow RoboBoat 2015

Team S.S. Minnow RoboBoat 2015 1 Team RoboBoat 2015 Abigail Butka Daytona Beach Homeschoolers Palm Coast Florida USA butkaabby872@gmail.com Nick Serle Daytona Beach Homeschoolers Flagler Beach, Florida USA Abstract This document describes

More information

Design and Control of a Self-Balancing Autonomous Underwater Vehicle with Vision and Detection Capabilities

Design and Control of a Self-Balancing Autonomous Underwater Vehicle with Vision and Detection Capabilities Journal of Marine Science: Research & Development Journal of Marine Science: Research & Development Jebelli et al., J Marine Sci Res Dev 2018, 8:1 DOI: 10.4172/2155-9910.1000245 Research Review Article

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 2014 IARC ABSTRACT The paper gives prominence to the technical details of

More information

ENSTA Bretagne Robotics Topic Group

ENSTA Bretagne Robotics Topic Group ENSTA Bretagne Robotics Topic Group General presentation The Robotics Topic Group of STIC Department at ENSTA Bretagne works mainly on problems found in mobile robotics for marine, submarine, ground, aerial,

More information

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 Labshare 2011 Table of Contents 1 Introduction... 3 1.1 Remote Laboratories... 3 1.2 Inclined Plane - The Rig Apparatus... 3 1.2.1 Block Masses & Inclining

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Low cost underwater exploration vehicle

Low cost underwater exploration vehicle PROJECT N 36 Low cost underwater exploration vehicle David O Brien-Møller European School Brussels III Boulevard du Triomphe 135, 1050 Ixelles, Belgique S6 ENA Abstract Key words: Under Water robot, independent

More information

Introduction to the EXPANSION HUB

Introduction to the EXPANSION HUB Introduction to the EXPANSION HUB REV ROBOTICS - EXPANSION HUB revrobotics.com ANOTHER CONTROLLER CHOICE MODERN ROBOTICS REV ROBOTICS The Expansion hub does not replace the Modern Robotics System. It is

More information

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy Design and Navigation Control of an Advanced Level CANSAT Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy 1 Introduction Content Advanced Level CanSat Design Airframe

More information

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A.

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. Halme Helsinki University of Technology, Automation Technology Laboratory

More information

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014 ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014 Yu DongDong, Xiang Chuan, Zhou Chunlin, and Xiong Rong State Key Lab. of Industrial Control Technology, Zhejiang University, Hangzhou,

More information

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 Yu DongDong, Liu Yun, Zhou Chunlin, and Xiong Rong State Key Lab. of Industrial Control Technology, Zhejiang University, Hangzhou,

More information

PHINS, An All-In-One Sensor for DP Applications

PHINS, An All-In-One Sensor for DP Applications DYNAMIC POSITIONING CONFERENCE September 28-30, 2004 Sensors PHINS, An All-In-One Sensor for DP Applications Yves PATUREL IXSea (Marly le Roi, France) ABSTRACT DP positioning sensors are mainly GPS receivers

More information

GPS-Aided INS Datasheet Rev. 3.0

GPS-Aided INS Datasheet Rev. 3.0 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS, BEIDOU and L-Band navigation

More information

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2.

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2. OS3D-FG OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P Datasheet Rev. 2.0 1 The Inertial Labs OS3D-FG is a multi-purpose miniature 3D orientation sensor Attitude

More information

Robocup Electrical Team 2006 Description Paper

Robocup Electrical Team 2006 Description Paper Robocup Electrical Team 2006 Description Paper Name: Strive2006 (Shanghai University, P.R.China) Address: Box.3#,No.149,Yanchang load,shanghai, 200072 Email: wanmic@163.com Homepage: robot.ccshu.org Abstract:

More information

USBL positioning and communication SyStEmS. product information GUidE

USBL positioning and communication SyStEmS. product information GUidE USBL positioning and communication SyStEmS product information GUidE evologics s2c R usbl - series underwater positioning and communication systems EvoLogics S2CR USBL is a series of combined positioning

More information

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG Ekinox Series TACTICAL GRADE MEMS Inertial Systems IMU AHRS MRU INS VG ITAR Free 0.05 RMS Motion Sensing & Navigation AEROSPACE GROUND MARINE EKINOX SERIES R&D specialists usually compromise between high

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum MTi 10-series and MTi 100-series Document MT0503P, Revision 0 (DRAFT), 11 Feb 2013 Xsens Technologies B.V. Pantheon 6a P.O. Box 559 7500 AN Enschede The Netherlands phone +31 (0)88 973 67 00 fax +31 (0)88

More information

MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI

MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI Gdansk University of Technology Faculty of Ocean Engineering

More information

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

Cedarville University RoboBoat

Cedarville University RoboBoat Cedarville University RoboBoat Tyler Chan, Krista Kroninger, Jimmy Myers, Tim Swanson (Team Leader) Samuel Dallas, Josiah Franklin, Kyle Girtz, Jonathon Power, Jimmy Smyly Team Advisor: Timothy Tuinstra

More information

TIP READ THE MANUAL. Following taken from FIRST Tech Challenge Game Manual Part 1 Rev 1.2. ispacescience.org

TIP READ THE MANUAL. Following taken from FIRST Tech Challenge Game Manual Part 1 Rev 1.2. ispacescience.org TIP READ THE MANUAL Following taken from 2015-2016 FIRST Tech Challenge Game Manual Part 1 Rev 1.2 Robot Rules Simplified: RG01 Robot must pass inspection Conduct self-inspection using checklist Have copy

More information

RDV-X/RDV-P Robot driver Only for pulse train control

RDV-X/RDV-P Robot driver Only for pulse train control Single axis Robot driver Only for pulse train control As the size is small and weight is light, it is easy to use in automated machinery. Features 1 Dedicated pulse train control The dedicated pulse train

More information

Subsea UK 2014 Developments in ROV Technology

Subsea UK 2014 Developments in ROV Technology Subsea UK 2014 Developments in ROV Technology Smarter Technologies Enable Smarter Platforms (ROVs) => Improved Offshore Operations Nick Lawson What does an ROV do? Any ROVs primary function is to provide

More information

EL6483: Sensors and Actuators

EL6483: Sensors and Actuators EL6483: Sensors and Actuators EL6483 Spring 2016 EL6483 EL6483: Sensors and Actuators Spring 2016 1 / 15 Sensors Sensors measure signals from the external environment. Various types of sensors Variety

More information

The Real-Time Control System for Servomechanisms

The Real-Time Control System for Servomechanisms The Real-Time Control System for Servomechanisms PETR STODOLA, JAN MAZAL, IVANA MOKRÁ, MILAN PODHOREC Department of Military Management and Tactics University of Defence Kounicova str. 65, Brno CZECH REPUBLIC

More information

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm Additive Manufacturing Renewable Energy and Energy Storage Astronomical Instruments and Precision Engineering Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development

More information

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision 11-25-2013 Perception Vision Read: AIMA Chapter 24 & Chapter 25.3 HW#8 due today visual aural haptic & tactile vestibular (balance: equilibrium, acceleration, and orientation wrt gravity) olfactory taste

More information

Nautical Autonomous System with Task Integration (Code name)

Nautical Autonomous System with Task Integration (Code name) Nautical Autonomous System with Task Integration (Code name) NASTI 10/6/11 Team NASTI: Senior Students: Terry Max Christy, Jeremy Borgman Advisors: Nick Schmidt, Dr. Gary Dempsey Introduction The Nautical

More information

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems 45 27 39.384 N 9 07 30.145 E Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems Aerospace Land/Automotive Marine Subsea Miniature inertial sensors 0.1 Ellipse Series New

More information

SYSTEM 5900 SIDE SCAN SONAR

SYSTEM 5900 SIDE SCAN SONAR SYSTEM 5900 SIDE SCAN SONAR HIGH-RESOLUTION, DYNAMICALLY FOCUSED, MULTI-BEAM SIDE SCAN SONAR Klein Marine System s 5900 sonar is the flagship in our exclusive family of multi-beam technology-based side

More information

Inertial Navigation System

Inertial Navigation System Apogee Marine Series ULTIMATE ACCURACY MEMS Inertial Navigation System INS MRU AHRS ITAR Free 0.005 RMS Navigation, Motion & Heave Sensing APOGEE SERIES makes high accuracy affordable for all surveying

More information

KMUTT Kickers: Team Description Paper

KMUTT Kickers: Team Description Paper KMUTT Kickers: Team Description Paper Thavida Maneewarn, Xye, Korawit Kawinkhrue, Amnart Butsongka, Nattapong Kaewlek King Mongkut s University of Technology Thonburi, Institute of Field Robotics (FIBO)

More information

COST Action: TU1302 Action Title: Satellite Positioning Performance Assessment for Road Transport SaPPART. STSM Scientific Report

COST Action: TU1302 Action Title: Satellite Positioning Performance Assessment for Road Transport SaPPART. STSM Scientific Report COST Action: TU1302 Action Title: Satellite Positioning Performance Assessment for Road Transport SaPPART STSM Scientific Report Assessing the performances of Hybrid positioning system COST STSM Reference

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Scott Jantz and Keith L Doty Machine Intelligence Laboratory Mekatronix, Inc. Department of Electrical and Computer Engineering Gainesville,

More information

Baset Adult-Size 2016 Team Description Paper

Baset Adult-Size 2016 Team Description Paper Baset Adult-Size 2016 Team Description Paper Mojtaba Hosseini, Vahid Mohammadi, Farhad Jafari 2, Dr. Esfandiar Bamdad 1 1 Humanoid Robotic Laboratory, Robotic Center, Baset Pazhuh Tehran company. No383,

More information

Engtek SubSea Systems

Engtek SubSea Systems Engtek SubSea Systems A Division of Engtek Manoeuvra Systems Pte Ltd SubSea Propulsion Technology AUV Propulsion and Maneuvering Modules Engtek SubSea Systems A Division of Engtek Manoeuvra Systems Pte

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

AUTONOMOUS UNDERWATER VEHICLE Introductory Session. January 07, 2017 IITK

AUTONOMOUS UNDERWATER VEHICLE Introductory Session. January 07, 2017 IITK AUTONOMOUS UNDERWATER VEHICLE Introductory Session January 07, 2017 IITK Purpose of an AUV Pluto Plus AUV Remus AUV Battlespace Preparation AUV Cornell AUV: Gemini COMMERCIAL Maps of Seafloor Building

More information

ALEV Robotics KF-1500S ALEV HIGH SCHOOL ISTANBUL, TURKEY MATE ROV 2016

ALEV Robotics KF-1500S ALEV HIGH SCHOOL ISTANBUL, TURKEY MATE ROV 2016 ALEV Robotics KF-1500S ALEV HIGH SCHOOL ISTANBUL, TURKEY MATE ROV 2016 Members Grade Eren Aşkın (CEO) 11 Can Yelten (Programmer-Pilot) 11 Tuna Barış Ünal (Menager) 11 Cengizcan Nakıboğlu (Pilot) 11 Erdal

More information

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report April 21, 2008 Team Members: Project Title: Human Powered Submarine Control System Team Name: Swamp Thing Name: Charles Shupard

More information

Racks and Caps - Upper Hull Mechanical Report. Bradley Factor - bef23 Erin Fischell - emf43. CUAUV 2006 Fall. Figure 1: Upper Hull Rack and Structure

Racks and Caps - Upper Hull Mechanical Report. Bradley Factor - bef23 Erin Fischell - emf43. CUAUV 2006 Fall. Figure 1: Upper Hull Rack and Structure Racks and Caps - Upper Hull Mechanical Report Bradley Factor - bef23 Erin Fischell - emf43 CUAUV 2006 Fall Overview Figure 1: Upper Hull Rack and Structure 1 Project Description The design and manufacture

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

The Next Generation Design of Autonomous MAV Flight Control System SmartAP

The Next Generation Design of Autonomous MAV Flight Control System SmartAP The Next Generation Design of Autonomous MAV Flight Control System SmartAP Kirill Shilov Department of Aeromechanics and Flight Engineering Moscow Institute of Physics and Technology 16 Gagarina st, Zhukovsky,

More information

IMU Platform for Workshops

IMU Platform for Workshops IMU Platform for Workshops Lukáš Palkovič *, Jozef Rodina *, Peter Hubinský *3 * Institute of Control and Industrial Informatics Faculty of Electrical Engineering, Slovak University of Technology Ilkovičova

More information

Motion Reference Units

Motion Reference Units Motion Reference Units MRU Datasheet Rev. 1.3 IP-67 sealed 5% / 5 cm Heave accuracy 0.03 m/sec Velocity accuracy 0.05 deg Pitch and Roll accuracy 0.005 m/sec2 Acceleration accuracy 0.0002 deg/sec Angular

More information

ZJUDancer Team Description Paper

ZJUDancer Team Description Paper ZJUDancer Team Description Paper Tang Qing, Xiong Rong, Li Shen, Zhan Jianbo, and Feng Hao State Key Lab. of Industrial Technology, Zhejiang University, Hangzhou, China Abstract. This document describes

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor,

More information

LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE

LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE EvoLogics S2C LBL Underwater Positioning and Communication Systems EvoLogics LBL systems bring the benefi ts of long baseline (LBL) acoustic

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

More information

Gael Force FRC Team 126

Gael Force FRC Team 126 Gael Force FRC Team 126 2018 FIRST Robotics Competition 2018 Robot Information and Specs Judges Information Packet Gael Force is proof that one team from a small town can have an incredible impact on many

More information

USBL positioning and communication systems. Applications

USBL positioning and communication systems. Applications USBL positioning and communication systems Offering a powerful USBL transceiver functionality with full benefits of an S2C technology communication link Applications Positioning of offshore equipment >

More information

Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness

Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness Francisco Pastrana, Zakaria Daud, Michael Hix & Jonathan Jaworski, Embry Riddle Aeronautical University

More information

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: _ATV Group No. 3 Team Member Completing This Homework: Sebastian Hening

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

PRODUCTS AND LAB SOLUTIONS

PRODUCTS AND LAB SOLUTIONS PRODUCTS AND LAB SOLUTIONS ENGINEERING FUNDAMENTALS NI ELVIS APPLICATION BOARDS Controls Board Energy Systems Board Mechatronic Systems Board with NI ELVIS III Mechatronic Sensors Board Mechatronic Actuators

More information

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER Nils Gageik, Thilo Müller, Sergio Montenegro University of Würzburg, Aerospace Information Technology

More information

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane!

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane! DR Plane INSTRUCTIONS Thank you for purchasing a DR Plane! CONTENTS 1 1 Fuselage Right wing Left wing Horizontal stabilizer Vertical stabilizer Carbon fiber bar 1 1 1 7 8 10 11 1 Audio/video (AV) cable

More information

John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE. Imagine Your Business...better. Automate Virtually Anything jhfoster.

John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE. Imagine Your Business...better. Automate Virtually Anything jhfoster. John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE Imagine Your Business...better. Automate Virtually Anything 800.582.5162 John Henry Foster 800.582.5162 What if you could automate the repetitive manual

More information

Cedarville University Little Blue

Cedarville University Little Blue Cedarville University Little Blue IGVC Robot Design Report June 2004 Team Members: Silas Gibbs Kenny Keslar Tim Linden Jonathan Struebel Faculty Advisor: Dr. Clint Kohl Table of Contents 1. Introduction...

More information

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots CENG 5931 HW 5 Mobile Robotics Due March 5 Sensors for Mobile Robots Dr. T. L. Harman: 281 283-3774 Office D104 For reports: Read HomeworkEssayRequirements on the web site and follow instructions which

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

Team Project: A Surveillant Robot System

Team Project: A Surveillant Robot System Team Project: A Surveillant Robot System SW & HW Test Plan Little Red Team Chankyu Park (Michel) Seonah Lee (Sarah) Qingyuan Shi (Lisa) Chengzhou Li JunMei Li Kai Lin Software Lists SW Lists for Surveillant

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition ZJU Team Entry for the 2013 AUVSI International Aerial Robotics Competition Lin ZHANG, Tianheng KONG, Chen LI, Xiaohuan YU, Zihao SONG Zhejiang University, Hangzhou 310027, China ABSTRACT This paper introduces

More information

Undefined Obstacle Avoidance and Path Planning

Undefined Obstacle Avoidance and Path Planning Paper ID #6116 Undefined Obstacle Avoidance and Path Planning Prof. Akram Hossain, Purdue University, Calumet (Tech) Akram Hossain is a professor in the department of Engineering Technology and director

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

SMART BIRD TEAM UAS JOURNAL PAPER

SMART BIRD TEAM UAS JOURNAL PAPER SMART BIRD TEAM UAS JOURNAL PAPER 2010 AUVSI STUDENT COMPETITION MARYLAND ECOLE POLYTECHNIQUE DE MONTREAL Summary 1 Introduction... 4 2 Requirements of the competition... 4 3 System Design... 5 3.1 Design

More information

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering)

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering) Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles GOALS. The proposed research shall focus on meeting critical objectives toward achieving the long-term goal of developing

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

More information

Team KMUTT: Team Description Paper

Team KMUTT: Team Description Paper Team KMUTT: Team Description Paper Thavida Maneewarn, Xye, Pasan Kulvanit, Sathit Wanitchaikit, Panuvat Sinsaranon, Kawroong Saktaweekulkit, Nattapong Kaewlek Djitt Laowattana King Mongkut s University

More information

GPS-Aided INS Datasheet Rev. 2.6

GPS-Aided INS Datasheet Rev. 2.6 GPS-Aided INS 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO and BEIDOU navigation

More information

Motion & Navigation Solution

Motion & Navigation Solution Navsight Land & Air Solution Motion & Navigation Solution FOR SURVEYING APPLICATIONS Motion, Navigation, and Geo-referencing NAVSIGHT LAND/AIR SOLUTION is a full high performance inertial navigation solution

More information

Control System Design for Tricopter using Filters and PID controller

Control System Design for Tricopter using Filters and PID controller Control System Design for Tricopter using Filters and PID controller Abstract The purpose of this paper is to present the control system design of Tricopter. We have presented the implementation of control

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

FC3920K and FC5539K Automatic Foam Cutting CNC Machines

FC3920K and FC5539K Automatic Foam Cutting CNC Machines FC3920K and FC5539K Automatic Foam Cutting CNC Machines Disclaimer You accept all risks and responsibilities for looses, damages costs and other consequences resulting directly or indirectly from using

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

SONARMITE v4.0 MTX sweep version - PORTABLE BLUETOOTH ECHO SOUNDER

SONARMITE v4.0 MTX sweep version - PORTABLE BLUETOOTH ECHO SOUNDER SONARMITE v4.0 MTX sweep version - PORTABLE BLUETOOTH ECHO SOUNDER Introduction The SonarMite Echo Sounder was the result of nearly two years research and development to further extend the boundaries of

More information

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski Hopper Spacecraft Simulator Billy Hau and Brian Wisniewski Agenda Introduction Flight Dynamics Hardware Design Avionics Control System Future Works Introduction Mission Overview Collaboration with Penn

More information

M-0418 REV:0

M-0418 REV:0 1 of 5 This specification sets forth the minimum requirements for purchase and installation of an aboveground Radar Detection Device (RDD) system for a real-time, stop bar vehicle-detection system that

More information

3-Degrees of Freedom Robotic ARM Controller for Various Applications

3-Degrees of Freedom Robotic ARM Controller for Various Applications 3-Degrees of Freedom Robotic ARM Controller for Various Applications Mohd.Maqsood Ali M.Tech Student Department of Electronics and Instrumentation Engineering, VNR Vignana Jyothi Institute of Engineering

More information

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي رقم )7107/363( Page 1 of 6 1- Mechatronics Actuators Board & Mechatronics Systems Board with Education Laboratory for

More information

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r o p o s a l 0 Nautical Autonomous System with Task Integration Project Proposal Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r

More information

GPS-Aided INS Datasheet Rev. 2.3

GPS-Aided INS Datasheet Rev. 2.3 GPS-Aided INS 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined L1 & L2 GPS, GLONASS, GALILEO and BEIDOU navigation and

More information

Positive Promotion: Use the FIRST and FTC logos in a manner that is positive and promotes FIRST.

Positive Promotion: Use the FIRST and FTC logos in a manner that is positive and promotes FIRST. You have incredibly creative opportunities in terms of designing your own identity. There are many examples of how teams brand their efforts with websites, incredible team logos on robots, T shirts, hats,

More information

Applications. > > Oil & Gas. > > RoVs and auvs. > > Oceanography. > > Monitoring stations. > > Seismic. > > Networks and relay chains

Applications. > > Oil & Gas. > > RoVs and auvs. > > Oceanography. > > Monitoring stations. > > Seismic. > > Networks and relay chains Underwater acoustic Modems EvoLogics S2CR - series underwater acoustic modems provide full-duplex digital communication delivering an excellent performance, resistant to the challenges of the dynamic subsea

More information

Black Marlin radar systems may be purchased with a flat-top radome for mounting cameras on

Black Marlin radar systems may be purchased with a flat-top radome for mounting cameras on SPECIFICATIONS The Black Marlin is DMT s midrange security radar system. It may be used to search and track threats from land and sea. This radar is an X- Band, pulsed- Doppler system that operates in

More information

MB1013, MB1023, MB1033, MB1043

MB1013, MB1023, MB1033, MB1043 HRLV-MaxSonar - EZ Series HRLV-MaxSonar - EZ Series High Resolution, Low Voltage Ultra Sonic Range Finder MB1003, MB1013, MB1023, MB1033, MB1043 The HRLV-MaxSonar-EZ sensor line is the most cost-effective

More information

A 3D, FORWARD-LOOKING, PHASED ARRAY, OBSTACLE AVOIDANCE SONAR FOR AUTONOMOUS UNDERWATER VEHICLES

A 3D, FORWARD-LOOKING, PHASED ARRAY, OBSTACLE AVOIDANCE SONAR FOR AUTONOMOUS UNDERWATER VEHICLES A 3D, FORWARD-LOOKING, PHASED ARRAY, OBSTACLE AVOIDANCE SONAR FOR AUTONOMOUS UNDERWATER VEHICLES Matthew J. Zimmerman Vice President of Engineering FarSounder, Inc. 95 Hathaway Center, Providence, RI 02907

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou We offer a complete solution for a user that need to put a payload in a advanced position at low cost completely designed by the Spanish company Airelectronics. Using a standard computer, the user can

More information