Category: Uncategorized

  • Outdoor-to-indoor UAV: GPS/optical/inertial integration for 3D navigation

    When a platform’s mission requires maneuvering among different environments, transitions between these environments may mean that a single method cannot solve the full positioning, navigation and mapping problem.

    This article describes an integrated navigation and mapping design using a GPS receiver, an inertial measurement unit, a monocular digital camera and three short-to-medium range laser scanners.

    By Evan T. Dill and Steven D. Young, NASA Langley Research Center, and Maarten Uijt de Haag, Ohio University

    An unmanned aircraft system (UAS) traffic management system (UTM) is an ecosystem for coordinating UAS operations in uncontrolled airspace, particularly operations under 400 feet altitude involving small- to mid-sized vehicles. In this domain, information services regarding the state of the airspace will be provided to UAS operators.

    In addition, UTM would coordinate and authorize access to airspace for particular time periods based on requests from the operators. The Federal Aviation Administration would maintain regulatory and operational authority, and may for example, issue changes to constraints or airspace configurations to operators via this information service. However, there is no direct control from air traffic control personnel (such as “climb and maintain 300 feet” or “turn left, heading 150”).

    As with visual flight rules operations of manned aircraft in uncontrolled airspace, under UTM the onus is on the vehicle operator to assure the flight system provides adequate performance with regard to communication, navigation and surveillance during flight. The vehicle/operator is responsible for avoiding other aircraft, terrain, obstacles and incompatible weather. UTM information services do not yet include, for example, information from an alternative positioning, navigation and timing system that may be needed for operations conducted in GPS-degraded environments (such as near buildings or other structures). This is the challenge being addressed by the integrated navigation concept described in this article. Other concepts are also being considered and developed for alternate, and unique, UAS missions and flight environments.

    The method presented here employs a monocular camera as part of a multi-sensor solution that continuously operates throughout and between outdoor and structured indoor environments. For this work, an indoor environment is considered “structured” if its walls are vertical and remain approximately parallel, while the floor is either roughly flat or slanted.

    In this type of environment, GPS is typically only sparsely available or not available at all. Hence, in our proposed navigation architecture, additional information from a camera and multiple laser range scanners (not the focus of this article) are used to increase the system’s positioning, navigation and mapping availability and accuracy in a GPS-challenged indoor environment. Figure 1 shows the target operational scenario, and Figure 2 the equipped multi-copter used in this research.

    Figure 1. Operational scenario: open-sky environment, transition to indoor and indoor environment.
    Figure 2. Hexacopter sensors and sensor locations.

    Figure 3 shows a block diagram for the methodology implemented in this research, with the elements related to monocular camera methods highlighted. When assessing the capabilities of each of the sensors used in the work, only the inertial sensor produces data that is solely dependent on the motion of the platform and local gravity and is more or less unaffected by its surroundings. Therefore, the inertial is chosen to be the primary sensor for this method.

    The mechanization integrates the measurements from GPS, the laser scanners and the monocular camera through a complementary Kalman Filter (CKF) that estimates the errors in the inertial measurements and feeds them back to the inertial strapdown calculations. For this inertial error estimation method to function properly, pre-processing methods must be implemented that relate the sensors’ observables to the inertial measurements.

    Here we describe the processing techniques necessary to relate measurements from a monocular camera to measurements from the inertial measurement unit (IMU). Then we show how these techniques are used in the broader GPS/optical/inertial mechanization and present testing results.

    Figure 3. Monocular camera components of a broader mechanization.

    2D Monocular Camera Methods

    To process data from the camera, we first perform feature detection and tracking of both point features and line features. Specifically, elements from Lowe’s Scale Invariant Feature Transforms (SIFT) are used to track point features, which are in turn used to obtain estimates of the camera’s rotational and un-scaled translational motion using structure from motion (SFM) based methods. To resolve the ambiguous scale factor, a novel scale estimation technique is employed that uses data from the platform’s horizontally scanning laser. This technique as well as algorithms that produce a 3D visual odometry solution are presented below.

    SIFT Point Feature Extraction. To aid in determining camera motion, SIFT has been used as a way of identifying local features that are invariant to translation, rotation, and image scaling. This technique yields 2D point features that are unique to their surroundings and readily identified and associated across a set of sequential camera images. Each key location and its surroundings are analyzed, resulting in a descriptive 128-element feature vector, known as a SIFT key. Example results of the SIFT key identification process are shown in Figure 4.

    Figure 4. SIFT feature identification.

    Based on the results of the SIFT feature extraction process from two image frames, a feature association function is performed using the feature vectors. For this work, a two-step procedure is implemented.

    First, SIFT keys are associated using a matching procedure. Example results of this process are shown in Figure 5, where it can be observed that incorrectly associated features may result from this process. To remove these artifacts, inertial measurements are utilized to ensure the correctness of the associations.

    Figure 5. SIFT matching results between consecutive image frames.

    Using a triangulation method, prospective associations are used to crudely estimate each feature’s 3D position with respect to the previous frame. While this triangulation method yields 3D data, it is of poor quality, and is therefore only used to obtain rough approximations that are sufficient for association purposes, but insufficient for navigation purposes.

    Once transformed to a 3D reference frame, the projected distances of each feature are compared with one another, and prospective associations that produce significantly different depths than surrounding points are eliminated. Example results of this filtering process can be seen in Figure 6.

    Figure 6. Point feature association after inertial based miss-association rejection.

    In future implementations, the ORB feature will be evaluated, as its performance is expected to be more than two orders of magnitude faster than SIFT.

    Wavelet Line Feature Extraction. To implement the scale factor estimation technique described in a later section, it is necessary to first extract and track vertical line features. To accomplish this, a method using wavelet transforms (WTs) was developed. When applied to a 2D image, WTs can be viewed as filters operating in the x and y directions of an image. By applying either a high- or low-pass filter to both of an image’s channels (that is, x and y directions), four sub-images are formed to represent an image approximation. For this work, a level-one bi-orthogonal 1.3 wavelet was used to decompose each image. An example of the four sub-images produced by this wavelet is shown in Figure 7 along with the original image.

    Figure 7. Example results of wavelet decomposition.

    Through further processing of the vertical decomposition results, strong line features are identified by first inspecting the illuminated elements along the vertical channels of the decomposed image and identifying clusters of adjacent pixels. Next, a 2D line fit is applied to the groups to estimate residual noise. Pixel collections with low residuals (<3 here) are considered valid line features. Example results of this process are shown in Figure 8.

    Figure 8. Example vertical line extraction results.

    For association purposes, lines cannot be compared over a sequence of image frames solely based on location as similar line features may not necessarily possess the same endpoint, and, therefore, can be of varying lengths. However, corresponding lines will possess many common points and similar orientations if they are projected into the same frame. Using the inertial reference frame, each line’s orientation, , can be transformed across image frames as given by:

    In this manner, lines between frames that contain multiple similar points and have comparable orientations are considered associated.

    For a discussion of the projective visual odometry and epipolar geometry methodology as well as the resolution of true metric scale used in this work, download the supplemental PDF.

    Metric Scale. As the unscaled translation estimate calculated through the aforementioned visual odometry method is a unit vector, it only indicates the most likely direction of motion of the camera. To obtain the sensor’s actual translational motion, an estimate of the scale factor, m, is required to determine the absolute translation ∆r. This can be accomplished through techniques using a priori knowledge of the operational environment or measurements from other sensors. In this research effort, a new method is employed that makes use of data provided by a horizontally scanning laser.

    The proposed method estimates the scale in an image by identifying points in the environment that are simultaneously observed by the camera and the forward-looking laser range scanner.

    To enable this estimation method we must identify the correspondences between the pixels in the camera images (each defined by a direction unit vector corresponding to the row x and column y) and the laser scanner measurements (each defined by direction unit vector). A calibration procedure establishes these correspondences. Given the laser range measurements, 2D features located on the scan/pixel intersections can be scaled up to 3D points.

    Unfortunately, extracted 2D point features are rarely illuminated by a laser scan in two consecutive frames. This can be resolved by considering the intersection of a laser scan with 2D line features rather than point features. As the laser intersects the camera frame at the same location regardless of platform motion, and the platform does not make excessive roll and pitch maneuvers, vertical line features in the image frame are preferred as they will be relatively orthogonal to the laser scan plane.

    Using the previously described vertical line extraction procedure, Figure 9 shows an example image frame overlaid with the points in the image frame illuminated by the laser (indicated by a blue line) and the extracted vertical line features (indicated as green lines). Multiple intersections of 2D vertical lines with laser scan data are calculated (indicated as red points). Inversely, Figure 10 depicts the location of all laser scan points in green, all laser points observable with the camera field-of-view (FoV) in blue, and intersection points in red.

    Figure 9. Image frame overlaid with points; Laser (blue), vertical line features (green), multiple intersections (red).
    Figure 10. 2D vertical line and laser intersections in laser scan data.

    For scale factor calculation purposes, it is necessary to track the motion of these 3D laser/vision intersection points, across sequences of camera image frames. As each intersection point uniquely belongs to a line feature in the 2D image frame, it can be stated that if two lines are associated, their corresponding intersection points are also associated. Using the rotation computed from the visual odometry process, the line association method described by (1) is implemented, and provides associations between laser/vision intersection points across frames.

    To calculate the desired scale factor based on these associated laser/vision points, geometric relationships are established: unit vectors from the camera center to points located on a 2D line. From these, the line’s normal vector can be derived.

    Monocular Camera Results

    To assess the performance of the visual odometry processes, multiple experiments were conducted. The results of one such test are discussed here. During each test, the visual odometry results for rotation, shown in blue, were easily evaluated through comparison with the platform’s inertially-measured rotation, displayed in red.

    The rotational results for each sensor were decomposed into the Euler angles: pitch, roll and yaw with respect to an established navigation frame. Unfortunately, the inertial sensor itself cannot be used to evaluate the visual odometry translation results due to relatively large inertial drift in the sensor measurements. As no independent measurements were available to evaluate translation with high precision, the truth reference was established by accurately measuring the actual paths taken during each flight.

    A test flight was conducted traversing a rectangular indoor hallway loop. This test contained translation in multiple dimensions, large heading changes and a flight duration of four minutes. Moreover, this test allowed for evaluation of the eight-point algorithm and scale estimation method in the presence of rapid scene changes.

    The attitude estimation results for this test are shown in Figure 11. Throughout data collection, the maximum separation between the inertial and vision-based attitude estimators for pitch, roll and yaw was 9°,19° and 14°, respectively. Upon comparison to many of the other conducted tests, the maximum attitude errors were larger. There are multiple reasons for this increase. First, the duration of this experiment was greater than that of previous experiments. Errors accumulate as a function as time due to integration of residual bias errors, so increasing flight duration will increase cumulative error.

    Figure 11. Visual odometry attitude estimation traveling indoor loop.

    Next, the looping path observed throughout this test caused the eight-point algorithm and scale estimation procedures to quickly adapt to differing scenery. Drastic scene changes (turning a corner) increase the difficulty of feature association between frames. This directly affects the procedures used for visual odometry in an adverse manner. Finally, there are situations in this flight where features are sparse. In general, a decrease in features will cause a decrease in the estimation capabilities of visual odometry.

    Figure 12 shows the visual odometry path calculated for experiment 2. Here, the estimated length of each of the four straight legs of the rectangular loop matches to within 2 meters of the measured hallway lengths. This implies that the scale estimation technique is working reasonably well.

    Figure 12. Visual odometry path determination while traveling around an indoor loop.

    As for the estimated translational directionality produced by the eight-point algorithm, the first two legs of the loop never divert from the measured path by more than 2 meters; the third leg diverts by 5 meters. This is most likely due to a lack of well dispersed features in that specific hallway.

    The cumulative error contained in the third linear leg of the loop also makes evaluation of the final leg difficult. However, if previous errors are removed, the final leg appears to match the measured path well. In total, the landing position calculated through visual odometry is 6.5 meters away from the measured end of the trial.

    Integration Methodology

    In cases where GPS measurements are available along with the visual odometry solution, the proposed method can extend the GPS/IMU integration mechanization. The structure of the referenced GPS/inertial integration consists of two filters: a dynamics filter that uses GPS carrier-phase measurements to estimate velocity and other IMU errors, and a position filter that uses the velocity output of the dynamics filter and GPS pseudoranges. The dynamics filter can be adapted and extended to include camera data within its mechanization.

    The dynamics filter is a CKF designed to estimate the inertial error states: velocity error in the north-east-down (NED) coordinate reference frame, misorientation (including tilt error), gyro bias error, and specific force or accelerometer bias error. This yields a state vector. For a discussion of the state vector, download the supplemental PDF.

    Results

    To evaluate the proposed algorithms, data was collected through multiple flights of the hexacopter platform shown in Figure 2 through a structured indoor and outdoor environment including transitions between these two environments. The availability of GPS measurements in these environments ranged from fully denied, to substantially degraded, to enough observables for a full solution.

    The results of one test flight are discussed in this section. Apart from the data collections with the hexacopter, truth reference maps were created for the indoor operational environment and used for evaluation of the described processes. The results of the full GPS/inertial/laser/camera integrated solution described in Figure 3 are shown in an NED frame in Figure 13.

    Figure 13. Path compared to 2D reference map.

    The truth reference of the environment, depicted in red (derived from a terrestrial laser scanner), is compared to the flight path obtained from the extended Kalman filter (EKF), displayed in blue. The estimated flight trajectory constantly remains within the hallway truth model, indicating sub-meter level performance. Furthermore, based on an extension of this work for environmental laser mapping produced from the EKF, combined with the accuracy of the map, it is further reinforced that sub-meter-level navigation performance is obtained.

    During portions of the described data collection, there was enough visibility (>3 satellites) to calculate a GPS position. The availability of GPS measurements to the position estimation portion of the filter allowed for geo-referencing of the produced flight path and 3D map.

    Figure 14 displays the geo-referenced continued flight path based on the integration filter superimposed on Google Earth on the left, while the standalone GPS solution based on pseudoranges only is plotted on the right. The geo-referenced path correctly displays the platform passing through Stocker Center, the Ohio University engineering building.

    FIgure 14. (a) Left: EKF produced path; (b) right: standalone GPS path.

    To demonstrate the contributions of the monocular camera to the above results, laser measurements were removed from the solution for a 20-second period where GPS was unavailable. During the 20-second removal of laser data, the system is forced to operate on integration between visual odometry measurements and the IMU. The cumulative effect caused by this situation can be observed in Figure 15. After coasting on an IMU/camera solution for 20 seconds, the path is subsequently altered by 3 meters, as opposed to the solution with all sensors.

    Figure 15. Effect of losing GPS and lasers for 20 seconds.

    To further emphasize the contribution of the visual odometry component, both the laser and camera were removed from the integration for the same 20-second period. During this time frame the EKF is forced to coast on calibrated inertial measurements. The effect of losing all secondary sensors for a 20-second period can be observed in Figure 16.

    Figure 16. Effect of coasting on the IMU for 20 seconds.

    During the forced sensor outage, a 45-meter cumulative difference is introduced between the path using all sensors and the path with denied sensors. Through comparison of the results shown in Figure 15 and Figure 16, the contribution of monocular camera data can be isolated.

    When the EKF was forced to operate for 20 seconds using an IMU/camera solution, 3 meters of error were introduced. This is significantly smaller than the 45 meters of error observed when using only the inertial for the same period. Thus, the camera is shown to provide stability to the EKF when neither the laser nor GPS are available.

    Conclusions

    The visual odometry techniques produced reasonably good attitude estimation and are effective at constraining inertial drift when other sensors are not available. The inclusion of camera measurements to the discussed integrated solution resulted in increases in the accuracy, availability, continuity and reliability of the system.

    Acknowledgment

    The material in this article was first presented at the ION Pacific PNT conference in Hawaii, May 2017.

    Manufacturers

    The camera used aboard the UAV in these tests is a Point Grey Firefly MV and the IMU is an XSENS MTi. The GPS receiver is a NovAtel OEMStar with a corresponding NovAtel L1 patch antenna.


    EVAN T. DILL is a research scientist in the Safety Critical Avionics Systems Branch at NASA Langley Research Center. He received his Ph.D. in electrical engineering from Ohio University.

    STEVEN D. YOUNG is a senior research scientist at NASA with more than 30 years of experience in the related fields of safety assurance, avionics systems engineering and human-machine interaction.

    MAARTEN UJIT DE HAAG is the Edmund K. Cheng Professor of Electrical Engineering and Computer Science and a Principal Investigator (PI) with the Avionics Engineering Center at Ohio University, where he earlier earned his Ph.D. in electrical engineering.

  • GPS World White Paper: Honeywell

    Fill out my online form.

  • Insitu demos UAV/GIS system for fighting wildfires

    Following successful test flights, Insitu’s ScanEagle helps combat Oregon wildfire.

    UAV company Insitu and Esri have successfully completed test flights on a new way to support firefighting efforts using software for firefighters and first responders.

    The flights were held at the Warm Springs Federal Aviation Administration (FAA) Unmanned Aerial System (UAS) Test Range in Oregon. The test site is a Pan Pacific FAA UAS Test Site for commercial UAS testing. The national FAA test site program facilitates the UAS industry in meeting strict customer needs and qualifications.

    Insitu is a wholly-owned subsidiary of The Boeing Company.

    A week after successfully completing customer acceptance test flights, Insitu, which has more than one million operational UAS flight hours, deployed its INEXA Solutions professional aerial remote sensing teams to aid firefighters in suppressing the Eagle Creek fire in Oregon.

    Onlookers watch the fire burn in the Columbia Gorge on Sept. 4. (Photo: U.S. Forest Service)
    Onlookers watch the fire burn in the Columbia Gorge on Sept. 4. The fire is now contained. (Photo: U.S. Forest Service)

    Collaborating with customers to identify business challenges, INEXA Solutions professionals use a continually expanding suite of capabilities such as INEXA Control (ground-based command and control), INEXA Cloud, INEXA manned and unmanned air vehicles including ScanEagle, and INEXA sensors and analytics to provide custom solutions and answers to mitigate business challenges from seabed to space.

    Coordinating with the Oregon Department of Forestry and other governing entities, Insitu’s ScanEagle system provided optimal, near real-time data for firefighters and first responders, resulting in heightened emergency response efforts, increased situational awareness and safety, and supported planning and resource allocation.

    Equipped with electro-optical (EO) for daylight and infrared (IR) video for nighttime flights, along with mid-wave sensors, the ScanEagle surveyed fire lines at night over the Eagle Creek wildfire, which had spread to nearly 49,000 acres throughout the Columbia River Gorge region.

    The ScanEagle can supplement manned firefighting fleets by operating during dense smoke and at night, when manned aircraft typically cannot fly. Infrared camera technology can penetrate smoke and gather and disseminate georeferenced still images of points of interest. These images allow geographic information system (GIS) specialists to perform analysis using Esri’s ArcGIS software.

    “Throughout the difficult Eagle Creek wildfire, our thoughts have been with our friends and neighbors impacted by this unfortunate event,” said Mark Bauman, vice president and co-general manager, Insitu Commercial. “We stand prepared to assist local authorities with ongoing operations in any way we can, and we extend our gratitude to all of those working hard to contain the fire.”

    ScanEagle poised for launch at Eagle Creek, Oregon, fire.
    ScanEagle poised for launch at Eagle Creek, Oregon, fire.

    As the sole aviation overwatch within the temporary flight restriction, the ScanEagle provided persistent nighttime oversight and monitored the progression of the fire. Insitu coordinated manned and unmanned aviation assets and through data collection, analysis and integration capabilities, produced near real-time georeferenced spatial data (maps tied to specific known locations).

    In this way, incident commanders, firefighters, and first responders had data that delivered updated incident perimeter maps, identified spot fires, located fire lines and hotspots, and provided near real-time video feed and still images of critical infrastructure, historical structures and more.

    “Prior to pursuing any new effort, we consider the reasons we exist as a company — we call it our ‘why,’ explains Jon Damush, Insitu’s chief growth officer. “Insitu’s ‘why’ is to pioneer and innovate in all that we do to positively impact people’s lives and change the course of history,” he continues. “This statement guides our actions and investments, and is precisely why we are doing the things we are doing to help those in need with our unique technologies and professional approach to aviation.”

    (Based on an Insitu press release)

  • Trimble offers direct georeferencing GNSS/inertial for UAVs

    Trimble offers direct georeferencing GNSS/inertial for UAVs

    Trimble is offering three new GNSS-inertial systems for direct georeferencing on unmanned aerial vehicles (UAVs): the Trimble APX-15-EI UAV, Trimble APX-18 UAV and Trimble APX-20 UAV.

    Direct georeferencing with the systems allows the location of image elements collected by lidar and hyperspectral sensors to be accurately computed without extensive networks of ground control points, reducing costs while maintaining accuracy to produce maps.

    The APX products use state-of-the-art low noise, multi-frequency Trimble Maxwell GNSS technology, and track all current satellite signals including GPS L1/L2/L2C/L5 and GLONASS L1/L2, QZSS, BeiDou, IRNSS and Galileo, supporting SBAS, RTK and Trimble CenterPoint RTX positioning modes.

    The APX-15-EI UAV features dual inertial measurement units (IMU); one embedded onto the GNSS-inertial board that is mounted on the UAV airframe with the GNSS antenna, and one that is mounted on an external sensor contained in a gimballed mount.

    With this feature, the APX-15-EI UAV can compute two sets of orientations — the UAV airframe and the gimballed mount —  enabling automatic, precise positioning of the sensor without requiring an external interface to the gimballed mount or autopilot.

    The APX-20 GNSS-inertial board by Applanix.

    The APX-18 UAV is a single-board GNSS-inertial solution that supports two-antenna heading for the highest accuracy in low-speed multi-rotor survey applications such as building facade scanning. Measuring  10 x 6 centimeters and weighing 62 grams, the APX-18 UAV uses on-board inertial sensors calibrated with the Applanix SmartCal software compensation technology for superior performance in a small, compact form for UAVs.

    To meet the higher accuracy demands driven by the allowance of higher altitude, beyond visual line of sight (BVLOS) UAV flights and the introduction of higher resolution, larger format imaging sensors, Trimble has developed the APX-20 UAV.

    Also featuring dual IMUs for automatic gimballed mount support, the APX-20 UAV uses a new, MEMS-based lightweight external IMU with unparalleled performance. With a total weight of less than 425 grams, the APX-20 UAV provides high performance without sacrificing flight time.

    “We are very pleased to announce these new additions to our portfolio of products for Direct Georeferencing on UAVs,” said Joe Hutton, director of inertial technology and airborne products at Applanix, a Trimble Company. “We have listened to our customers and worked very hard to come up with solutions that meet their needs, both from a technical and cost perspective.”

    All APX products include the Applanix POSPac UAV post-processing software for generation of high-accuracy carrier-phase differential GNSS-inertial position and orientation for highest accuracy map products.

    POSPac UAV supports single GNSS base-station processing with automatic coordinate survey using Trimble CenterPoint RTX, multi-single base station processing, and Applanix SmartBase Virtual Reference Station processing (optional), as well as the Trimble CenterPoint RTX post-processing trajectory generation available as a subscription.

  • Trimble announces new geospatial solutions at Intergeo

    Trimble made several product announcements at Intergeo 2017, the world’s largest conference on geodesy, geoinformatics and land management.

    The new solutions include:

    Trimble C5 and C3 mechanical total stations

    The Trimble C5 and Trimble C3 mechanical total stations are the only mechanical total stations in the industry to come standard with autofocus technology. With premium-quality Nikon optics, the new C-Series reduces time in the field with improved measuring speed and the longest EDM range of any Trimble conventional instrument.

    Trimble T10
    Trimble T10

    Trimble T10 10-inch tablet

    The T10 is a high-performance, large-screen device suitable for a variety of survey and GIS applications that provides the processing power of a laptop computer in tablet form to enhance efficiencies for geospatial users in the field. (Now you only need one device for collecting and processing data while out on the job.)

    Trimble Business Center and Trimble Clarity

    The newest version of Trimble Business Center introduces enhancements and new capabilities to process high-accuracy GNSS data, create CAD deliverables, and leverage full data traceability through the project lifecycle.

    Trimble Business Center version 4.0 introduced new capabilities to process high-accuracy GNSS data with confidence, create CAD deliverables and leverage full data traceability throughout the project lifecycle. Surveyors can obtain greater field flexibility without compromising quality via the addition of a new GNSS processing engine that increases solution reliability for baselines exceeding several hundred kilometers/miles.

    Version 4.0 also extends the survey CAD capabilities including text editing, ortho drafting and coordinate geometry (COGO) tools that provide a comprehensive set of tools for rapidly producing end-client deliverables. A new History Log feature captures all data changes throughout the project, from GNSS processing to CAD deliverable, providing greater workflow transparency, data traceability and ultimate confidence.

    Clarity by Trimble.
    Clarity by Trimble.

    Trimble Clarity is a new cloud-based application within the Trimble Connect collaboration platform that enables surveyors to easily share rich project data and imagery, allowing clients — even those who have no experience with engineering software — to view and use data in a web browser.

    The result is improved workflow efficiencies and greater situational awareness that enable more informed decision-making.

    Users can perform 3D measurements, annotate objects and quickly collaborate with project stakeholders. Multidiscipline teams now have access to a single source of geospatial data that enables more accurate and informed decisions, increases productivity, minimizes rework and reduces project delays.

    Trimble Clarity reduces the time required for large file transfers and eliminates the need for specialized software knowledge to get value from laser scanning deliverables.

    Trimble eCognition.
    Trimble eCognition.

    Trimble eCognition

    The latest version of eCognition adds 3D point cloud analytics and deep learning technology so you can perform a broader range of geospatial analysis with a greater level of control.

    Trimble GEDO IMS System

    This new addition to Trimble’s track survey and scanning rail portfolio is lightweight, flexible and fast, combining an inertial measurement unit (IMU) with scanning and geodetic sensors for surveying railway lines and documenting assets along the track.

    The trolley system is lightweight, flexible and fast. It combines an IMU with scanning and geodetic sensors for surveying railway lines and documenting assets along the track.

    The GEDO IMS System provides highly accurate as-built survey documentation of the track and 3D point clouds for asset data collection along the track. The trolley system’s lightweight design is ideal for single-crew operation and on projects near active railway lines. GEDO IMS Field Software and the GEDO Office Software Suite enable smooth data flow between the field and the office. GEDO Scan Office provides enhanced processing for asset data collection and clearance applications.

    The basic Trimble GEDO IMS System consists of the Trimble GEDO CE 2.0 Trolley System, Trimble GEDO IMU Unit, Trimble Tablet PC and the Trimble GEDO IMS Field and GEDO Office Software. For mapping applications it can be combined with the Trimble TX6 and TX8 laser scanners.

  • Hemisphere GNSS releases Crescent Vector H220 OEM board

    Hemisphere GNSS (hall 2.1 / stand C2.008) has released the Crescent Vector H220, the next offering in a line of new and refreshed, low-power, high-precision, positioning and heading OEM boards.

    The announcement was made at the Intergeo trade show, being held this week in Berlin, Germany. Hemisphere is showcasing the board at its booth in Hall 2.1, Stand C2.008.

    The Multi-GNSS H220 by Hemisphere GNSS.

    The single-frequency, multi-GNSS H220 provides added benefits over the prior generation H200 with a more robust positioning and heading solution and integrates Atlas GNSS Global Correction Service.

    Designed with a new hardware platform, it offers true scalability with centimeter-level accuracy in either single-frequency mode or Atlas-capable mode that supports fast RTK initialization times over long distances, the company said.

    The H220 offers fast accuracy heading of better than 0.30 degrees at 0.5-meter antenna separation in ideal conditions and aiding gyroscope and tilt sensors for temporary GNSS outages. The 109 x 71 millimeter module with 34-pin header is a drop-in upgrade for existing designs using the H200.

    The latest technology platform enables simultaneous tracking of all L1 constellations including GPS, GLONASS, BeiDou, Galileo and QZSS, making it robust and reliable. The updated power management system efficiently governs the processor, memory and ASIC, making it ideal for multiple integration applications.

    The H220 offers flexible and reliable connectivity by supporting Serial, USB and CAN for ease-of-use and integration. Optional output rates of up to 50 Hz are also supported.

    Advanced Features. The H220 offers integrated L-band support for Atlas corrections providing global sub-meter position accuracy while Hemisphere’s Tracer technology helps maintain position during correction signal outages.

    Integrators, developers and OEMs can maximize their performance by including the H220 in their systems for antenna pointing, marine survey, machine control, and any application where high-accuracy positioning and heading is required.

  • Harxon launches D-Helix antenna for UAVs at Intergeo

    Harxon has released the multi-constellation D-Helix Antenna at the 2017 Intergeo trade show, held Sept. 26-28 in Berlin, Germany. The Harxon booth is located at Hall 4.1, Stand C4.013.

    The industrial, innovative D-Helix Antenna is capable of superior tracking of signals from GPS L1/L2 L-Band, GLONASS L1/L2, BDS B1/B2/B3 and Galileo. The innovative quadrifilar helix antenna design of low wind-resistance is ideal for UAV positioning and navigation.

    The increased antenna gain and beamwidth ensure a better signal receiving performance of satellite at low elevation angle. The low noise figure enhanced transmission interference reduction and improve the signal quality.

    The D-Helix antenna can be used in UAV patrol, UAV plant protection, unmanned patrol robot and unmanned surveying vessel. According to the company, it provides the centimeter-level positioning accuracy for a stable flightpath and prevents air turbulence, to enable a reliable positioning, height setting and heading information.

    The antenna has been recognized by many industry experts and received inquiries from potential partners at the first launch day.

    Other showcased products from the Harxon GNSS family include its survey antenna, rover radio, frequency hopping modules, smart antenna and H-RTK, are also appropriate for the fields of surveying and mapping, precision agriculture and UAVs.

  • GeoMax releases office software for topographical data

    GeoMax, professional surveying and construction product provider, has announced the X-PAD Office Fusion, the all-in-one office software combining data from multiple sensors into one easy-to-use interface.

    X-PAD Office Fusion software manages, combines and processes data from GNSS receivers, total stations, laser scanners and other sensors in one single environment whether from GeoMax or any other provider in the market. There is no need to export the data from one program to another, and X-PAD also offers all CAD features.

    The new software handles a multitude of different types of data: measurements, coordinates, drawings and point clouds. Large quantities of data can be managed in the fastest way with maximum accuracy. The software automatically detects the common points between the point clouds and performs a first rough alignment.

    The Bundle Adjustment feature performs the final and accurate alignment in order to reduce errors. Personalized reports are then created with little effort.

    “The choice to use X-PAD Office Fusion is due precisely to its ability to handle different data and process: traditional topographic data with both GPS and laser scanners processes,” said Federico Ferrari, Department of Architecture, University of Ferrara. “X-PAD Office Fusion has made it easy to integrate captured data with GeoMax Zoom 300 and those acquired through photo modeling to get a complete 3D model of inaccessible areas, including surveys with traditional laser scanners.

    “The ability to extract drawings directly from X-Fusion PAD without using other CAD products, including through the bubble view, makes it an extremely fast and practical product, even for those who do not have specific surveying skills, such as archaeologists like us. A simple and intelligent interface and a great 3D data management engine make X-PAD Office Fusion a truly unique product and easy-to-use and easy-to-teach, enabling us to give more time for critical analysis than using the software itself.”

  • Live from ION GNSS+ 2017

    The GPS World staff is reporting live from ION GNSS+ Sept. 25-29 in Portland, Oregon, providing news, photos, videos and more. GPS World will be there with a full team, including Editor-in-Chief and Publisher Alan Cameron, Managing Editor Tracy Cozzens and Digital Media Manager Joelle Harms.

    We will be providing coverage of the show on GPSworld.com, Facebook and Twitter.

    Take a look at the full show program.

    VIDEO PLAYLIST

    NEWS

    Father of consumer car navigation addresses ION GNSS+

    High-end GNSS simulator generates realistic test scenarios

    ION GNSS+ Twitter contest

    What to expect from ION GNSS+ and Intergeo 2017

    ION GNSS+ includes other sensors, offers new short courses

    Skydel’s latest SDX release features new jamming option

    Microsemi SyncServer incorporates SAASM for defense market

    U.S. Air Force awards Lockheed Martin GPS M-code contract

  • High-end GNSS simulator generates realistic test scenarios

    High-end GNSS simulator generates realistic test scenarios

    The SMW200A GNSS simulator adds a high-end solution to the Rohde & Schwarz portfolio of satellite navigation system simulators. It can be extended to up to four RF outputs and allows GNSS signals to be simulated simultaneously in multiple frequency bands for multiple antennas.

    The SMW200A can internally simulate a complex interference environment in parallel with GNSS signals.

    The instrument was unveiled at ION GNSS+ 2017, which took place Sept. 25-29 in Portland, Oregon:

    An increasing number of GNSS receivers are able to process signals from diverse navigation systems such as GPS, GLONASS, Galileo or BeiDou in several frequency bands — and in some cases, with several antennas in parallel — to improve positioning accuracy.

    Accuracy can be further improved with differential GNSS (DGNSS) techniques. These techniques are used in applications such as autonomous driving, and they are indispensable for precise and reliable positioning of aircraft during landing approaches. The GNSS receivers used in these applications must undergo extensive tests before deployment in vehicles or aircraft.

    The new R&S SMW200A GNSS simulator now offers an innovative test solution for easy generation of complex and highly realistic test scenarios for a wide variety of GNSS applications. To test multi-frequency and multi-antenna systems, users now have access to 72 GNSS channels that can be assigned to up to four RF outputs.

    The R&S SMW200A can generate QZSS and SBAS signals as well as GPS, GLONASS, Galileo and BeiDou signals. This solution enables users to quickly and easily verify the position accuracy of their receivers under realistic conditions.

    The R&S SMW200A also has an internal noise generator and can generate complex interference scenarios with multiple interferers. All signals (GNSS, noise and interference) are generated directly in the instrument. Additional signal sources for external generation of interference signals are not necessary, considerably simplifying test setups.

    No external computer is needed to configure and operate the R&S SMW200A. The integrated, intuitive graphical user interface (GUI) allows users to generate GNSS scenarios quickly and easily. Thanks to the multitude of instrument options, the solution can be optimally adapted to individual user requirements.

    The R&S SMW200A is an extensible, future-proof platform ready to implement future test requirements such as testing new GNSS signals.

    The R&S SMW200A with the new GNSS options is now available from Rohde & Schwarz.

  • Launchpad: OEM simulators, receivers

    Launchpad: OEM simulators, receivers

    OEM

    Time & Frequency Reference

    GNSS master clock and NTP/PTP time server

    VersaSync is a high-performance GPS master clock and network time server that delivers accurate, software configurable time and frequency signals under all circumstances, including GNSS-denied environments. Its compact size and high level of ruggedization make VersaSync suitable for mobile applications in harsh environments. Its small footprint allows for easy integration of the time and frequency functionality into systems architecture.

    VersaSync accommodates an OCXO, a high-performance OCXO or a CSAC oscillator, allowing it to maintain frequency and time accuracy for long periods of GPS/GNSS outage. It can be re-synchronized by an external reference. VersaSync is available with a C/A L1 GPS receiver or with an L1/L2 SAASM receiver. An extension slot accommodates additional timing interfaces.

    VersaSync physical inputs and outputs are software configurable and can adapt to various application requirements. I/O pins can be configured as TTL, 10 V pulse, RS232, RS485. This allows VersaSync to provide a high number of outputs of the same type, while still fitting into a small form factor. If the combination of software configurable outputs is not enough, VersaSync can accommodate an option board (within the same form factor), designed to customer requirements.

    Because of its high level of ruggedization, VersaSync provides exceptional intrinsic reliability. Strong status monitoring capability, either locally or remotely, allows quick fault diagnoses. An internal, exportable log can be accessed.

    Verasync Attributes

    • Low size, weight and power
    • Ruggedized (MIL-STD-810G)
    • High versatility with software configurable inputs/outputs
    • Design can be efficiently customized to match specific customer requirements
    • Easy integration due to small footprint and low power consumption
    • NTP/PTP precise time transfer over Ethernet, including security protocols that prevent network vulnerabilities
    • Low phase noise 10-MHz frequency distribution
    • Configurable pulse signals, including IRIG or HaveQuick timecodes
    • Serial link Time Of Day (ToD) messages

    Spectracom, spectracom.com


    GNSS Simulator

    for advanced research and development

    The Simceiver by IP Solutions now features Beidou as a simulated signal with access to full parameters rather than the record and playback function used previously.

    The Simceiver is part of the Replicator system, a multi-frequency, multi-system GNSS simulator for advanced research and development, equipment testing and education. It can also function as a recording, playback and signal analysis instrument.

    The Replicator is the result of a collaboration with the Japan Aerospace Exploration Agency (JAXA).

    Besides the Simceiver hardware unit, components include the ReGen control software for real-time simulation, Streamer control software for recording and playback and ARAMIS software receiver for signal analysis.

    The 24-channel Replicator provides real-time generation of GNSS signals, recording and playback of dual-frequency GNSS RF signals, and GNSS RF signal analysis with JAXA COSMODE ionospheric scintillation monitor.

    The Replicator offers real-time simulation of dual-frequency GPS, GLONASS, BeiDou or GPS+GLONASS, GPS+BeiDou, GPS+Galileo signals. Comprehensive simulation models include atmosphere, multipath, and more. Also available is signal analysis based on JAXA COSMODE ionospheric scintillation monitor.

    Two or more units can be used to simulate, record and playback more signals at the same time. Simulated and recorded signals can be stored in digitized format, analyzed by a MATLAB software receiver and played back as RF at any time.

    Replicator Advantages

    • User defined models with ANSI C API
    • Real-time simulation
    • Record and playback
    • GNSS signal analysis
    • Upgradable to more features , signals and frequencies for the difference in price.

    IP-Solutions, www.ip-solutions.jp


    Multi-System RF Front-Ends

    4- and 7-channel boards for software GNSS receivers

    The NT1065_USB3 and NT1065/66_USB3 multi-channel GNSS RF front-end boards are based on NTLab’s RF ICs: NT1065 (4 channels for GPS/GLONASS/Galileo/Beidou/IRNSS/QZSS, L1/L2/L3/L5 bands) and new NT1066 (2 channels for GPS/GLONASS/Galileo/Beidou/IRNSS/QZSS, L1/L2/L3/L5 bands and 1 channel for IRNSS S-band). Both boards support USB3 connection, thus allowing users to process captured satellite signals on a PC or DSP platform.

    NT1065_USB3 BOARD

    Multi-system multi-band 4-channel GNSS RF front end based on NT1065.

    Features

    • IF bandwidth up to 32MHz for each channel
    • Acquisition of wideband signals up to 64-MHz (such as Galileo E5) with 2 coherent channels
    • Built-in 2-bit ADC
    • USB3 interface (up to 800-Mbit/s)
    • Ability to connect 4x CRPA

    NT1065/66_USB3 BOARD

    Multi-system multi-band 7-channel GNSS RF front end based on NT1065 plus new NT1066.

    Features

    All NT1065_USB3 features, plus:

    • 2 additional L1/L2 GNSS channels
    • IRNSS S-band channel

    Product Support

    Both boards are accompanied by comprehensive software and manuals:

    • GUI for NT1065/66 registers access and USB3 data capture (Windows 7/8/8.1/10 and Linux Ubuntu 16.04 compatible)
    • Complete NT1065 and NT1066 datasheets
    • Configuration examples
    • PCBs reference design

    NTLab, www.ntlab.com


    Multi-Constellation Simulator

    Designed to test receivers against current and future signals

    Constellator features top-end processing performance and RF quality and offers flexibility in simulation control. It performs fair-weather tests, but also is designed to subject receivers to suboptimal conditions, extreme situations and combinations of errors difficult to access in real-world tests — all of it finely controlled and indefinitely repeatable.

    At constellator’s core is software, ensuring that all future constellations, satellites and codes can be handled. Most functional upgrades will then be software-only.

    Constellator is used in aerospace and defense (among others) for multi-antenna receiver testing for spacecraft launchers, satellite onboard receiver testing (telecom and observation) and defense UAV receiver testing.

    Constellator includes four spatial reference frames and trajectory editors for ground, marine, aerial and spatial motion and import facility. With hardware-in-the-loop, it receives position updates from test rigs in real time and generates corresponding GNSS signals and messages.

    Propagation issues can be simulated at individual signal level with different models provided for ionosphere and troposphere.

    Satellite error modeling options include orbital errors, onboard clock errors, satellite electronics (front-end) defects, satellite dysfunctions and signal fade, disappearance and “evil waveform” incidents.

    Constellator Features

    • 128 channels (extensible) delivering high-quality satellite signals on six distinct frequencies (L and S band)
    • Hardware-in-the-loop testing at 10- to 100-Hz refresh rates
    • Extensive simulation options:
    • Full-time and location control
    • Receiver trajectories with extreme dynamics
    • Background noise, interference and jamming/spoofing (two units)
    • Atmospheric propagation errors
    • Satellite errors
    • Multipath and obscuration
    • On-the-fly scenario modifications
    • Receiver attitude control
    • Very accurate spaceborne trajectories

    Syntony GNSS, www.syntony-gnss.com


    GNSS+INS Technology

    Delivers NovAtel SPAN GNSS inertial navigation

    The PwrPak7-E1 contains an Epson G320N micro-electro-mechanical system (MEMS) inertial measurement unit (IMU) to deliver NovAtel SPAN technology in an integrated, single-box solution. It has a powerful OEM7 GNSS engine, integrated MEMS IMU, built in Wi-Fi, onboard NTRIP client and server support and onboard internal storage. The PwrPak7-E1 also has enhanced connection options including serial, USB, CAN and Ethernet.

    SPAN Technology

    Synchronous Position, Attitude and Navigation (SPAN) technology brings together two different but complementary technologies: GNSS positioning and inertial navigation. The absolute accuracy of GNSS positioning and the stability of IMU gyro and accelerometer measurements are tightly coupled to provide an exceptional 3D navigation solution that is stable and continuously available, even through periods when satellite signals are blocked.

    PwrPak7-E1 Features

    • SPAN-enabled enclosure featuring NovAtel’s tightly coupled GNSS+INS engine
    • 555 channel, all-constellation, multi-frequency positioning solution
    • Multi-channel L-Band supports TerraStar correction services
    • Commercially exportable IMU
    • Multiple communication interfaces for easy integration and installation
    • Built-in Wi-Fi support
    • Onboard internal storage
    • Can be paired with an external receiver to support ALIGN GNSS azimuth aiding for low dynamic applications

    NovAtel, www.novatel.com


    GPS Wavefront Generator

    CRPA and Attitude Determination Receiver Testing

    The CAST-5000 produces a single coherent wavefront of GPS RF signals to provide repeatable testing in the laboratory environment or anechoic chamber. The system generates up to seven independent, coherent simulations that reference a single point.With an intercard carrier-phase error of less than one centimeter, the CAST-5000 is extremely accurate.

    The system generates a wavefront of GPS when its GPS RF generator cards are operated in a ganged configuration. Each generator card provides a set of GPS satellites coherent with the overall configuration. Several RF generator cards may be utilized together, ensuring phase coherence among the bank of signal generator cards.

    The CAST-5000 is the only Controlled Reception Pattern Antenna (CRPA) tester that allows a full end-to-end test of the antenna system. The CRPA antenna, antenna electronics and the GPS receiver can be tested as a unit with or without radiating signals.

    CAST-5000 Features

    • Generates single coherent wavefront of GPS
    • 6 degrees of freedom (DOF) motion generation capability
    • Complete SV constellation editing
    • Post-mission processing via ICD-GPS-150/153
    • Differential/relative navigation
    • Antenna pattern modeling
    • Waypoint navigation
    • RAIM events
    • Multipath modeling
    • Spoofer simulation
    • Satellite clock errors
    • External trajectory input
    • External ephemeris and almanac
    • Several iono and tropo models
    • Modifiable navigation messag
    • Modeled selective availability
    • Time-tagged satellite events
    • Selectable host vehicle parameters

    CAST Navigation, www.castnav.com


    GNSS Receiver

    A next-generation high-precision module for robots, drones

    The UM482 is an all-system multi- frequency high-precision heading module with a small footprint. It supports the satellite signals GPS L1/L2, BDS B1/ B2, GLONASS L1/L2, GALI LEO E1/ E5b and SBAS. It is designed for applications such as robot, drone, intelligent drive and mechanical control.

    The UM482 GNSS RTK module adopts Unicore’s new-generation Nebulas II chip and UGypsophila real-time kinematic (RTK) algorithm. Based on high-performance data-sharing technology and super-simplified operation system of the Nebulas II chip, the UGypsophila RTK algorithm dramatically optimizes matrix processing. It can involve all satellites from GPS, BDS, GLONASS and Galileo in RTK and heading processing, shorten RTK and heading initialization time to 5 seconds and significantly improve the reliability and accuracy of RTK and heading.

    Furthermore, the UM482 integrates the onboard micro-electro-mechanical (MEMS) chip and U-Fusion integrated navigation algorithm, resulting in optimized continuity and reliability of accurate heading and positioning output in tough environments such as city canyons, tunnels and overpasses. Inputs of odometer and external higher performance inertial components are supported.

    UM482 Features

    • 30 × 40-millimeter all-system multi-frequency high-precision heading module (SMD packaging)
    • Supports GPS L1/L2, BDS B1/B2, GLONASS L1/ L2, Galileo E1/E5b
    • 1-cm RTK positioning accuracy and 0.2-degree heading accuracy with 1-m baseline
    • Dual-antenna input with support of antenna signal detection
    • Supporting simultaneous output of heading and RTK positioning, 20-Hz data output rate
    • Adaptive recognition of RTCM input data format
    • Onboard MEMS integrated navigation

    Unicore Communications Inc., www.unicorecomm.com


    Inertial Measurement Unit

    Non-ITAR micro-electro-mechanical system IMU

    The HG4930 is a very high-performance micro-electro-mechanical system (MEMS) based inertial measurement unit (IMU) designed to meet the needs of applications across various markets including agriculture, industrial equipment, robotics, survey/mapping, stabilized platforms, transportation, UAVs and UGVs.

    With industry-standard communication interfaces, the HG4930 is easily integrated into a variety of architectures. The extremely small size, light weight and low power make the HG4930 ideal for most applications.

    The HG4930 includes MEMS gyroscopes and accelerometers. It employs an internal environmental isolation system to attenuate unwanted inputs commonly encountered in real-world applications.

    The internal isolation and other proprietary design features ensure the HG4930 is rugged enough to meet the needs of demanding users.

    The HG4930 is not ITAR controlled. Its Export Control Classification Number (ECCN) is 7A994.

    Example Applications

    • Aiding a camera pod to track a desired object: For example, a television viewing enhancement systems used in sports broadcasting.
    • Integration with GPS/GNSS to navigate an object from point A to point B: IMU performance is key; errors grow quickly without GPS/GNSS (such as in forested areas, underwater, dense urban).
    • Dynamic antenna platform stabilization: IMU measures small perturbations of a platform under motion (including vibration and shock) and feeds those measurements into a control system that then corrects and stabilizes the platform; without an IMU, communication can be degraded or lost.
    • Robots: Enables robots to navigate indoors with other aiding sources (such as radar or lidar); similar concept to GPS/GNSS aiding.

    Honeywell, aerospace.honeywell.com​​


    GNSS RF Simulator

    Supports restricted and classified signals from GPS, Galileo

    The Spirent GSS9000 multi-frequency, multi-GNSS RF constellation simulator can simulate signals from all GNSS and regional navigation. The GSS9000 offers a four-fold increase in RF signal iteration rate (SIR) over Spirent’s GSS8000 simulator. The GSS9000 SIR is 1000 Hz (1ms), enabling higher dynamic simulations with more accuracy and fidelity. It includes support for restricted and classified signals from the GPS and Galileo systems as well as advanced capabilities for ultra-high dynamics. It can evaluate resilience of navigation systems to interference and spoofing attacks, and has the flexibility to reconfigure constellations, channels and frequencies between test runs or test cases.

    Spirent Federal Systems, www.spirentfederal.com


    GNSS Simulator

    Captures and replays GNSS signals at high resolution

    The LabSat 3 Wideband record-and replay-device is small and battery-powered with a removable solid-state disk. It allows users to gather detailed, real-world satellite data and replay the signals on the bench.

    Its recording bandwidth of 56 MHz allows for the capture of a wide range of live-sky satellite signals. Depending on the desired bandwidth, recording resolution can be set to 2, 4 or 6 bit. The GNSS frequency guide on the LabSat website shows exactly which signals can be recorded and at which resolution. It also has spare capacity for future planned signals.

    Even with this increased capacity over the original LabSat 3, the new simulator remains easy to use: one-touch recording, no connection to PC required, battery powered for up to two hours, and with a removable 1-TB solid-state hard drive that can be replaced in no time, the LabSat 3 Wideband is convenient to use. It measures a compact 167 x 128 x 46 millimeters and weighs 1.2 kilograms.

    Live-sky Signals Captured

    LabSat 3 Wideband can record and replay the following signals:

    • GPS: L1 / L2 / L5
    • GLONASS: L1 / L2 / L3
    • BeiDou: B1 / B2 / B3
    • QZSS: L1 / L2 / L5
    • Galileo: E1 / E1a / E5a / E5b / E6
    • IRNSS: L5
    • SBAS: WAAS / EGNOS / GAGAN / MSAS / SDCM

    Racelogic, www.labsat.co.uk


    Rubidium Frequency Standard

    For any application requiring precision frequency

    Stanford Research Systems (SRS) rubidium frequency standards have excellent aging characteristics, extremely low phase noise and outstanding reliability.

    The FS725 benchtop instrument is designed for calibration and research and development (R&D) laboratories, or any application requiring a precision frequency standard, such as metrology laboratories.

    The FS725 unit integrates a rubidium oscillator (SRS model PRS10), a low-noise universal AC power supply, and distribution amplifiers in a compact half-width 2U chassis. It provides stable and reliable performance, with an estimated 20-year aging of less than 5 x 10-9 and a demonstrated rubidium oscillator MTBF (mean time between failures) of more than 200,000 hours.

    It has two 10-MHz outputs and one 5-MHz output with exceptionally low phase noise (–130 dBc/Hz at 10-Hz offset) and 1 second Allan Variance (<2 x 10-11). The FS725 can be phase-locked to an external 1-pps reference (like GPS) providing Stratum 1 performance. A 1-pps output is also provided that has less than 1 nanosecond of jitter, and can be set with 1-nanosecond resolution.

    FS725 Features

    • 10-MHz and 5-MHz outputs
    • 20-year aging less than 0.005 ppm
    • Ultra-low phase noise (<–130 dBc/Hz at 10 Hz)
    • Built-in distribution amplifiers
    • 1 pps input and output
    • RS-232 computer interface

    Stanford Research Systems, www.thinkSRS.com

  • PNT Roundup: Ericsson HQ gets indoor positioning upgrade

    PNT Roundup: Ericsson HQ gets indoor positioning upgrade

    Photo: senion.com

    With personal or work-issued smartphones, more than 4,000 employees can now use a corporate app to easily find available rooms and spaces to work in the 500,000-square-foot, 20-floor, four-building Stockholm headquarters of telecom company Ericsson.

    The Senion StepInside indoor positioning system, designed by partner Flowscape, helps Ericsson employees reduce wasted time searching for people, places or things, thereby increasing productivity.

    The StepInside software development kit (SDK) offers location readings in latitude, longitude and floor level in real time. The SDK can easily be integrated into any smartphone application. StepInside relies on an advanced sensor fusion algorithm that works with the smartphone’s movement and radio sensors to provide accurate and robust positioning.

    “Indoor positioning technology is perfect for large offices with multiple floors, offices, and meeting spaces — the bigger and more intricate the better,” said Christian Lundquist, CEO and co-founder of Senion. Ericsson’s StepInside implementation is part of the company’s larger global platform designed to enable rapid IoT application development.

    The system as implemented today is the starting point for a bigger roll-out with additional workplace enhancements at Ericsson.

    Senion’s comprehensive IPS services include analytics, wayfinding, geofencing, friend-finder and tracking. With more than 300 indoor positioning system installations globally, Senion has worked closely with shopping malls, hospitals, corporate campuses and more to improve workflows. Senion is headquartered in Linkoping, Sweden, and San Francisco.