Underwater 3D Mapping: Experiences and Lessons learned

Size: px
Start display at page:

Download "Underwater 3D Mapping: Experiences and Lessons learned"

Transcription

1 Underwater 3D Mapping: Experiences and Lessons learned Andrew Hogue, Andrew German, James Zacher, and Michael Jenkin Department of Computer Science and Engineering and the Centre for Vision Research York University, Toronto, Ontario, Canada {hogue, german, zacher, Abstract This paper provides details on the development of a tool to aid in 3D coral reef mapping designed to be operated by a single diver and later integrated into an autonomous robot. We discuss issues that influence the deployment and development of underwater sensor technology for 6DOF hand-held and robotic mapping. We describe our current underwater vision-based mapping system, some of our experiences, lessons learned, and discuss how this knowledge is being incorporated into our underwater sensor. Keywords: Underwater vision, 6DOF, 3D mapping, SLAM, stereo vision. 1 Introduction Tourism and rising ocean temperatures are among the multitude of threats to aquatic life in general and coral reefs in particular 1. Coral reefs are ecologically important. They provide food and shelter for fish and other aquatic life. Many factors have an impact on the life of coral. For example, a slight rise of temperature (only a few degrees) destroyed 80 percent of the coral reefs in Okinawa in 1998[5]. Monitoring the health of coral reefs is a difficult and time consuming task. Existing measurement processes are based on manually sampling the reef structure over time, a lengthy, tedious, and potentially dangerous process. Tools that could be used to automatically or semiautomatically construct 3D models of such highlyunstructured underwater environments can be used to safely provide accurate data in a relatively inexpensive and timely manner. In addition to monitoring reef health for environmental and global climate change motives, such objective and bias-free tools would also find application in security, environmental evaluation generally, and in underwater construction. In order to address these and other sens- 1 ing/localization applications related to the sub-sea environment, we are developing an underwater vision sensor consisting of digital video cameras and an inertial measurement unit (IMU). The sensor is designed to operate in conjunction with the AQUA robot[2] which has been developed as part of a multiuniversity research collaboration between Dalhousie, McGill and York Universities. Working in parallel with colleagues at McGill and Dalhousie, we have been refining a design for a hand-held underwater stereo system that will be integrated into the AQUA robot. This paper describes the underwater sensor developed within the AQUA project. It examines design decisions made during the various incarnations of the sensor in light of the difficulties involved in conducting sensing tasks in open water. Results obtained with various versions of the sensor are presented, and the paper concludes with some discussion of the sensor currently under construction. We begin by placing the sensor in the context of the AQUA robot and the various tasks that the sensor is designed to perform for the robot itself. 2 The AQUA Robot The AQUA robot[2, 6, 7, 8] is a six-legged swimming robot based on the terrestrial hexapod RHex[1]. RHEX was developed in part by the Ambulatory Robotics Lab at McGill in collaboration with the University of Michigan, the University of California at Berkeley and Carnegie Mellon University[1]. AQUA s required capabilities include swimming in open water, diving to a depth of 15m, station keeping, crawling on the bottom of the sea, and entering/exiting the water amphibiously. For propulsion, the vehicle deviates from traditional ROV designs through the use of six paddles, which act as control surfaces during swimming and as legs when walking (see Figure 1). The paddle configuration gives the robot direct control over five of the six degrees of

2 (a) Figure 1: The AQUA Robot (a) swimming (b) walking with amphibious legs. freedom of motion; surge, heave, pitch, roll and yaw. An inclinometer and a compass are used to assist in the control of the robot s motion underwater. (b) 3 The AQUASENSOR Although the AQUA vehicle has on-board cameras facing both fore and aft, the cameras and on-board computational power of the robot are designed for teleoperational and servoing tasks, rather than for more higher level functions such as 3D map building. In order to provide a higher level of autonomy the AQUASENSOR is being developed in parallel with the AQUA vehicle. Initial versions of the AQUASENSOR operated off-board the vehicle, but the intent is to integrate the AQUASENSOR and AQUA vehicle in the future. The AQUASENSOR s primary task is to collect rich and robust depth information through a multi-camera vision system coupled with an IMU. A reality of the underwater world is that although visual features may be very rich in some locations, they can be very sparse in others. Inertial data can be used to address ego-motion estimation issues when the visual information field is not sufficiently rich and to aid in the processing of visual data when both are present. It is also important to recognize the realities of the 6DOF environment encountered by a submersible. The environment is truly 6DOF, a situation which is rarely encountered except perhaps in robotic flying vehicles[4, 3], and outer space applications[14]. Developing a sensor for underwater usage is a non-trivial task. There are many challenges for such a system; although ensuring the electronics are protected by a watertight housing is perhaps the most critical. During the course of this project three different camera housing designs have been built and tested. Each of these housings provide different constraints on mobility and ease of deployment and are described below. Figure 2: AQUASENSOR V1.0. Trinocular stereo rig and example reference images with corresponding dense disparity. 3.1 AQUASENSOR V1.0 AQUASENSOR V1.0 (see Figure 2) is an underwater camera sensor manageable by divers that can be used to collect underwater stereo video and synchronized inertial data. To simplify the design of the sensor, the data storage and computing unit is land-based and is connected via a communications tether. The housing is based on a commercial underwater camera housing from Aquatix 2 and this housing provides a watertight enclosure for the sensor electronics. Within the sensor housing are a triad of Firewire TM cameras that, after processing the 640x480 grayscale video streams, provide dense underwater depth images synchronized with inertial data from a Crossbow IMU300CC 3.TheIMUisused for accurate relative 6DOF motion estimation in the model building phase. The land-based computing unit was a standard desktop PC powered by a set of lead-acid batteries and a power inverter. The underwater housing is connected to the computing unit via a custom-built 62m fiber-optic data cable eliminating concerns of signal degradation, EMI, and the use of a powered tether. Off-the-shelf Firewire and USB to optic converters to transform the Firewire signal for the camera video streams and the USB serial data from the IMU into optical signals. All electronics inside of the camera housing are powered by an on-board 16V NiMH battery source. Once imagery is collected at the base station, it is processed offline using a novel 3D SLAM algorithm[9] (described below). Images are combined binocularly, and then temporally linked to construct 3D models of underwater structures (see Section 4). Image Processing First, a stereo disparity map is computed from the stereo images using a standard stereo algorithm [12] and a set of 3D points

3 (a) (b) (c) (d) (e) Figure 3: AQUASENSOR V2.0 (a-c) and V2.1(d-e). (a) Hand-held unit (b) Hand-held unit with Bumblebee (c) Complete unit (d) Final system (e) Closeup of revised Hand-held unit are extracted from the resulting map. Next, salient features, based upon the Kanade-Lucas- Tomasi features[11, 13], are found and tracked from frame to frame. This establishes temporal correspondence and optimally coupled with IMU data allows us to compute the pose of the camera relative to the previous frame. We prune the temporal correspondences by specifying that each feature tracked requires that a corresponding 3D point be available in both frames. These 3D points (extracted from the stereo images) are then used to compute the 6DOF pose using Horn s method[10]; namely a translation vector and quaternion are computed. The pose is accumulated to bring the measurements (3D point cloud) into the global frame. The entire algorithm operates at 7fps using the highest accuracy stereo/rectification settings and low resolution (160x120) images and is mainly limited by the feature tracking stage. Using 320x240 images, the algorithm operates at approximately 1fps. Sampling reconstructions can be found in Section 4. Although V1.0 of the sensor was capable of local 3D map construction, operation of the device identified a number of critical operational issues. Namely, Cable Management Camera Synchronization Managing a 62 metre cable in high current and surge was extremely difficult. The cable is slightly positively buoyant and is thus subject to wind and wave action on the water surface. This negatively impacts the divers ability to control the orientation of the sensor housing. The fiber-optic cable is fragile and bending it close to a ninety degree angle can damage the cable. To reduce the fragility of the cable, the optical fiber was enclosed in a more rigid protective sheath that is less prone to bending. Spooling and unspooling the cable is also a problem and long lengths of cable are unmanageable especially by divers operating at depth requiring a significant number of people to provide surface support. Cable management is time-consuming and requires practice in order to properly collect the cable at the end of the trial. The number of divers and surface support personnel required to deploy and wrangle the cable became an issue in sensor deployment. A secondary issue coupled with cable management was the use of a land-based PC. When deploying from a beach site this is not an issue. When deploying from a boat however, care must be taken to ensure that the components are not exposed to weather conditions. Monitoring the data capture on the display also increases the chance of motion sickness. Another problem identified by our field trials is camera synchronization. Although the cameras supposedly support automatic synchronization, they did not operate in a fully synchronized manner. While the stereo cameras were unsynchronized (by possibly a frame or two), it was still possible to extract valid disparity maps, however the disparities are scaled improperly. The temporal framerate drift between the cameras becomes equivalent to moving the baseline and slightly rotating the cameras. It is possible to synchronize (or frame-sync) the image streams in a post-processing stage, however the cameras can still be off by several milliseconds due to the images not being captured at the same time instant. When registering point clouds, the effect of the desynchronization may not be apparent for many frames but results in a very low frequency curvature in the resulting model. This can be seen in the recovered models shown in Figure 7(b). In the following sections, we discuss how we addressed and overcame these issues for the next generation sensor design. 3.2 AQUASENSOR V2.0 To overcome the problems with Version 1.0 of the sensor, we needed to address the cable management

4 (a) Figure 4: Collecting Ground Truth Data (a) a single marker. (b) measuring from the reference point. and camera synchronization issues. The goal of this version of the sensor was to enable a single diver to deploy and operate the sensor autonomously. This called for a complete re-design of both the sensor and the data storage unit. To enable the diver to work autonomously, the data storage and processing components of AQUASENSOR V1.0 needed to be placed with the diver underwater. To accomplish this, we placed all electronics and computing components in a second underwater housing fastened to the diver. This allowed us to shorten the tether between the cameras and the computing unit to a manageable length of 1.5m thereby eliminating the effect of ocean currents on the tether. Maneuverability of the sensor was further improved upon by reducing the size of the camera housing to a hand-held form-factor manageable by the same diver (see Figures 3(a)-3(c)). To solve the camera synchronization issues, we adopted a Point Grey Bumblebee TM colour stereo camera. This unit provides left and right synchronized stereo video streams suitable for stereo image processing. Using the Bumblebee had the added benefit of a smaller form-factor than the cameras used in AQUASENSOR V1.0. To further reduce the size of the hand-held camera housing, we replaced the Crossbow IMU with a smaller 3DOF Inertiacube3 TM from Intersense 4. The hand-held unit was fabricated from a standard aluminum tube with an embedded optical-grade acrylic view-port (see Figures 3(a) and 3(b)). Neoprene gasket material provided the watertight seal around both the end caps and the view-port. The two housings were connected via a 16 conductor cable to provide Firewire and USB communication. We mounted the cable to each housing through watertight cord glands that also provided strain-relief. The complete system was capable of being deployed and operated by a single diver and was tested during 4 (b) Figure 5: The Folkstone Marine Reserve Sunken Barge. These are the ground truth markers of the barge that was surveyed using two reference points, namely markers 11 and 17. The concentric circles indicate the radial distance measurements we used to determine an accurate measurement for each point. our pool trials. Although, this version of the sensor addressed the mobility issues, We identified three major problems with this version of the sensor, namely Watertight seal issues Heating concerns Cable electrical specifications Due to the design of the end-caps, it was difficult to create a reliable watertight seal. There were many screws that needed to be inserted at an appropriate tension. The neoprene gasket continually compresses which loosens the other screws making the sealing process time consuming and error prone. One lesson learned from this experience is that a design using tension on an O-ring is a must for underwater applications. Furthermore, gasket re-use is a mistake. Re-using the material from previous trials results in a housing that is susceptible to leakage due to the compression and tearing of the gasket. Another major concern was heat dissipation for the electronic components in the housing that contained the computer and electronics. Due to its fibreglass construction, heat does not dissipate very effectively through the material itself. We fabricated an aluminum port for one end of the tube to act as a heat transfer point. We used aluminum due to its availability, low cost, and high thermal conductance value. The aluminum port provides a large surface area that is in direct contact with the water providing an effective way to transfer heat from the inside of the tube to the surrounding water. The mainboard and components were all mounted to an aluminum plate which in turn was attached to the aluminum port to transfer the heat created by the CPU to the water. Initial bench testing indicated

5 (a) (b) (c) (d) Figure 6: (a-b) Sample 3D Reconstruction of short sequence using AQUASENSOR V1.0. (a) Shows the recovered camera trajectory as well. (c-d) Sample images from sequence that the heat transfer was sufficient to maintain an acceptable working temperature range. In the field however, the humidity and local temperatures overloaded some of the subcomponents on the motherboard into an unstable state. The next generation sensor housing is currently under development. It is being designed to maximize heat transfer utilizing proper airflow and connecting various electrical components directly to the aluminum port on the end of the housing. In addition, a combination of fans will be used to circulate the ambient air in the housing to dissipate pockets of hot air are believed to be the major cause of component failure. 3.3 Version 2.1 To overcome the concerns with the watertight seal on AQUASENSOR V2.0, we opted to modify the sensor hand-held unit. For AQUASENSOR V2.1 (see Figures 3(d) and 3(e)), the custom aluminum tube that housed the cameras was replaced with a small fibre-glass commercial housing from Aquatix and we built an aluminum port for one end to act as a connection for the cable cord gland and as a heat transfer point. This design was basically a shorter, but wider version of the computer housing. This modification provided a better watertight seal and was much simpler to close than the custom housing. The only drawback was that it was slightly larger than the previous version and thus a marginally less maneuverable. We tested AQUASENSOR V2.1 in the ocean during the recent AQUA robot field trials. 4 Evaluation of Sensor Performance A critical issue in the development of a new sensor is performance. Although portions of this evaluation can be done on land, a true test of the system requires an underwater test using a structure for which ground truth is available. Acquiring ground truth data underwater is a challenging task. During the AQUA robot field trials, two test sites have been identified for our mapping purposes A manually mapped reef approximately 100m 2 just off-shore Holetown, Barbados and A sunken barge at the Folkstone marine reserve in Holetown, Barbados. Tests to date have concentrated on the barge test site and the manually mapped reef will be used in future trials. The barge dimensions were manually found to be approximately 23m x 9m x 2m. In order to obtain ground truth measurements, we surveyed the wreck using ten markers manually placed around the edge of the wreck, and measured the distance and bearing to all markers from a common reference point (see Figure 4). The distance was measured using a standard tape measure and the bearing was measured using a standard diver s compass. Depth of the markers was measured using a standard diving depth gauge. To reduce measurement error, this measurement process was performed using multiple reference points. The resulting model can be seen in Figure 5. Reconstructions using AQUASENSOR V2.0 of some underwater structures on the Barge are shown in Figure 6 using AQUASENSOR V1.0. Longer sequences from V1.0 can be seen in Figure 7 which show the low frequency curvature of the registration due to the camera desynchronization. To show results from later versions of the sensor, landbased reconstructions are shown in Figure 8. 5 Summary and Future Work In this paper, we have outlined our experiences designing an underwater vision-based tool to aid in

6 (a) (b) Figure 7: Underwater Reconstructions using AQUASENSOR V1.0. Note the low frequency surface errors due to camera desynchronization. (b) Also shows the recovered camera trajectory. coral reef monitoring. The designs for the sensor, will eventually be miniaturized and integrated with the AQUA robot. We have identified several issues with each design and outlined our solutions for them. The design has evolved from an initial solution requiring at least two divers to control the sensor and a multitude of surface support personnel to a design that is manageable by a single diver. We have also shown results from some underwater mapping experiments and more recent land-based 3D reconstructions, however a full evaluation of the accuracy of the sensor remains for future work. The next generation sensor design will incorporate several design changes to address robustness and usability. First, a more effective heat-transfer solution is being designed and internal fans are being added to circulate air, eliminating uneven heat pockets. Two new designs of the sensor are currently being evaluated on the bench. One is a single-tube solution incorporating lessons learned from AQUASEN- SOR V1.0 and V2.1 while the other is a two tube solution similar to AQUASENSOR V2.1 which utilizes a a custom sealed cable for communications between the two housings. This sealed cable is necessary to eliminate the possibility of water being transferred from one housing to the other in case of flooding. The new cable will incorporate standard Firewire and USB cables to avoid EMI and be specially terminated with watertight military spec circular connectors 5. A final addition to the sensor will enable the diver to more easily control the hardware operation. We are incorporating external watertight toggle switches to control both power and recording state. The new designs include a WiFi interface 5 which will allow us to monitor temperatures inside the sensor and ensure that everything is initialized prior to deployment into the water. The sensor can be fully controlled through a web interface that is accessed and controlled using a standard PDA in the field trials. Future evaluation of the sensor will include a full mapping of the aforementioned test sites. Designs to integrate the AQUASENSOR with the AQUA robot are currently being developed. Acknowledgments: We graciously acknowledge the funding provided by NSERC and IRIS NCE for the AQUA project. We also thank the McGill AQUA team for engineering support and the McGill Bellairs Research Institute for providing a positive atmosphere during the field research trials. We also thank Mark Obsniuk for agreeing to stand still while we modeled him. References [1] R. Altendorfer, N. Moore, H. Komsuoglu, M. Buehler, H. Jr., D. McMordie, U. Saranli, R. Full, and D. Koditschek. RHex: A Biologically Inspired Hexapod Runner. Autonomous Robots, 11: , [2] G. Dudek, M. Jenkin, C. Prahacs, A. Hogue, J. Sattar, P. Giguere, A. German, H. Liu, S. Saunderson, A. Ripsman, S. Simhon, L. Torres, E. Milios, P. Zhang, and I. Rekleitis. A visually guided swimming robot. In Intelligent Robots and Systems, (IROS 2005). Proceedings IEEE/RSJ International Conference on, Aug

7 (a) (b) (c) (d) (e) Figure 8: Surface reconstruction sequence. (a-d) show the development of the mesh from start to finish. The camera trajectory is also shown in green. (e) shows a close-up of the resulting mesh from the side.

8 [3] A. Elfes, S. Bueno, M. Bergerman, and J. Ramos. A semi-autonomous robotic airship for environmental monitoring mission. In Robotics and Automation, Proceedings IEEE International Conference on, pages , May [4] A. Elfes, S. Bueno, M. Bergerman, J. Ramos, and S. Gomes. AURORA: development of an autonomous unmanned remote monitoring robotic airship. Journal of the Brazilian Computer Society, 4(3):70 78, April [5] Y. Furushima, H. Yamamoto, T. Maruyama, T. Ohyagi, Y. Yamamura, S. Imanaga, S. Fujishima, Y. Nakazawa, and A. Shimamura. Necessity of bottom topography measurements in coral reef regions. In OCEANS 04. MTS/IEEE TECHNO-OCEAN 04, pages , Nov [12] M. Okutomi and T. Kanade. A Multiple- Baseline Stereo. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 15(4): , [13] J. Shi and C. Tomasi. Good Features to Track. In Computer Vision and Pattern Recognition, Proceedings CVPR 94., 1994 IEEE Computer Society Conference on, pages , Jun [14] Y. Tsumaki, M. Yokohama, and D. Nenchev. Intra-Vehicular Free-Flyer System. In IEEE/RSJ Int. Conf. on Intelligent Robots and Systems, pages , Oct [6] C. Georgiades, A. German, A. Hogue, H. Liu, C. Prahacs, A. Ripsman, R. Sim, L. Torres, P. Zhang, M. Buehler, G. Dudek, M. Jenkin, and E. Milios. AQUA: an aquatic walking robot. In The 7th Unmanned Underwater Vehicle Showcase, Proceedings UUVS 04, [7] C. Georgiades, A. German, A. Hogue, H. Liu, C. Prahacs, A. Ripsman, R. Sim, L. Torres, P. Zhang, M. Buehler, G. Dudek, M. Jenkin, and E. Milios. AQUA: an aquatic walking robot. In Intelligent Robots and Systems, Proceedings IROS 04, IEEE/RSJ International Conference on, pages , Sept 28 - Oct [8] C. Georgiades, A. Hogue, H. Liu, A. Ripsman, R. Sim, L. Torres, P. Zhang, C. Prahacs, M. Buehler, G. Dudek, M. Jenkin, and E. Milios. AQUA: an aquatic walking robot. Technical Report CS , Dalhousie University, Nova Scotia, Canada, Sept 28 - Oct [9] A. Hogue. SensorSLAM. PhD thesis, York University, Toronto, Ontario, Canada, In Preparation. [10] B. Horn. Closed-form solution of absolute orientaiton using unit quaternions. AI Magazine, A(4):629, April [11] B. Lucas and T. Kanade. An Iterative Image Registration Technique with an Application to Stereo Vision. In Artificial Intelligence, Proceedings IJCAI 81., 1981 International Joint Conference on, pages , 1981.

Introduction to Robotics for 3D Additive Construction

Introduction to Robotics for 3D Additive Construction Introduction to Robotics for 3D Additive Construction Brian Wilcox, Manager, Space Robotics Technology Jet Propulsion Laboratory, California Institute of Technology 24 Aug 20105 Robotics for 3D Additive

More information

Hydrodynamic analysis of submersible robot

Hydrodynamic analysis of submersible robot International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 1; Issue 9; September 2016; Page No. 20-24 Hydrodynamic analysis of submersible

More information

Saab Seaeye Cougar XT Compact

Saab Seaeye Cougar XT Compact The Seaeye Cougar-XT Compact is a highly flexible and extremely powerful electric ROV with working depths of 300 metres. This system comes with almost all of the specifications of the very reliable Couger-XT

More information

Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS)

Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS) Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS) A. Scope of Work The work covered by these specifications consists of furnishing all materials, labor,

More information

ROV Development ROV Function. ROV Crew Navigation IRATECH SUB SYSTEMS 2010

ROV Development ROV Function. ROV Crew Navigation IRATECH SUB SYSTEMS 2010 IR AT EC H SU B SY ST EM S 20 10 Remotely Operated Vehicle ROV INTRODUCTORY 2008 2008 1 KEY POINTS ROV Introductory ROV Development ROV Function Types of ROV ROV Crew Navigation ROV Components 2 ROV Development

More information

General Dynamics Canada Whitepaper. Abstract

General Dynamics Canada Whitepaper. Abstract Advanced Robotics for Next generation Mine Countermeasures Abstract Maritime mines are one of the most cost effective weapons in the naval arsenal. They deny access to coastal zones, thereby seriously

More information

AN UNDERWATER AUGMENTED REALITY SYSTEM FOR COMMERCIAL DIVING OPERATIONS

AN UNDERWATER AUGMENTED REALITY SYSTEM FOR COMMERCIAL DIVING OPERATIONS SYSTEM FOR COMMERCIAL DIVING OPERATIONS ROGELIO!MORALES-GARCÍA, PETER!KEITLER,!PATRICK!MAIER, GUDRUN!KLINKER! FACHGEBIET AUGMENTED (FAR) OCEANS '09 MTS/IEEE BILOXI "MARINE TECHNOLOGY FOR OUR FUTURE: GLOBAL

More information

SODV - PAC REACTION PAPER SUBSEA VISUALIZATION SYSTEMS

SODV - PAC REACTION PAPER SUBSEA VISUALIZATION SYSTEMS SODV - PAC REACTION PAPER SUBSEA VISUALIZATION SYSTEMS Prepared by David Christie for PAC Past and Future The predominant and essential requirement of subsea visualization in support of drilling operations

More information

A Distributed Control System using CAN bus for an AUV

A Distributed Control System using CAN bus for an AUV International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) A Distributed Control System using CAN bus for an AUV Wenbao Geng a, Yu Huang b, Peng Lu c No. 710 R&D Institute,

More information

Where is your dive buddy: tracking humans underwater using spatio-temporal features

Where is your dive buddy: tracking humans underwater using spatio-temporal features Where is your dive buddy: tracking humans underwater using spatio-temporal features Junaed Sattar and Gregory Dudek Centre for Intelligent Machines, McGill University, 3480 University Street, Montreal,

More information

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 OFFICIAL RULES Version 2.0 December 15, 2015 1. THE EVENTS The IEEE Robotics & Automation Society

More information

Figure 1: Hydrostatic Pressure Forces Are Perpendicular to the Surface

Figure 1: Hydrostatic Pressure Forces Are Perpendicular to the Surface Pressure Hulls and Canisters 2 Cornerstone Electronics Technology and Robotics III (Notes primarily from Underwater Robotics Science Design and Fabrication, an excellent book for the design, fabrication,

More information

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired IDeA Competition Report Electronic Swimming Coach (ESC) for Athletes who are Visually Impaired Project Carried Out Under: The Department of Systems and Computer Engineering Carleton University Supervisor

More information

Using Gait Change for Terrain Sensing by Robots

Using Gait Change for Terrain Sensing by Robots 2013 International Conference on Computer and Robot Vision Using Gait Change for Terrain Sensing by Robots Sandeep Manjanna and Gregory Dudek Centre for Intelligent Machines McGill University Montreal,

More information

Pneumatic high-pressure controller Model CPC7000

Pneumatic high-pressure controller Model CPC7000 Calibration technology Pneumatic high-pressure controller Model CPC7000 WIKA data sheet CT 27.63 Applications Healthcare and avionics industry Industry (laboratory, workshop and production) Transmitter

More information

Methods for Measuring Groundwater Elevation and Vacuum Pressure During Soil Vapor Extraction

Methods for Measuring Groundwater Elevation and Vacuum Pressure During Soil Vapor Extraction Technical Note Methods for Measuring Groundwater Elevation and Vacuum Pressure During Soil Vapor Extraction Introduction Soil vapor extraction (SVE) is an easy and low-cost remediation method for removing

More information

Review and Classification of The Modern ROV

Review and Classification of The Modern ROV Review and Classification of The Modern ROV Overview Chengxi Wu The National University of Shipbuilding named after Admiral Makarov With unmanned ground chariot, unmanned aircraft and unmanned ships gradually

More information

GOLFER. The Golf Putting Robot

GOLFER. The Golf Putting Robot GOLFER The Golf Putting Robot Written By Wing Pan Yuen For EEL 5666 Intelligent Machines Design Laboratory December 05, 1999 Table of Contents Abstract Introduction Executive Summary Integrated System

More information

SCHEINWORKS Measuring and Analysis Systems by

SCHEINWORKS Measuring and Analysis Systems by Pressure Measurement Systems for standing and walking analysis Germany since 1879 Pressure Measurement Systems for standing and walking analysis Documentation of Gait image Stance Symmetry of all parameters

More information

Sensing and Modeling of Terrain Features using Crawling Robots

Sensing and Modeling of Terrain Features using Crawling Robots Czech Technical University in Prague Sensing and Modeling of Terrain Features using Crawling Robots Jakub Mrva 1 Faculty of Electrical Engineering Agent Technology Center Computational Robotics Laboratory

More information

RAMSTM. 360 Riser and Anchor-Chain Integrity Monitoring for FPSOs

RAMSTM. 360 Riser and Anchor-Chain Integrity Monitoring for FPSOs RAMS 360 Riser and Anchor-Chain Integrity Monitoring for FPSOs Introduction to RAMS Tritech s RAMS is a 360 anchor-chain and riser integrity monitoring system for Floating Production Storage and Offloading

More information

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results ALFA Task Deliverable M..: Underwater Vehicle Station Keeping Results Geoffrey Hollinger Oregon State University Phone: 5-737-59 geoff.hollinger@oregonstate.edu September, Introduction This document presents

More information

TIGHTNESS. Glass sealing Thanks to our glass-sealing technology, ODU products can meet the most demanding tightness requirements.

TIGHTNESS. Glass sealing Thanks to our glass-sealing technology, ODU products can meet the most demanding tightness requirements. TIGHTNESS Glass sealing Thanks to our glass-sealing technology, ODU products can meet the most demanding tightness requirements. ODU has the necessary expertise for developing and manufacturing connectors

More information

INSTRUCTION MANUAL. January 23, 2003, Revision 0

INSTRUCTION MANUAL. January 23, 2003, Revision 0 INSTRUCTION MANUAL Model 810A In-Vitro Test Apparatus for 310B Muscle Lever January 23, 2003, Revision 0 Copyright 2003 Aurora Scientific Inc. Aurora Scientific Inc. 360 Industrial Parkway S., Unit 4 Aurora,

More information

Coda cx1 Thermal Cycle Test Procedure

Coda cx1 Thermal Cycle Test Procedure Coda cx1 Thermal Cycle Test Procedure CDL 1-TP07-0200:0209 MIT Ref. 85-01050.04 Revision 2.0 8 th June 2004 CDL 1-TP07-0200:0209 Contents 1 Introduction... 1 1.1 Activity Description... 1 2 Requirements...

More information

BUYER S GUIDE AQUAlogger 530WTD

BUYER S GUIDE AQUAlogger 530WTD OCEAN & ENVIRONMENTAL BUYER S GUIDE AQUAlogger 530WTD Wireless Temperature and Depth Logger AQUAlogger 530WTD The AQUAlogger 530WTD has an innovative design that includes the ability to transfer stored

More information

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc.

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc. The HumiSys RH Generator Designed, built, and supported by InstruQuest Inc. Versatile Relative Humidity Generation and Multi-Sensor System The new HumiSys with single or dual RH probes capabilities is

More information

WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination

WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination Warning: Non-vented water level loggers may have readings with errors of up to 250mm due to barometric pressure changes.

More information

Agenda Item I.5.b Supplemental NOAA Presentation November 2012

Agenda Item I.5.b Supplemental NOAA Presentation November 2012 Agenda Item I.5.b Supplemental NOAA Presentation November 2012 This file contains the Powerpoint presentation with selected screen shots from the videos. Videos were not submitted electronically to the

More information

Overview: Underwater sensing

Overview: Underwater sensing Overview: Underwater sensing Vasilescu, I., Kotay, K., Rus, D., Dunbabin, M., and Corke, P. Data collection, storage, and retrieval with an underwater sensor network. In SenSys '05 Experimental results

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM Evolving Hexapod Gaits Using a Cyclic Genetic Algorithm Page 1 of 7 EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM GARY B. PARKER, DAVID W. BRAUN, AND INGO CYLIAX Department of Computer Science

More information

EML 4905 Senior Design Project

EML 4905 Senior Design Project EML 4905 Senior Design Project A B.S. THESIS PREPARED IN PARTIAL FULFILLMENT OF THE REQUIREMENT FOR THE DEGREE OF BACHELOR OF SCIENCE IN MECHANICAL ENGINEERING Underwater R.O.V.er 25% Report Ryan Wright

More information

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING Blair Chalpin Charles A. Matthews Mechanical Design Engineer Product Support Manager Scanivalve Corp Scanivalve Corp Liberty Lake, WA

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information

Underwater Robots Jenny Gabel

Underwater Robots Jenny Gabel Underwater Robots Jenny Gabel 06.01.2014 Table of Contens Introduction Challenges of Underwater Exploration Remotely Operated Vehicles Autonomous Underwater Vehilces Future Perspectives References 2 Introduction

More information

Ground Fault Circuit Interrupter(GFCI) Policy

Ground Fault Circuit Interrupter(GFCI) Policy NewStar Netronics, LLC American Products for the World Ground Fault Circuit Interrupter(GFCI) Policy 3926 East 3 rd Street Tulsa, OK 74112 Phone (918)894-5006 Fax (918)836-9909 tech@newstarnetronics.com

More information

Pneumatic high-pressure controller Model CPC7000

Pneumatic high-pressure controller Model CPC7000 Calibration technology Pneumatic high-pressure controller Model CPC7000 WIKA data sheet CT 27.63 Applications Automotive and avionics industry Industry (laboratory, workshop and production) Transmitter

More information

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 INTRODUCTION Sontek/YSI has introduced new firmware and software for their RiverSurveyor product line. Firmware changes

More information

Trim and Stabilisation systems NEXT GENERATION IN BOAT CONTROL.

Trim and Stabilisation systems NEXT GENERATION IN BOAT CONTROL. Trim and Stabilisation systems NEXT GENERATION IN BOAT CONTROL www.humphree.com WHEN EFFICIENCY AND PERFORMANCE REALLY MATTERS! Humphree proudly presents the new HCS-5 The HCS-5 combines exceptional mechanical

More information

USE OF REELS IN DIVING

USE OF REELS IN DIVING USE OF REELS IN DIVING There have been several different types of reel developed for both commercial and recreational use. This guide is compiled to aid in the use of reels in two distinct techniques,

More information

MIL-STD-883G METHOD

MIL-STD-883G METHOD STEADY-STATE LIFE 1. PURPOSE. The steady-state life test is performed for the purpose of demonstrating the quality or reliability of devices subjected to the specified conditions over an extended time

More information

IFREMER, Department of Underwater Systems, Toulon, France. L u c i e Somaglino, P a t r i c k J a u s s a u d, R o main P i a s co, E w e n Raugel

IFREMER, Department of Underwater Systems, Toulon, France. L u c i e Somaglino, P a t r i c k J a u s s a u d, R o main P i a s co, E w e n Raugel F i r s t s e a t r i a l s w i t h E M 2 0 4 0 m u l t i b e a m s o u n d e r i n n o v a t i v e i n t e g r a t i o n o n H y b r i d R O V A r i a n e IFREMER, Department of Underwater Systems, Toulon,

More information

PropaGator Autonomous Surface Vehicle

PropaGator Autonomous Surface Vehicle PropaGator Autonomous Surface Vehicle Andrew Wegener December 4, 2012 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Final Report Instructors: A. Antonio Arroyo,

More information

THe rip currents are very fast moving narrow channels,

THe rip currents are very fast moving narrow channels, 1 Rip Current Detection using Optical Flow Shweta Philip sphilip@ucsc.edu Abstract Rip currents are narrow currents of fast moving water that are strongest near the beach. These type of currents are dangerous

More information

The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions

The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions Flow Meter with multiple functions for gases and liquids M3 The M-series Flow Meter, with its versatile and user-friendly

More information

Interim Operating Procedures for SonTek RiverSurveyor M9/S5

Interim Operating Procedures for SonTek RiverSurveyor M9/S5 Hydroacoustics Technical Working Group: Task 2.3 Fully operationalize auto-adapting ADCPs Interim Operating Procedures for SonTek RiverSurveyor M9/S5 P Campbell, E. Jamieson, F Rainville, A Du Cap, 2014

More information

Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane

Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane Group 2 Proposed for: 2.017 Design of Electromechanical Robotic Systems Professor Franz Hover Lab Instructor Harrison Chin September 29,

More information

Reliable, accurate groundwater Diver dataloggers and software. Diver-Suite

Reliable, accurate groundwater Diver dataloggers and software. Diver-Suite Reliable, accurate groundwater Diver dataloggers and software Diver-Suite SMART MONITORING TECHNOLOGY Diver-Suite*, from Schlumberger Water Services, provides groundwater and environmental professionals

More information

ROBOTICS AND AUTONOMOUS SYSTEMS in EXPLOSIVE ORDNANCE DISPOSAL

ROBOTICS AND AUTONOMOUS SYSTEMS in EXPLOSIVE ORDNANCE DISPOSAL ROBOTICS AND AUTONOMOUS SYSTEMS in EXPLOSIVE ORDNANCE DISPOSAL LCdr John Keenan Joint Counter Explosive Threat Task Force Defeat the Device (DTD-2) John.keenan@forces.gc.ca DEFINING THE PROBLEM THE MISSION

More information

Kungl Tekniska Högskolan

Kungl Tekniska Högskolan Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

Centre for Autonomous Systems

Centre for Autonomous Systems Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

Challenges in Ship Design to Maintain Thrusters inside Ship

Challenges in Ship Design to Maintain Thrusters inside Ship DYNAMIC POSITIONING CONFERENCE October 9-10, 2012 Thrusters Challenges in Ship Design to Maintain Thrusters inside Ship Tom Nylund and Timo Rintala Beacon Finland 1 DP Conference - Challenges in Ship Design

More information

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Dr. Theo Schaad Principal Scientist Paroscientific, Inc. 2002 Paroscientific, Inc. Page 1 of 6 Digiquartz

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

ZSTT Team Description Paper for Humanoid size League of Robocup 2017

ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Adult- ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Jaesik Jeong, Youngsup Oh and Jeehyun Yang ZSTT E-mail: soulmatree@gmail.com Web: www.soulmatree.com Abstract. This paper describes

More information

User s Manual. USB Golf Simulator. Contents

User s Manual. USB Golf Simulator. Contents USB Golf Simulator User s Manual Contents safety information...1 identifying the components...2 assembly in 3 easy steps...3 plug & play...4 playing tips...5 care...6 troubleshooting...7 notes...8 warranty...9

More information

Enhancing Small Arms Target Engagement. Mike Tombu DRDC Toronto Research Centre

Enhancing Small Arms Target Engagement. Mike Tombu DRDC Toronto Research Centre Enhancing Small Arms Target Engagement Mike Tombu DRDC Toronto Research Centre DMC A INFORMATIVE STATEMENTS (U) The data collected as part of this study was approved either by Defence Research and Development

More information

Table of Contents FIRST 2005 FIRST Robotics Competition Manual: Section 3 The Arena rev B Page 1 of 8

Table of Contents FIRST 2005 FIRST Robotics Competition Manual: Section 3 The Arena rev B Page 1 of 8 Table of Contents 3 THE ARENA...2 3.1 OVERVIEW...2 3.1.1 Dimensions and Tolerances...3 3.2 PLAYING FIELD...4 3.2.1 Boundaries and Markings...4 3.2.2 Goals...5 3.2.3 Center Goal...5 3.2.4 Tetra Loading

More information

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2008/0066794 A1 Durfee US 2008 OO66794A1 (43) Pub. Date: Mar. 20, 2008 (54) (76) (21) (22) (60) AUTOMATIC HUNTING BLIND Inventor:

More information

DDR Dive Data Recorder Manual - Rel /12

DDR Dive Data Recorder Manual - Rel /12 DDR Dive Data Recorder Manual - Rel. 1.1 2/12 TABLE OF CONTENTS 1. WHAT IS THE DDR? 4 2. TECHNICAL CHARACTERISTICS 5 3. DOWNLOADING DATA TO A PC 6 4. DDR MANAGER 7 5. CONFIGURE DEVICE BUTTON 9 6. READ

More information

NOTICE. The above identified patent application is available for licensing. Requests for information should be addressed to:

NOTICE. The above identified patent application is available for licensing. Requests for information should be addressed to: Serial Number 09/113.010 Filing Date 26 June 1998 Inventor Daniel M. Glenning Michael Visich NOTICE The above identified patent application is available for licensing. Requests for information should be

More information

Line Following with RobotC Page 1

Line Following with RobotC Page 1 Line Following with RobotC Page 1 Line Following with By Michael David Lawton Introduction Line following is perhaps the best way available to VEX Robotics teams to quickly and reliably get to a certain

More information

User Manual 1 P a g e Rev. V1.6-EN 11/08/2014

User Manual 1 P a g e Rev. V1.6-EN 11/08/2014 User Manual 1 P a g e Rev. V1.6-EN 11/08/2014 Copyright Disclaimer Trademarks and patents Intended use Contact info 2011 Inflotrolix, Inc. This document may not be copied in whole or in part or otherwise

More information

Advanced PMA Capabilities for MCM

Advanced PMA Capabilities for MCM Advanced PMA Capabilities for MCM Shorten the sensor-to-shooter timeline New sensor technology deployed on off-board underwater systems provides navies with improved imagery and data for the purposes of

More information

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

Lab 1c Isentropic Blow-down Process and Discharge Coefficient

Lab 1c Isentropic Blow-down Process and Discharge Coefficient 058:080 Experimental Engineering Lab 1c Isentropic Blow-down Process and Discharge Coefficient OBJECTIVES - To study the transient discharge of a rigid pressurized tank; To determine the discharge coefficients

More information

In-Service Inspection of Ammonia Storage Tanks

In-Service Inspection of Ammonia Storage Tanks White Paper In-Service Inspection of Ammonia Storage Tanks By: Ole Noerrekaer Mortensen, Business Manager, Advanced NDT Global at FORCE Technology Personnel ready for mounting the Inspection System in

More information

PAB Deployment Simulation with Curved Retainer

PAB Deployment Simulation with Curved Retainer 7 th International LS-DYNA Users Conference Crash/Safety (3) PAB Deployment Simulation with Curved Retainer Linhuo Shi TG North America Corporation 095 Crooks Road Troy, MI 48084 Tel: (248) 280-7348 Fax:

More information

NOBLE REV 02 FPSO MOORING SYSTEM INTEGRITY STUDY

NOBLE REV 02 FPSO MOORING SYSTEM INTEGRITY STUDY DENTON INTEGRITY STUDY APPENDIX C INCIDENT REPORTS Incident One FPSO Questionnaire Failure of gripper used to rotate turret Several months after installation This FPSO has an internal partially rotating

More information

Location: Barkley Canyon Date: September 9, 2013 Constraints: none

Location: Barkley Canyon Date: September 9, 2013 Constraints: none Page 1 of 11 DIVE PLAN R1650 Location: Barkley Canyon Date: September 9, 2013 Constraints: none Objectives Deploy POD 1 autonomous CTD Survey POD 3 for sediment enrichment sites; deposit cages; collect

More information

SEMME2135 Assisting in modifying and adding electrical circuits in yachts and boats

SEMME2135 Assisting in modifying and adding electrical circuits in yachts and boats Assisting in modifying and adding electrical circuits in yachts and boats Overview This standard identifies the competences you need to assist with the modification or addition of electrical circuits in

More information

High-performance submersible pressure transmitter For level measurement Model LH-10

High-performance submersible pressure transmitter For level measurement Model LH-10 Electronic pressure measurement High-performance submersible pressure transmitter For level measurement Model LH-10 WIKA data sheet PE 81.09 Applications Level measurement in rivers and lakes Deep well

More information

Software Design of the Stiquito Micro Robot

Software Design of the Stiquito Micro Robot Software Design of the Stiquito Micro Robot Andrew McClain and James M. Conrad University of North Carolina at Charlotte jmconrad@uncc.edu Abstract The Stiquito robot is a small, six legged robot that

More information

Analysis of Pressure Rise During Internal Arc Faults in Switchgear

Analysis of Pressure Rise During Internal Arc Faults in Switchgear Analysis of Pressure Rise During Internal Arc Faults in Switchgear ASANUMA, Gaku ONCHI, Toshiyuki TOYAMA, Kentaro ABSTRACT Switchgear include devices that play an important role in operations such as electric

More information

INTRODUCTION TO PATTERN RECOGNITION

INTRODUCTION TO PATTERN RECOGNITION INTRODUCTION TO PATTERN RECOGNITION 3 Introduction Our ability to recognize a face, to understand spoken words, to read handwritten characters all these abilities belong to the complex processes of pattern

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research 1 Ranger Walking Initiation Stephanie Schneider sns74@cornell.edu 5/15/2012 Final Report for Cornell Ranger Research Abstract I joined the Biorobotics Lab this semester to gain experience with an application

More information

Instrumentation & Data Acquisition Systems

Instrumentation & Data Acquisition Systems Instrumentation & Data Acquisition Systems Section 3 -Level Robert W. Harrison, PE Bob@TheHarrisonHouse.com Made in USA 1 Level Section Question Which level measuring technology is the best solution when

More information

Vieques Underwater Demonstration Project

Vieques Underwater Demonstration Project Vieques Underwater Demonstration Project NOAA Office of Response and Restoration National Ocean Service 2006-2007 2007 University of New Hampshire Joint Hydrographic Center 2006 Science Application International

More information

Isis Deployment. TMS and Live Boating. Inmartech08. Dave Turner Operations Co-ordinator.

Isis Deployment. TMS and Live Boating. Inmartech08. Dave Turner Operations Co-ordinator. Isis Deployment TMS and Live Boating Inmartech08 Dave Turner Operations Co-ordinator TMS Operations Why Why do do we we have have aa TMS? TMS? ItIt was was deemed deemed an an essential essential part

More information

9A5N Solid State CW Paddle

9A5N Solid State CW Paddle 9A5N Solid State CW Paddle User manual Table of contents: 1. General description 2. Before you begin 3. Finger piece and/or battery installation 4. Interconnection 5. Lever(s) sensitivity adjustment 6.

More information

BOTTOM HINGED FLOOD BARRIER

BOTTOM HINGED FLOOD BARRIER BOTTOM HINGED FLOOD BARRIER Installation Instructions/Operation and Maintenance Manual Models: BH-590 Contact Information Table of Contents: Safety Precautions... 2 Product Information... 2 Manual Deployment

More information

Figure 8: Looking Down on a Three Thruster Vehicle

Figure 8: Looking Down on a Three Thruster Vehicle Moving and Maneuvering 2 Cornerstone Electronics Technology and Robotics III (Notes primarily from Underwater Robotics Science Design and Fabrication, an excellent book for the design, fabrication, and

More information

RPS900W Redundant Power Supply. Installation Guide.

RPS900W Redundant Power Supply. Installation Guide. RPS900W Redundant Power Supply Installation Guide www.edge-core.com Installation Guide RPS900W Redundant Power Supply Single DC Output Port with Dual Output Voltages RPS900W E10013-CS-R01 1500000081A

More information

The below identified patent application is available for licensing. Requests for information should be addressed to:

The below identified patent application is available for licensing. Requests for information should be addressed to: DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: (401) 832-3653 FAX: (401) 832-4432 NEWPORT DSN: 432-3653 Attorney Docket No. 96811 Date: 14 May 2008 The below

More information

Spider Robot for Motion with Quasistatic. Force Constraints

Spider Robot for Motion with Quasistatic. Force Constraints Spider Robot for Motion with Quasistatic Force Constraints Shraga Shoval, Elon Rimon and Amir Shapira Technion - Israel Institute of Technology - Haifa, Israel 32000. Abstract In quasistatic motions the

More information

User Manual. MEGP 25 Electric Gripper. Document version: 1.1

User Manual. MEGP 25 Electric Gripper. Document version: 1.1 User Manual MEGP 25 Electric Gripper Document version: 1.1 September 1, 2017 The information contained herein is the property of Mecademic Inc. and shall not be reproduced in whole or in part without prior

More information

Long-Term Autonomous Measurement of Ocean Dissipation with EPS-MAPPER

Long-Term Autonomous Measurement of Ocean Dissipation with EPS-MAPPER Long-Term Autonomous Measurement of Ocean Dissipation with EPS-MAPPER Neil S. Oakey Bedford Institute of Oceanography Dartmouth, Nova Scotia Canada B2Y 4A2 phone: (902) 426-3147 fax: (902) 426-7827 e-mail:

More information

A NEW APPROACH TO BUCKLING DETECTION IN OFFSHORE PIPELINE LAYING

A NEW APPROACH TO BUCKLING DETECTION IN OFFSHORE PIPELINE LAYING A NEW APPROACH TO BUCKLING DETECTION IN OFFSHORE PIPELINE LAYING By Marian Copilet, Durham Pipeline Technology Ltd., Gateshead, UK & Prof. Ernie Appleton, University of Durham 1. ABSTRACT This paper discusses

More information

Andrew Carter. Dry Ice: Sublimating underwater, Forming a Cloud of CO 2, and CO 2 gas spilling over an edge.

Andrew Carter. Dry Ice: Sublimating underwater, Forming a Cloud of CO 2, and CO 2 gas spilling over an edge. Flow Visualization MCEN 5151, Spring 2011 Andrew Carter Team Project 3 5/4/11 Dry Ice: Sublimating underwater, Forming a Cloud of CO 2, and CO 2 gas spilling over an edge. Purpose: The objective of this

More information

High-performance submersible pressure transmitter For level measurement Model LH-10

High-performance submersible pressure transmitter For level measurement Model LH-10 Electronic pressure measurement High-performance submersible pressure transmitter For level measurement Model LH-10 WIKA data sheet PE 81.09 Applications Level measurement in rivers and lakes Deep well

More information

DP Ice Model Test of Arctic Drillship

DP Ice Model Test of Arctic Drillship Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 11-12, 211 ICE TESTING SESSION DP Ice Model Test of Arctic Drillship Torbjørn Hals Kongsberg Maritime, Kongsberg, Norway Fredrik

More information

Analysis of stroke technique using acceleration sensor IC in freestyle swimming

Analysis of stroke technique using acceleration sensor IC in freestyle swimming Analysis of stroke technique using acceleration sensor IC in freestyle swimming Y. Ohgi, M. Yasumura Faculty of Environmental Information, Keio Univ., Japan H. Ichikawa Doctoral Prog. of Health and Sport

More information

Design, Building and Teaching with a Hydrostatic and Buoyancy Apparatus

Design, Building and Teaching with a Hydrostatic and Buoyancy Apparatus Design, Building and Teaching with a Hydrostatic and Buoyancy Apparatus Mir M. Atiqullah and Norman Russell Southern Polytechnic State University Marietta, GA. ABSTRACT A typical Fluid Mechanics laboratory

More information

3M Electrial Markets Division EMS. Electronic Marker System

3M Electrial Markets Division EMS. Electronic Marker System 3M Electrial Markets Division EMS Electronic Marker System 3M EMS Electronic Marker System The 3M Electronic Marker System helps eliminate guesswork. 3M markers operate even in the presence of metal conduits

More information

Survey Technique for Underwater Digital Photography with Integrated GPS Location Data

Survey Technique for Underwater Digital Photography with Integrated GPS Location Data Survey Technique for Underwater Digital Photography with Integrated GPS Location Data Tim Siwiec: United States Environmental Protection Agency Abstract This survey technique is an inexpensive method of

More information

Pathways Interns: Annika O Dea, Ian Conery, Andrea Albright

Pathways Interns: Annika O Dea, Ian Conery, Andrea Albright 1 REMOTE SENSING OF COASTAL MORPHODYNAMICS 237 237 237 217 217 217 2 2 2 8 119 27 252 174.59 255 255 255 163 163 163 131 132 122 239 65 53 11 135 12 112 92 56 62 12 13 12 56 48 13 12 111 Kate Brodie Brittany

More information

Series 7250 Ruska High-Speed Digital Pressure Controller. GE Sensing. Features

Series 7250 Ruska High-Speed Digital Pressure Controller. GE Sensing. Features Features Pressure ranges from 0 to 5 and 0 to 3000 psi (0 to 400 mbar and 0 to 210 bar) xi and 7250i provide advanced precision of 0.005% of reading provides 0.003% of full scale precision Stability: 0.0075%

More information