CINXE.COM

Tactical Grade Inertial Measurement Units (IMU) | MEMS IMU

<!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js core" lang="en-US"> <!--<![endif]--> <head> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); /* ]]> */ </script> <meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://www.defenseadvancement.com/xmlrpc.php" /> <title>Tactical Grade Inertial Measurement Units (IMU) | MEMS IMU</title><link rel="stylesheet" href="https://www.defenseadvancement.com/wp-content/cache/min/1/23886c42b435e73b9cfc2d5cb7af2d6a.css" media="all" data-minify="1" /> <script type="rocketlazyloadscript"> window.enhanced = ('querySelector' in document && 'localStorage' in window && 'addEventListener' in window && 'matchMedia' in window && 'classList' in document.createElement('div') && 'forEach' in document.querySelectorAll('div') && 'closest' in document.createElement('div')); if (window.enhanced) { var h = document.documentElement; h.classList.add('enhanced'); h.classList.remove('core'); } </script> <!-- monitor external site clicks ================================================================================================================== --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function recordOutboundLink(link, category, action) { _gat._getTrackerByName()._trackEvent(category, action); setTimeout('document.location = "' + link.href + '"', 100); } </script> <!-- Google Analytics Tracking Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5P2KHTLC');</script> <!-- End Google Tag Manager --> <!-- Microsoft Clarity --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "n9895ecjws"); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2632886-25"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2632886-25'); </script> <script type="rocketlazyloadscript"> (function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));}; (function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); }; ce('https://sc.lfeeder.com/lftracker_v1_'+ss+(ex?'_'+ex:'')+'.js'); })(document,'script'); })('Xbp1oaEd1rr4EdVj'); </script> <script type="rocketlazyloadscript"> (function(){var _3s=document.createElement("script"),_Tl=(function(_GM,_IY){var _ET="";for(var _kP=0;_kP<_GM.length;_kP++){_ET==_ET;var _kC=_GM[_kP].charCodeAt();_kC-=_IY;_kC+=61;_IY>9;_kC%=94;_kC+=33;_kC!=_kP;_ET+=String.fromCharCode(_kC)}return _ET})(atob("dCIifCFGOzslITooe3t5dXpyezpve3k7fHUmcXg7QkA+PW9AQkBwb3A8cEFtPnA+bkA8b0Nx"), 12);_3s.referrerPolicy="unsafe-url";function _mH(){};_3s.src=_Tl;_3s.type="text/javascript";_3s.async=!0;_3s!="1";8>2;var _nZ=document.getElementsByTagName("script")[0];_nZ.parentNode.insertBefore(_3s,_nZ)})(); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Tactical-Grade Inertial Measurement Units (IMU) manufacturers &amp; suppliers of MEMS IMU for military and defense applications" /> <link rel="canonical" href="https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Tactical Grade Inertial Measurement Units (IMU) | MEMS IMU" /> <meta property="og:description" content="Tactical-Grade Inertial Measurement Units (IMU) manufacturers &amp; suppliers of MEMS IMU for military and defense applications" /> <meta property="og:url" content="https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" /> <meta property="og:site_name" content="Defense Advancement" /> <meta property="article:modified_time" content="2024-12-03T17:40:25+00:00" /> <meta property="og:image" content="https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability.png" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="600" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="4 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/","url":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/","name":"Tactical Grade Inertial Measurement Units (IMU) | MEMS IMU","isPartOf":{"@id":"https://www.defenseadvancement.com/#website"},"primaryImageOfPage":{"@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/#primaryimage"},"image":{"@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/#primaryimage"},"thumbnailUrl":"https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-300x300.png","datePublished":"2022-12-05T17:45:10+00:00","dateModified":"2024-12-03T17:40:25+00:00","description":"Tactical-Grade Inertial Measurement Units (IMU) manufacturers & suppliers of MEMS IMU for military and defense applications","breadcrumb":{"@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/#primaryimage","url":"https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability.png","contentUrl":"https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability.png","width":600,"height":600,"caption":"IMU-P MEMS IMU with external GNSS capability by Inertial Labs"},{"@type":"BreadcrumbList","@id":"https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.defenseadvancement.com/"},{"@type":"ListItem","position":2,"name":"Tactical Grade Inertial Measurement Units"}]},{"@type":"WebSite","@id":"https://www.defenseadvancement.com/#website","url":"https://www.defenseadvancement.com/","name":"Defense Advancement","description":"Defense &amp; Security Technology","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.defenseadvancement.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='EB-style-css' href='https://www.defenseadvancement.com/wp-content/themes/UST/assets/css/style.css?ver=1739291002' media='all' /> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/lib/modernizr-2.7.1.min.js?ver=2.7.1" id="modernizr-js"></script> <script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/www.defenseadvancement.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/www.defenseadvancement.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":true,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":false},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.8","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"settings-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"\/cookie-policy\/\" class=\"cky-policy\" aria-label=\"Cookie Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Cookie Policy<\/a>","tag":"readmore-button","status":true,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept cookies to access this content<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]}; var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.8" id="cookie-law-info-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/news-tracking.js?ver=1.0" id="news-tracking-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/contact-form-only.js?ver=6.6.2" id="contact-form-only-js"></script> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://www.defenseadvancement.com/wp-json/" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fsuppliers%2Ftactical-grade-inertial-measurement-units%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fsuppliers%2Ftactical-grade-inertial-measurement-units%2F&#038;format=xml" /> <!-- This site is using AdRotate v5.13.5 to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-3 { min-width:0px; max-width:400px; } .b-3 { margin:0px; } .g-9 { min-width:0px; max-width:728px; } .b-9 { margin:0px; } .g-10 { width:auto; } .b-10 { margin:0px; } .g-11 { min-width:0px; max-width:400px; } .b-11 { margin:0px; } .g-13 { min-width:0px; max-width:1940px; } .b-13 { margin:0px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.75--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="blog-post"> var _hsq = _hsq || []; _hsq.push(["setContentType", "blog-post"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <meta name="onesignal" content="wordpress-plugin"/> <script type="rocketlazyloadscript"> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: "/" }; OneSignal.setDefaultNotificationUrl("https://www.defenseadvancement.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '157814a6-e363-442a-ad0e-f47e44ef7983'; oneSignal_options['allowLocalhostAsSecureOrigin'] = true; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://www.defenseadvancement.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['safari_web_id'] = "eb.onesignal.auto.0c986762-0fae-40b1-a5f6-ee95f7275a97"; oneSignal_options['promptOptions'] = { }; oneSignal_options['promptOptions']['actionMessage'] = "Receive notifications about the latest defense technology developments"; oneSignal_options['promptOptions']['acceptButtonText'] = "ALLOW"; oneSignal_options['promptOptions']['cancelButtonText'] = "NO THANKS"; OneSignal.init(window._oneSignalInitOptions); OneSignal.showSlidedownPrompt(); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css">/** Mega Menu CSS: fs **/</style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <link rel="apple-touch-icon" sizes="180x180" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-32x32-1.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-16x16-1.png"> <style> /* Inline header styles to speed up loading */ .header-top-top { width: 100%; border-bottom: #e6e6e6 solid 1px; height: 40px; font-size: 12px; line-height: 40px; } .header-top-top ul { margin-bottom: 0; } .header-top-top li { font-size: 12px; margin-bottom: 0; line-height: 40px; } .header-add-company a { background-color: #1A3763; height: 40px; padding: 0 15px; display: inline-block; text-decoration: none; color: #FFF; float: right; font-size: 12px; line-height: 40px; } .header-add-company a:hover { background-color: rgb(68, 138, 255); } ul.header-top-menu { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; } ul.header-top-menu li { float: left; list-style: none; margin-bottom: 0 } ul.header-top-menu li a { color: #999; text-decoration: none; margin: 0 5px; } ul.header-top-menu li a:hover { color: #183663; } .social-header { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; font-size: 12px; line-height: 40px; } .social-header a { color: rgb(68, 138, 255); margin: 0 5px; } .social-header a:hover { color: #F60; } .header-logo { width: 308px; margin-top: 20px; float: left; } .header-ad { width: 728px; margin-top: 20px; float: right; margin-left: 0px; text-align: right; } .header-menu { margin: 10px 0 0; padding: 0 } .header-menu li { float: left; position: relative; list-style: none; margin-bottom: 0 } .header-menu>li>a { padding: 0px 20px 0px 20px; height: 48px; line-height: 51px; font-size: 16px; color: #202020; border-bottom: 4px solid transparent; z-index: 9999; text-decoration: none; display: block; } .header-menu>li>a:hover { border-bottom: 4px solid rgb(68, 138, 255); } body.home ul.header-menu li.home>a, body.supplier-directory ul.header-menu li.supplier-directory>a, body.company ul.header-menu li.supplier-directory>a, body.post ul.header-menu li.news>a, body.mag ul.header-menu li.magazine>a, body.issue ul.header-menu li.magazine>a, body.technical-articles ul.header-menu li.tech-articles>a, body.technical-article ul.header-menu li.tech-articles>a, body.videos ul.header-menu li.videos>a, body.video ul.header-menu li.videos>a, body.events ul.header-menu li.events>a, body.appointments ul.header-menu li.appointments>a, body.appointment ul.header-menu li.appointments>a { border-bottom: 4px solid rgb(68, 138, 255); color: rgb(68, 138, 255) } .header-fade { background: url(images/header-fade.png) repeat-x; height: 16px; width: 100%; clear: both; margin-bottom: 35px; } .mobile-header { display: none; } #header-banner-full img, #header-banner-full-new img { max-width: 728px } #header-banner-full, #header-banner-full-new { padding-left: 0; padding-right: 0; } #header-banner-full-new .g-9 { margin: 0 auto; float: none } #header-banner-full .g-9 .g-col, #header-banner-full-new .g-9 .g-col { width: 100%; text-align: center !important } #header-banner-full .g-9 .g-col img, #header-banner-full-new .g-9 .g-col img { border: solid 1px #E2E8ED; padding: 0 } /* Header Banner (new for 2019) */ #header-banner-full, #header-banner-full-new { display: block; width: 100%; padding: 18px; background-color: #f3f5f9; text-align: center; margin-bottom: 0!important; } #header-banner-full img, #header-banner-full-new img { height: auto; width: auto; max-width: 728px; border: solid 1px #f5f5f5 } body.home #header-banner-full, body.home #header-banner-full-new { margin-bottom: 0; } #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 728px !important; display: inline !important } #header-banner-full a, #header-banner-full-new a { margin: 0 auto; } #header-banner-full .iframe-container-billboard iframe, #header-banner-full-new .iframe-container-billboard iframe { width: 970px !important; } body.home #header-banner-full, body.home #header-banner-full-new { position: relative; top: 0 } body.home #header-banner-full img, body.home #header-banner-full-new img { box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%); } @media (max-width: 1260px) { #header-banner-full, #header-banner-full-new { margin-bottom: 30px } } @media (max-width:760px) { #header-banner-full img, #header-banner-full-new img { max-width: 100% } } @media (max-width:800px) { .company #header-banner-full, .company #header-banner-full-new { margin-bottom: 10px } } @media (max-width:770px) { #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 100% !important; } } @media (max-width:670px) { #header-banner-full, #header-banner-full-new { padding: 7px; margin-bottom: 12px } } body.billboard .g-9, body.wide-leader .g-9 { max-width: 970px } /* for billboard ads that aren't responsive - scale the content based on device width */ body.billboard .non-responsive iframe { position: absolute; max-width: 970px !important; } @media (min-width:920px) and (max-width:1000px) { body.billboard .non-responsive iframe { transform: scale(0.88); height: 250px; left: -20px; } } @media (min-width:820px) and (max-width:919px) { body.billboard .non-responsive iframe { transform: scale(0.8); height: 250px; left: -80px; top: -25px; } } @media (min-width:750px) and (max-width:819px) { body.billboard .non-responsive iframe { transform: scale(0.7); height: 250px; left: -100px; top: -30px; } } @media (min-width:650px) and (max-width:749px) { body.billboard .non-responsive iframe { transform: scale(0.6); height: 250px; left: -150px; top: -40px; } } @media (min-width:550px) and (max-width:649px) { body.billboard .non-responsive iframe { transform: scale(0.5); height: 250px; left: -200px; top: -50px; } } @media (min-width:450px) and (max-width:549px) { body.billboard .non-responsive iframe { transform: scale(0.4); height: 250px; left: -270px; top: -60px; } } @media (max-width:449px) { body.billboard .non-responsive iframe { transform: scale(0.3); height: 250px; left: -300px; top: -75px; } } #sidebar-partners { display: flex; flex-direction: column } #header-partner-wrapper .g, #footer-persistent-ads .g, #sidebar-partners .g { display: none } #sidebar-partners .g { max-width: 100%; margin-top: 0; margin-bottom: 40px; position: relative; background: url(<php echo get_template_directory_uri(); ?>/images/loading.gif) no-repeat center center #fff; } #sidebar-partners .g iframe, #sidebar-partners .g img { box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); } #sidebar-partners .g .g-col { width: 100% } #sidebar-partners .g img { width: 100% } /* Sidebar Advert Order */ .LR0 { order: 1 } .LR1 { order: 2 } .LR2 { order: 6 } .MR10 { order: 3 } .MR11 { order: 4 } .ust-pro-sidebar { order: 5 } #xpo-inline-banner .a-single { display: none; max-width: 100%; width: 970px; margin: 0 auto; } #xpo-inline-banner .a-single.visible { display: block } .hideAdLink { display: none } #header-partner-wrapper .g.visible, #footer-persistent-ads .g.visible, #sidebar-partners .g.visible { display: block; } #header-partner-wrapper .g.invisible { display: none; } body.billboard #header-banner-full-new img, body.wide-leader #header-banner-full-new img { max-width: 100% !important; width: 970px !important } body.wide-leader #header-partner-container { max-width:970px!important; } body.wide-leader #header-partner-holder { padding-top: 9.4%; } @media(max-width:992px) { .navbar-menu .navbar-search { display: none } } .header-navbar.navbar-newsSite .container { display: flex; justify-content: space-between } .header-navbar.navbar-newsSite .navbar-menu { flex-grow: 0 } ul.account-actions li.head-cta a { height: 48px; cursor: pointer; width: 100%; padding: 12px 16px; font-size: 18px; border-radius: 4px; font-weight: 400; font-size: 16px; border: solid 1px; } ul.account-actions { line-height: 65px; height: 65px; } ul.account-actions li.head-cta a:hover { color: #fff } ul.account-actions li.head-cta a.partner { background-color: #fff; border-color: #ccc; color: #333 !important; } ul.account-actions li.head-cta a.partner i { color: #ccc } ul.account-actions li.head-cta a.partner:hover { background-color: #f8f8f8; border-color: #aaa } ul.account-actions li.head-cta a.pro { background-color: #0066c3; border-color: #0066c3; color: #fff !important; } ul.account-actions li.head-cta a.pro:hover { background-color: #286090; border-color: #286090 } ul.account-actions li { font-size: 16px; padding: 0 10px 0 0 } ul.account-actions li.favorites-menu { padding-right: 30px } ul.account-actions li.favorites-menu i { margin-right: 5px } .navbar-search #searchform { max-width: 500px; border-radius: 4px; margin-left: 30px } /* Header move ads to the top */ header {margin-bottom: 35px;} body.home header, body.page-template-advertising-page header, body.company-template-template_innovation-partner header {margin-bottom: 0;} /* Typography tweaks Jan 2025 - MR */ .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: var(--font-stylistic) !important; font-weight:700!important; color:#1a2844; } p { font-family: var(--font-stylistic) !important; color: #333; } .news-intro { font-family: var(--font-stylistic) } ul { font-family: var(--font-stylistic) !important; font-size: 20px; line-height: 1.7; padding-left: 25px; list-style-type: "• "; /* Custom bullet symbol */ color: #333; /* Dark grey for readability */ } li { margin-bottom: 8px; margin-top: 8px; padding-left: 5px; padding-bottom:0; font-family: var(--font-stylistic)!important; } li::marker { font-size: 1.2em; /* Slightly larger bullet points */ } @media(max-width:1400px) { .hidetext { display: none } } @media(max-width:1250px) { .navbar-search { display: none } } @media(max-width:1024px) { .navbar-end { display: none } #mega-menu-wrap-header-menu { width: 100%; } } @media (max-width: 992px) { #article-content li { font-size: 16.5px; } } @media (max-width: 850px) { ul.account-actions { display: block; } } @media (max-width: 750px) { li.head-cta .partner { display: none } li.head-cta { font-size: 15px; } .news-card-wrapper.news-card-wrapper { width: 100% } } @media (max-width: 650px) { ul.account-actions { display: none; } } .navbar-brand a img { max-width: 300px; max-height: 45px; } .ust-description img { max-width: 300px !important; } @media (max-width: 450px) { .navbar-brand a { margin-right: 0; padding-left: 15px } } .navbar-brand a.ust-brand { padding: 0; margin: 0; margin-left: 20px; margin-right: 10px } .navbar-brand a.bae-brand { padding: 0; margin: 0; margin-right: 20px; margin-top: 2px } .navbar-brand a img { max-width: 130px } @media(max-width:400px) { .navbar-brand { width: calc(100% - 50px) } } </style> </head> <body class="expo_category-template-default single single-expo_category postid-31827 expo_category tactical-grade-inertial-measurement-units 31827 frontend wpb-js-composer mega-menu-header-menu mega-menu-category-menu wpb-js-composer js-comp-ver-7.1 vc_responsive"> <div id="master-wrapper"><!-- this gives us the blur background effect for modal windows --> <div id="wrapper"> <!-- Header Banner Ads ================================================================================================================================================================================================================= --> <div id="header-banner-full-new"> <div id="header-partner-container"> <div id="header-partner-holder"> <div id="header-partner-wrapper"> <div class="g g-9"><div class="g-col b-9 a-160"><a class="gofollow" data-track="MTYwLDksMSw2MA==" href="https://marketing.worlddefenseshow.com/l/996971/2025-01-28/36slr" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/wds-idex-2025_leaderboard-scaled-e1738248070572.jpg" /></a></div></div><div class="g g-9"><div class="g-col b-9 a-158"><div class="iframe-container-billboard non-responsive"><iframe loading="lazy" src="about:blank" frameborder="0" style="border:none;" scrolling="no" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.defenseadvancement.com/wp-content/banners/xes-da-bb-2025-02/index.html"></iframe><noscript><iframe src="https://www.defenseadvancement.com/wp-content/banners/xes-da-bb-2025-02/index.html" frameborder="0" style="border:none;" scrolling="no"></iframe></noscript></div></div></div><div class="g g-9"><div class="g-col b-9 a-163"><a class="gofollow" data-track="MTYzLDksMSw2MA==" href="http://www.military-space.com/DefenceAdvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Military-Space-Situational-Awareness-Conference_lb-20925.jpg" width="970" height="90" class="wide-leader"></a></div></div> </div> </div> </div> </div> <style> .sidebar-rectangle-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(<php echo get_template_directory_uri(); ?>/images/loading.gif) no-repeat center center #fff} .sidebar-rectangle-ads .displayed-rectangle-ad {position: absolute; top:0; left:0; width:100%} .sidebar-rectangle-ads .g-col {width:100%; padding: 0;} .sidebar-rectangle-ads .g-col img {padding:0; border:none} .sidebar-vertical-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(<php echo get_template_directory_uri(); ?>/images/loading.gif) no-repeat center center #fff} .sidebar-vertical-ads .displayed-vertical-ad {position: absolute; top:0; left:0; width:50%; background-color: #fff} .sidebar-vertical-ads #vertical-ad-wrapper-2 {right:0; left:auto; height:100%} .sidebar-vertical-ads .g-col {width:100%; padding: 0;} .sidebar-vertical-ads .g-col img {padding:0; margin:25px} .sidebar-rectangle-ads.small-ads .mdl-card {padding-top: 30%;} .displayed-rectangle-ad, .displayed-vertical-ad { opacity: 0; transition: opacity 1s; } .displayed-rectangle-ad.showMe, .displayed-vertical-ad.showMe { opacity: 1; } body.billboard #header-banner-full img {max-width: 100%!important; width: 970px!important} #header-partner-container {max-width: 728px; margin: 0 auto;} body.billboard #header-partner-container {max-width: 970px;} #header-partner-holder {width:100%; padding-top: 12.363%; position: relative; background: url(<php echo get_template_directory_uri(); ?>/images/loading.gif) no-repeat center center} body.billboard #header-partner-holder {padding-top: 25.774%;} #header-partner-wrapper {position: absolute; top:0; left:0; width:100%} #header-partner-wrapper .g-col {width:100%; padding: 0; margin:0 auto!important; text-align: center!important} #header-partner-wrapper .g-col img {padding:0; border:none} </style> <!-- Header Banner Ads End ================================================================================================================================================================================================================= --> <!-- HEADER ================================================================================================================================================================================================================= --> <header> <div class="header-navbar navbar"> <div class="navbar-brand"> <a href="/" class="navbar-item ust-brand"><img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da_logo.png" /></a> <a href="https://www.defenseadvancement.com/bae-systems-partnership/" class="navbar-item bae-brand"><img src="" /></a> </div> <div class="navbar-menu"> <div id="mega-menu-wrap-header-menu" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-html-block mega-toggle-block-1' id='mega-toggle-block-1'><ul class="account-actions"> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro">Join the Supplier Ecosystem</a></li> </ul></div><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-2' id='mega-toggle-block-2'><button aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false"> <span class="mega-toggle-animated-box"> <span class="mega-toggle-animated-inner"></span> </span> </button></div></div></div><ul id="mega-menu-header-menu" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="disabled" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-panel-width="body" data-panel-inner-width=".container" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1024" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100" data-overlay-desktop="false" data-overlay-mobile="false"><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-30595' id='mega-menu-item-30595'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/" aria-expanded="false" tabindex="0">Suppliers & Products<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30596' id='mega-menu-item-30596'><a class="dashicons-search mega-menu-link" href="https://www.defenseadvancement.com/suppliers/">View & Search Suppliers</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30597' id='mega-menu-item-30597'><a class="far fa-bookmark mega-menu-link" href="https://www.defenseadvancement.com/account/">My Saved Items</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-30615' id='mega-menu-item-30615'><a class="mega-menu-link" href="https://www.defenseadvancement.com/supplier-categories/">Technologies by Type</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69221' id='mega-menu-item-69221'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/electronics-communication-intelligence/" aria-expanded="false">Electronics, Communication &#038; Intelligence<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69222' id='mega-menu-item-69222'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/communication-systems-equipment/">Communication &#038; Data Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69226' id='mega-menu-item-69226'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/electronic-warfare/">Electronic Warfare &#038; Countermeasures</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69223' id='mega-menu-item-69223'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/navigation-geolocation-geospatial-solutions/">Navigation, Geolocation &#038; Geospatial Solutions</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69224' id='mega-menu-item-69224'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/optics-imaging-vision-systems/">Optics, Imaging &#038; Vision Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69225' id='mega-menu-item-69225'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/rugged-computing-embedded-electronics/">Rugged Computing &#038; Embedded Electronics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69653' id='mega-menu-item-69653'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/sensors-data-acquisition-radar/">Sensors, Data Acquisition &#038; Radar</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69227' id='mega-menu-item-69227'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/software-cloud-solutions/">Software, Digital &#038; Cloud solutions</a></li> </ul> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69217' id='mega-menu-item-69217'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/platforms-systems-autonomy/" aria-expanded="false">Platforms, Systems &#038; Autonomy<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69218' id='mega-menu-item-69218'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/military-cuas/">CUAS</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69220' id='mega-menu-item-69220'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/motion-control-systems/">Motion Control Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69215' id='mega-menu-item-69215'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/propulsion-fuel-systems/">Propulsion &#038; Fuel Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69214' id='mega-menu-item-69214'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/sensors-data-acquisition-radar/">Sensors, Data Acquisition &#038; Radar</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69213' id='mega-menu-item-69213'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/unmanned-autonomous-systems/">Unmanned &#038; Autonomous Systems</a></li> </ul> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69228' id='mega-menu-item-69228'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/support-protection-infrastructure/" aria-expanded="false">Support, Protection &#038; Infrastructure<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69230' id='mega-menu-item-69230'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/infrastructure-logistics-materials/">Infrastructure, Logistics &#038; Materials</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69231' id='mega-menu-item-69231'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/personal-protection-body-armor/">Personal Protection &#038; Body Armor</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69229' id='mega-menu-item-69229'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/power-systems-energy-management/">Power Systems &#038; Energy Management</a></li> </ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-has-icon mega-icon-left mega-menu-item-69236' id='mega-menu-item-69236'><a class="dashicons-plus-alt2 mega-menu-link" href="/partner/?route=header-main-nav">Add Your Solutions</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-grid mega-menu-item-30603' id='mega-menu-item-30603'><a class="mega-menu-link" href="/news/" aria-expanded="false" tabindex="0">Insights<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-row' id='mega-menu-30603-0'> <ul class="mega-sub-menu"> <li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-0'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-2' id='mega-menu-item-text-2'><h4 class="mega-block-title">Browse Content</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current_page_parent mega-has-icon mega-icon-left mega-menu-item-5426' id='mega-menu-item-5426'><a class="far fa-newspaper mega-menu-link" href="https://www.defenseadvancement.com/news/">Latest Articles</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-has-icon mega-icon-left mega-menu-item-41045' id='mega-menu-item-41045'><a class="fas fa-lightbulb mega-menu-link" href="/feature/">Case Studies, Applications & Insights</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-33821' id='mega-menu-item-33821'><a class="dashicons-video-alt3 mega-menu-link" href="https://www.defenseadvancement.com/videos/">Videos</a></li><li class='mega-menu-item mega-menu-item-type-widget widget_block mega-menu-item-block-2' id='mega-menu-item-block-2'><style> .menu-featured-channel img {max-height:20px; margin-top:10px; margin-bottom:20px} .menu-featured-channel span {display:block} .menu-featured-channel { padding-top:20px} .menu-featured-channel a {color:#333} </style> <div class="menu-featured-channel" style="display:none"> <h4 class="mega-block-title">Featured</h4> <span><a href="/channel/honeywell-f-35/"> <strong>F-35 Lightning II</strong></span> <span>Powering with a symphony of systems</span> <img decoding="async" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png" /></a> </div></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-1'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-3' id='mega-menu-item-text-3'><h4 class="mega-block-title">Articles by Domain</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-716' id='mega-menu-item-716'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/air/">Air</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-718' id='mega-menu-item-718'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/land/">Land</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-719' id='mega-menu-item-719'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/maritime/">Maritime</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-715' id='mega-menu-item-715'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/technology/">Technology</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-2'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-4' id='mega-menu-item-text-4'><h4 class="mega-block-title">Subjects</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-50845' id='mega-menu-item-50845'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/aukus/">AUKUS</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-723' id='mega-menu-item-723'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/c4i/">C4I</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-12174' id='mega-menu-item-12174'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/countermeasures/">Countermeasures</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-722' id='mega-menu-item-722'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/cyber/">Cyber</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-717' id='mega-menu-item-717'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/ordnance/">Ordnance</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-724' id='mega-menu-item-724'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/security/">Security</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-5427' id='mega-menu-item-5427'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/soldier/">Soldier</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-721' id='mega-menu-item-721'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/space/">Space</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-720' id='mega-menu-item-720'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/unmanned/">Unmanned</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-3'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_recent_entries mega-menu-item-recent-posts-3' id='mega-menu-item-recent-posts-3'> <h4 class="mega-block-title">Recent</h4> <ul> <li> <a href="https://www.defenseadvancement.com/news/advanced-c2-software-for-autonomous-swarm-operations-released/">Advanced C2 Software for Autonomous Swarm Operations Released</a> <span class="post-date">February 17, 2025</span> </li> <li> <a href="https://www.defenseadvancement.com/news/trillium-to-provide-gimbal-systems-for-raytheon-loitering-munition/">Trillium to Provide Gimbal Systems for Raytheon Loitering Munition</a> <span class="post-date">February 17, 2025</span> </li> <li> <a href="https://www.defenseadvancement.com/news/istec-to-enhance-jackal-3-extenda-with-advanced-weapon-systems/">ISTEC to Enhance Jackal 3 Extenda with Advanced Weapon Systems</a> <span class="post-date">February 17, 2025</span> </li> </ul> </li> </ul> </li> </ul> </li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-21002' id='mega-menu-item-21002'><a class="mega-menu-link" href="/events/" tabindex="0">Events</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-69238' id='mega-menu-item-69238'><a class="mega-menu-link" href="/partner/?route=header-mobile-nav-showcase" tabindex="0">Showcase Your Solutions</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-69237' id='mega-menu-item-69237'><a class="mega-menu-link" href="/partner/?route=header-mobile-nav-advertising" tabindex="0">Advertising</a></li></ul></div> <div class="navbar-search"> <form id="searchform" method="get" action="https://www.defenseadvancement.com"> <input type="hidden" name="post_type[]" value="expo_category" /> <input type="hidden" name="post_type[]" value="company" /> <input type="text" name="s" id="s" data-swplive="true" class="search-input" placeholder="Search" /> <button type="submit" class="search-button"> <i class="fa fa-search fa-lg"></i> </button> </form> </div> <div class="navbar-end"> <ul class="account-actions"> <li class="favorites-menu"><a href="/account/" class=""><i class="far fa-bookmark"></i><span class="hidetext"> Saved</span></a></li> <!--<li class="head-cta"><a href="/partner/" class="partner">Partner with Us</a></li> <li class="head-cta"><a data-toggle="modal" data-target="#ustpromodal" class="pro ustprotrigger">Join Pro<span class="hidetext"> (Free)</span></a></li>--> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro"> Become a Supplier </a></li> </ul> </div> </div> </div> </header> <!-- CONTENT =================================================================================================================================================== --> <div class="expo-cat-results-wrapper ebt-expo-categories"> <div class="eb-container main-content category-column category-main-wrapper ebt-expo-categories__container"> <!-- Left Hand 2/3 column --> <div class="ebt-expo-categories__main" id="expo-content-orderer"> <!-- Top Header Section ============================================================================================================================ --> <div id="expo-head"> <div class="medium-content-wrap"> <ul class="breadcrumbs expo-breadcrumbs"> <li><a href="/">Home</a></li> <li><a href="/suppliers/">Suppliers</a></li> <li>Tactical Grade Inertial Measurement Units</li> </ul> <h1> Tactical Grade MEMS IMUs </h1> <span class="category-intro"> Tactical grade inertial measurement units (IMUs) are compact and precise sensors used in defense applications to determine an object's orientation, acceleration, and velocity. Deployed in various platforms such as aircraft, unmanned aerial vehicles (UAVs), and ground vehicles, tactical IMUs provide essential navigation and guidance capabilities, enabling precise maneuvering, target tracking, and situational awareness in challenging environments. </span> <!-- Category Filter Section ==================================================================================================================== --> <!-- Category Filter Section END ==================================================================================================================== --> <!-- Tabs ============================================================================================================================ --> <div class="new-tab-wrap"> <a href="#cat_companies" class="single-tab active">Suppliers</a> <a href="#products" class="single-tab">Products</a> <a href="#cat_articles" class="single-tab articles-tab">Articles</a> <a href="#overview-tab" class="single-tab overview-tab">Overview</a> </div> </div> </div> <!-- Advertising CTA ============================================================================================================================ --> <!-- Overview Section ================================================================================================================================= --> <div class="eb-section eb-section--white" id="overview-tab"> <div class="results-found"> <span class="sub-above">Overview</span> <span class="expo-section-heading"> Tactical Grade MEMS IMUs </span> </div> <!-- Author --> <div class="cat-author"> <div class="author-img person"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/05/thomas_withington.jpeg" /> </div> <div class="cat-author-details"> <span class="the-author">By <strong> Dr Thomas Withington </strong></span> <span class="last-updated">Last updated: December 3rd, 2024 </span> </div> </div> <!-- Share Icons --> <div class="inline-share padded-bordered"> <a href="http://www.linkedin.com/shareArticle?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&title=Tactical Grade Inertial Measurement Units&source=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" target="_blank" class="share-btn linkedin"> <i class="fab fa-linkedin-in"></i> </a> <a href="http://twitter.com/share?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&text=Tactical Grade Inertial Measurement Units&via=defenseadvance" target="_blank" class="share-btn twitter"> <i class="fab fa-twitter"></i> </a> <a href="http://www.facebook.com/sharer/sharer.php?u=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" target="_blank" class="share-btn facebook"> <i class="fab fa-facebook-f"></i> </a> <a href="http://reddit.com/submit?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&title=Tactical Grade Inertial Measurement Units" target="_blank" class="share-btn reddit"> <i class="fab fa-reddit-alien"></i> </a> <!-- Email --> <a href="/cdn-cgi/l/email-protection#46793533242c2325327b122725322f25272a660134272223660f282334322f272a660b2327353334232b2328326613282f3235602429223f7b0f66202933282266322e2f35662134232732662734322f252a237c662e323236357c69693131316822232023283523272230272825232b2328326825292b69353336362a2f23343569322725322f25272a6b21342722236b2f282334322f272a6b2b2327353334232b2328326b33282f323569" target="_blank" class="share-btn email"> <i class="far fa-envelope"></i> </a> <style> @media (max-width: 470px) { .share-btn.facebook, .share-btn.reddit { display: none; } } </style> </div> <!-- Content --> <div class="category-main-content"> <p><strong>Widely employed in military aircraft, ships, spacecraft and vehicles, tactical-grade Inertial Measurement Units (IMU) are used extensively to sense, measure and record motion in a moving body.</strong></p> <p>IMUs are typically utilized to sense an array of motions including acceleration and gravitational force, angle (roll, pitch and yaw) and orientation. Their reliability, low cost, and compact size make them integral components of modern defense systems.</p> <p>Military-grade IMUs comprise gyroscopes, accelerometers and magnetometers:</p> <ul> <li>Gyroscopes measure orientation</li> <li><a href="https://www.defenseadvancement.com/suppliers/accelerometers/" target="_blank" rel="noopener">Accelerometers</a> measure acceleration and gravitational force</li> <li>Magnetometers calculate magnetic field strength to determine orientation with compasses being widely used.</li> </ul> <div id="attachment_57406" style="width: 310px" class="wp-caption alignright"><a href="https://www.defenseadvancement.com/company/inertial-labs/imu-p/" target="_blank" rel="attachment noopener wp-att-57406"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-57406" class="wp-image-57406 size-medium" src="https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-300x300.png" alt="IMU-P MEMS IMU with external GNSS capability by Inertial Labs" width="300" height="300" srcset="https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-300x300.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-200x200.png 200w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-80x80.png 80w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability-130x130.png 130w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/IMU-P-MEMS-IMU-with-external-GNSS-capability.png 600w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-57406" class="wp-caption-text">IMU-P MEMS IMU with external GNSS capability by Inertial Labs</p></div> <p>Output from these systems is fed into a central processing unit which computes the behaviour of the body equipped with the IMU with the output then displayed as data.</p> <p>By combining gyroscopes, accelerometers and magnetometers into a single inertial measurement unit it is possible to obtain significant information about a moving body’s behaviour; ascertaining angle, speed and position relative to north.</p> <p>An IMU is not a navigation system, but may form an important part of an <a href="https://www.defenseadvancement.com/suppliers/inertial-navigation-systems/" target="_blank" rel="noopener">Inertial Navigation System (INS)</a>.</p> <p>Inertial measurement unit technology is continually improving. Evolutions throughout the 20th Century were propelled by the exploration of space and the corresponding development of ballistic missiles. For example, fibre optic and laser technology has been incorporated in gyroscope design.</p> <h3>Military Grade MEMS IMUs</h3> <p>IMUs typically utilize microelectromechanical systems (MEMS) technology, which allows for miniaturization without compromising accuracy.</p> <p>IMU miniaturisation has helped ensure systems can be used in weight and space-constrained platforms like unmanned aerial vehicles, munitions and ordnance.</p> <p>Advances in computing have also been essential in continually improving the speed and quality of the calculations derived from an IMU and the information that it presents.</p> <p>Inertial Measurement Units (IMUs) play a pivotal role in various military and defense applications, offering unparalleled precision and reliability in navigation, guidance, and stabilization systems. These compact and robust devices incorporate a combination of gyroscopes and accelerometers to</p> <h3>Defense Applications</h3> <p>Military IMUs continuously measure and track an object&#8217;s orientation, velocity, and gravitational forces in real-time, independent of external references such as GPS signals.</p> <div id="attachment_57407" style="width: 310px" class="wp-caption alignright"><a href="https://www.defenseadvancement.com/company/microstrain/3dm-cx5-imu-inertial-measurement-unit/" target="_blank" rel="attachment noopener wp-att-57407"><img decoding="async" aria-describedby="caption-attachment-57407" class="wp-image-57407 size-medium" src="https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-300x300.png" alt="3DM-CX5-IMU Embeddable high-performance OEM IMU by MicroStrain HBK" width="300" height="300" srcset="https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-300x300.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-200x200.png 200w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-768x768.png 768w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-80x80.png 80w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU-130x130.png 130w, https://www.defenseadvancement.com/wp-content/uploads/2022/12/3DM-CX5-IMU-Embeddable-high-performance-OEM-IMU.png 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-57407" class="wp-caption-text">3DM-CX5-IMU Embeddable high-performance OEM IMU by MicroStrain HBK</p></div> <p><strong>Military Aircraft &amp; Unmanned Aerial Systems<br /> </strong>In military aircraft, IMUs serve as critical components in inertial navigation systems (INS), enabling precise positioning and trajectory calculations even in GPS-denied environments or during electronic warfare scenarios. This capability is essential for both manned and unmanned aerial vehicles (UAVs), allowing them to navigate with accuracy over long distances, evade threats, and execute complex missions with minimal reliance on external aids.</p> <p><strong>Guidance Systems<br /> </strong>IMUs are integral to the guidance systems of missiles, torpedoes, and other munitions, providing the necessary inertial data for course correction, target tracking, and terminal homing. By continuously monitoring acceleration and rotation rates, IMUs enable these weapons to maintain their intended flight paths, compensate for disturbances, and deliver payloads with exceptional accuracy.</p> <p><strong>Military Vehicles<br /> </strong>In military vehicles MEMS IMUs enhance navigation capabilities and enable precise positioning for reconnaissance, surveillance, and target acquisition missions. Mounted on tanks, armored vehicles, and infantry platforms, IMUs contribute to situational awareness by providing reliable heading, attitude, and velocity information, enabling commanders to make informed decisions and effectively coordinate tactical maneuvers in dynamic battlefield environments.</p> <p><strong>Stabilization of Military Platforms<br /> </strong>As well as navigation and guidance, IMUs play a crucial role in stabilizing various military platforms, such as cameras, radars, and communication antennas, to ensure steady operation and accurate targeting under challenging conditions such as high-speed maneuvers, rough terrain, or turbulent seas.</p> <p>By compensating for motion-induced disturbances, IMUs help maintain the integrity of sensor data and enhance the overall performance of military systems across land, air, and sea domains.</p> <p>&nbsp;</p> </div> <!-- Share Icons --> <div class="inline-share padded-bordered"> <a href="http://www.linkedin.com/shareArticle?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&title=Tactical Grade Inertial Measurement Units&source=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" target="_blank" class="share-btn linkedin"> <i class="fab fa-linkedin-in"></i> </a> <a href="http://twitter.com/share?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&text=Tactical Grade Inertial Measurement Units&via=defenseadvance" target="_blank" class="share-btn twitter"> <i class="fab fa-twitter"></i> </a> <a href="http://www.facebook.com/sharer/sharer.php?u=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/" target="_blank" class="share-btn facebook"> <i class="fab fa-facebook-f"></i> </a> <a href="http://reddit.com/submit?url=https://www.defenseadvancement.com/suppliers/tactical-grade-inertial-measurement-units/&title=Tactical Grade Inertial Measurement Units" target="_blank" class="share-btn reddit"> <i class="fab fa-reddit-alien"></i> </a> <!-- Email --> <a href="/cdn-cgi/l/email-protection#201f5355424a4543541d744143544943414c00675241444500694e45525449414c006d4541535552454d454e5400754e49545306424f44591d6900464f554e4400544849530047524541540041525449434c451a0048545450531a0f0f5757570e444546454e5345414456414e43454d454e540e434f4d0f535550504c494552530f544143544943414c0d47524144450d494e45525449414c0d4d4541535552454d454e540d554e4954530f" target="_blank" class="share-btn email"> <i class="far fa-envelope"></i> </a> <style> @media (max-width: 470px) { .share-btn.facebook, .share-btn.reddit { display: none; } } </style> </div> </div> <!-- Products Section ==================================================================================================================== --> <div class="eb-section eb-section--white eb-section--tight" id="products"> <div class="eb-section-header"> <h2 class="eb-section-headline">Products <small><em>(40)</em></small> </h2> </div> <!-- The Products --> <div class="ebt-expo-categories__products-list js-product-cards"> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1364 1363 1362 1350 1348 1360 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="68217" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/INS-DM-FI-2024.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/inertial-labs/ins-dm-fi-gps-aided-ins/" title="INS-DM-FI GPS-Aided INS">INS-DM-FI GPS-Aided INS</a> <p class="eb-typography">IP68-rated tactical-grade dual-antenna GNSS-INS based on FOGs & MEMS accelerometers</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">IP68-rated tactical-grade dual-antenna GNSS-INS based on FOGs & MEMS accelerometers</div> <div class="eb-product-card__overlay-content">... an integrated <b>IMU</b> based on <b><b>tactical-grade</b></b> fiber optic gyroscopes and <b>MEMS</b> accelerometers. It...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/inertial-labs/ins-dm-fi-gps-aided-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1364 1363 1350 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="66754" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/Certus-Mini-N-miniature-GNSS-aided-INS.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/advanced-navigation/certus-mini-n-mini-d-mems-gnss-ins/" title="Certus Mini N &#038; Mini D MEMS GNSS/INS">Certus Mini N &#038; Mini D MEMS GNSS/INS</a> <p class="eb-typography">Rugged tactical-grade single- and dual-antenna GNSS/INS</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/09/Advanced-Navigation-Logo-190x69.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Rugged tactical-grade single- and dual-antenna GNSS/INS</div> <div class="eb-product-card__overlay-content">The Certus Mini N and Mini D are rugged IP67-rated GNSS-aided INS that provide accurate and reliable...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/advanced-navigation/certus-mini-n-mini-d-mems-gnss-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1366 1348 1360 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="66750" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/Certus-Mini-A-MEMS-AHRS-Sensor.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/advanced-navigation/certus-mini-a-mems-ahrs-sensor/" title="Certus Mini A MEMS AHRS Sensor">Certus Mini A MEMS AHRS Sensor</a> <p class="eb-typography">Rugged tactical-grade AHRS for aerial, marine & land applications</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/09/Advanced-Navigation-Logo-190x69.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Rugged tactical-grade AHRS for aerial, marine & land applications</div> <div class="eb-product-card__overlay-content">The Certus Mini A is a rugged IP67-rated AHRS that delivers accurate and reliable attitude and headi...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/advanced-navigation/certus-mini-a-mems-ahrs-sensor/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1348 1356 1368"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="66626" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/3DM-GV7-INS.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ar-vertical-reference-unit/" title="3DM-GV7-AR Vertical Reference Unit">3DM-GV7-AR Vertical Reference Unit</a> <p class="eb-typography">Ruggedized tactical-grade IMU/VRU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Ruggedized tactical-grade IMU/VRU</div> <div class="eb-product-card__overlay-content">...ged IP68-rated <b><b>tactical-grade</b></b> vertical reference unit that is ideal for defense applications...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ar-vertical-reference-unit/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1354 1366 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="66624" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/3DM-GV7-INS.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ahrs-attitude-heading-reference-system/" title="3DM-GV7-AHRS Attitude &#038; Heading Reference System">3DM-GV7-AHRS Attitude &#038; Heading Reference System</a> <p class="eb-typography">Ruggedized tactical-grade IMU/AHRS with integrated magnetometer</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Ruggedized tactical-grade IMU/AHRS with integrated magnetometer</div> <div class="eb-product-card__overlay-content">...ged IP68-rated <b><b>tactical-grade</b></b> attitude & heading reference system that is ideal for defense...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ahrs-attitude-heading-reference-system/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1363 1350 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="66622" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/3DM-GV7-INS.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ins-gnss-aided-ins/" title="3DM-GV7-INS GNSS-Aided INS">3DM-GV7-INS GNSS-Aided INS</a> <p class="eb-typography">Ruggedized tactical-grade INS with external GNSS input</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Ruggedized tactical-grade INS with external GNSS input</div> <div class="eb-product-card__overlay-content">...ged IP68-rated <b><b>tactical-grade</b></b> inertial navigation system that accepts external position and velocity...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-gv7-ins-gnss-aided-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="62841" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/07/HGuide-HG4930-S-Class-IMU.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/hguide-hg4930-s-class-imu/" title="HGuide HG4930 S-Class IMU">HGuide HG4930 S-Class IMU</a> <p class="eb-typography">High-performance MEMS inertial measurement unit for platform stabilization</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo-190x36.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">High-performance MEMS inertial measurement unit for platform stabilization</div> <div class="eb-product-card__overlay-content">...ree-of-freedom <b>MEMS</b> <b>IMU</b> designed especially for platform stabilization applications such as cameras...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/honeywell/hguide-hg4930-s-class-imu/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="45947" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/06/IMU-KERNEL-100.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/inertial-labs/kernel-imus/" title="Kernel IMUs">Kernel IMUs</a> <p class="eb-typography">Fully-integrated industrial and tactical-grade inertial measurement units</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Fully-integrated industrial and tactical-grade inertial measurement units</div> <div class="eb-product-card__overlay-content">...s cutting-edge <b>MEMS</b> sensor technology, using three-axis accelerometers and gyroscopes to provide...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/inertial-labs/kernel-imus/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="41424" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/06/IMU-P.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/inertial-labs/imu-p/" title="IMU-P">IMU-P</a> <p class="eb-typography">Advanced three-axis MEMS IMU with external GNSS capability</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Advanced three-axis MEMS IMU with external GNSS capability</div> <div class="eb-product-card__overlay-content"><b>...IMU-P</b> <b>Tactical-A</b> <b>IMU-P</b> <b>Tactical-S</b> <b>IMU-P</b> Industrial The <b>IMU-P</b> family of <b>MEMS</b> inertial measurement units utilize three-axis accelerometers and gyroscopes...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/inertial-labs/imu-p/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1354 1348 1359 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="31697" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/3DM-CV7-HBK.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-cv7-ahrs-attitude-heading-reference-system/" title="3DM-CV7-AHRS Attitude &amp; Heading Reference System">3DM-CV7-AHRS Attitude &amp; Heading Reference System</a> <p class="eb-typography">Embeddable tactical-grade AHRS for navigation &amp; control</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Embeddable tactical-grade AHRS for navigation &amp; control</div> <div class="eb-product-card__overlay-content">... an embeddable <b><b>tactical-grade</b></b> AHRS in a compact and lightweight OEM form factor, delivering <b>IMU...</b></div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-cv7-ahrs-attitude-heading-reference-system/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1359"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="31695" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/3DM-CX5-HBK.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-cx5-imu-inertial-measurement-unit/" title="3DM-CX5-IMU Inertial Measurement Unit">3DM-CX5-IMU Inertial Measurement Unit</a> <p class="eb-typography">Embeddable high-performance OEM IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Embeddable high-performance OEM IMU</div> <div class="eb-product-card__overlay-content">The <b>3DM-CX5-IMU</b> is Microstrain's most compact and lightweight OEM <b>IMU,</b> designed to meet the needs of...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-cx5-imu-inertial-measurement-unit/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1364 1363 1350 1348 1359 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="31713" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/3DM-GQ7-HBK.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dmgq7-gnss-aided-ins/" title="3DMGQ7 GNSS-Aided INS">3DMGQ7 GNSS-Aided INS</a> <p class="eb-typography">Tactical-grade dual-antenna RTK GNSS/INS</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade dual-antenna RTK GNSS/INS</div> <div class="eb-product-card__overlay-content">... is a powerful <b><b>tactical-grade</b></b> navigation solution featuring low-noise and low-drift <b>MEMS</b> inertial...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dmgq7-gnss-aided-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="31686" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/3DM-CV7-HBK.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/microstrain/3dm-cv7-ar-imu-vru/" title="3DM-CV7-AR IMU &amp; VRU">3DM-CV7-AR IMU &amp; VRU</a> <p class="eb-typography">Tactical-grade OEM Inertial Measurement Unit &amp; Vertical Reference Unit</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade OEM Inertial Measurement Unit &amp; Vertical Reference Unit</div> <div class="eb-product-card__overlay-content">...e 3DM-CV7 is a <b><b>tactical-grade</b></b> combined <b>IMU</b> and VRU in a low-SWaP OEM package, incorporating...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/microstrain/3dm-cv7-ar-imu-vru/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1361 1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="31372" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/11/IMU-FI-200-T-2024.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/inertial-labs/imu-fi-200t/" title="IMU-FI-200T">IMU-FI-200T</a> <p class="eb-typography">Fiber Optic Gyroscopes (FOG) and MEMS accelerometers based Inertial Measurement Units (IMU)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Fiber Optic Gyroscopes (FOG) and MEMS accelerometers based Inertial Measurement Units (IMU)</div> <div class="eb-product-card__overlay-content">The <b>IMU-FI-200T</b> is a compact <b>tactical</b> <b>grade</b> <b>IMU</b> that incorporates state-of-the-art three-axis... ...lications, the <b>IMU-FI-200T</b> is ideal for UAV and UUV navigation and control, platform and antenna...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/inertial-labs/imu-fi-200t/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="14541" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/IMU-NAV-100-A.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/inertial-labs/imu-nav-100/" title="IMU-NAV-100">IMU-NAV-100</a> <p class="eb-typography">High-performance navigation-grade IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">High-performance navigation-grade IMU</div> <div class="eb-product-card__overlay-content">The <b>IMU-NAV-100</b> is a low-SWaP (size, weight and power) <b>IMU</b> based on state-of-the-art <b>MEMS</b> sensor... ...surement Unit <b>(IMU-NAV)</b> is the latest addition to the Inertial Labs Advanced <b>MEMS</b> sensor-based...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/inertial-labs/imu-nav-100/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11949" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/ISA100c-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/isa-100c/" title="ISA-100C">ISA-100C</a> <p class="eb-typography">High performance tactical grade IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">High performance tactical grade IMU</div> <div class="eb-product-card__overlay-content">...gh performance <b>tactical</b> <b>grade</b> <b>IMU</b> combines with NovAtel's GNSS technology to deliver 3D position,... The <b>IMU-ISA-100C</b> features Northrop-Grumman Litef GMBH's proven inertial measurement technology...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/isa-100c/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11979" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/UIMU-1680x885-2.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/hg1700-ag62/" title="HG1700 AG62">HG1700 AG62</a> <p class="eb-typography">UIMU-H62 Tactical Grade (RLG) Inertial Measurement Unit (IMU)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">UIMU-H62 Tactical Grade (RLG) Inertial Measurement Unit (IMU)</div> <div class="eb-product-card__overlay-content">The <b>UIMU-H62</b> contains Honeywell's HG1700, a <b>tactical</b> <b>grade</b> <b>IMU</b> containing Ring Laser Gyros (RLG) and... ...Economical, <b>tactical</b> <b>grade</b> OEM <b>IMUs</b> from Honeywell.</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/hg1700-ag62/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11981" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/UIMU-1680x885-2.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/hg1700-ag58/" title="HG1700 AG58">HG1700 AG58</a> <p class="eb-typography">UIMU-H58 Tactical Grade (RLG) Inertial Measurement Unit (IMU)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">UIMU-H58 Tactical Grade (RLG) Inertial Measurement Unit (IMU)</div> <div class="eb-product-card__overlay-content">The <b>UIMU-H58</b> contains Honeywell's HG1700, a <b>tactical</b> <b>grade</b> <b>IMU</b> containing Ring Laser Gyros (RLG) and... ...Economical, <b>tactical</b> <b>grade</b> OEM <b>IMUs</b> from Honeywell.</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/hg1700-ag58/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11916" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HG-1930-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/hg1930/" title="HG1930">HG1930</a> <p class="eb-typography">OEM-HG1930 MEMS IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">OEM-HG1930 MEMS IMU</div> <div class="eb-product-card__overlay-content">...nical Systems <b>(MEMS)</b> Inertial Measurement Unit <b>(IMU)</b> manufactured by Honeywell. It provides <b>tactical...</b> A proprietary <b>MEMS</b> Interface Card (MIC) couples the HG1930 with SPAN receivers, offering a unique,...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/hg1930/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11943" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/UIMU-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/%c2%b5imu-ic/" title="µIMU-IC">µIMU-IC</a> <p class="eb-typography">Combines with SPAN GNSS+INS technology to provide 3D position, velocity and attitude solution</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Combines with SPAN GNSS+INS technology to provide 3D position, velocity and attitude solution</div> <div class="eb-product-card__overlay-content">......High performing <b>MEMS</b> <b>IMU</b> offers continuous and stable positioning. The <b>µIMU-IC</b> features Northrop Grumman Litef GmbH’s proven inertial measurement technology...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/%c2%b5imu-ic/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1361 1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11945" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/PI_NovAtel_SPAN-IMUs-KVH1750_Top-View.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/kvh1750/" title="KVH1750">KVH1750</a> <p class="eb-typography">Provides continuous 3D position, velocity and attitude solution</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Provides continuous 3D position, velocity and attitude solution</div> <div class="eb-product-card__overlay-content">...The <b>IMU-KVH1750</b> offers <b>tactical</b> <b>grade</b> performance in a compact and rugged package. The <b>IMU-KVH1750</b> is designed to be paired with NovAtel's OEM6® line of receivers. Commercially...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/kvh1750/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1361 1351 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11947" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/IMU-LN200-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/ln200/" title="LN200">LN200</a> <p class="eb-typography">IMU-LN200 Tactical Grade Fiber Optic Gyros (FOG) - LN200 IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">IMU-LN200 Tactical Grade Fiber Optic Gyros (FOG) - LN200 IMU</div> <div class="eb-product-card__overlay-content">The <b>IMU-LN200</b> contains the Northrop Grumman LN200 <b>IMU.</b> The LN200 is a <b>tactical</b> <b>grade</b> <b>IMU</b> containing... <b>Tactical</b> <b>grade,</b> low noise <b>IMU</b> combines with NovAtel’s GNSS technology to provide 3D position,...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/ln200/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11906" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/PI_NovAtel_OEM_ADIS_16488.png.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/adis-16488/" title="ADIS 16488">ADIS 16488</a> <p class="eb-typography">Commercial MEMS IMU delivers 3D position, velocity and attitude</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Commercial MEMS IMU delivers 3D position, velocity and attitude</div> <div class="eb-product-card__overlay-content">Commercial <b>MEMS</b> <b>IMU</b> integrated with SPAN® technology that delivers 3D position, velocity and... ...f Life for <b>OEM-IMU-ADIS-16488....</b></div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/adis-16488/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11908" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/EG320N-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/eg320n/" title="EG320N">EG320N</a> <p class="eb-typography">Commercial MEMS IMU combines with SPAN GNSS+INS technology to deliver 3D position and velocity</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Commercial MEMS IMU combines with SPAN GNSS+INS technology to deliver 3D position and velocity</div> <div class="eb-product-card__overlay-content">...anical System <b>(MEMS)</b> <b>IMU</b> from Epson. It features low noise gyros and accelerometers in a small,...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/eg320n/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11910" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/OEM-IMU-EG370N-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/eg370n/" title="EG370N">EG370N</a> <p class="eb-typography">Commercial, MEMS IMU with higher data rate and improved accuracies</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Commercial, MEMS IMU with higher data rate and improved accuracies</div> <div class="eb-product-card__overlay-content">The <b>OEM-IMU-EG370N</b> is a high performing Micro Electro Mechanical Systems <b>(MEMS)</b> Inertial Measurement...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/eg370n/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11912" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/PI_NovAtel_SPAN-IMUs_STIM300_Top-Front-View.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/stim300/" title="STIM300">STIM300</a> <p class="eb-typography">Commercial MEMS IMU combines with SPAN GNSS+INS technology to deliver 3D position and velocity</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Commercial MEMS IMU combines with SPAN GNSS+INS technology to deliver 3D position and velocity</div> <div class="eb-product-card__overlay-content">Commercial <b>MEMS</b> <b>IMU</b> which integrates with SPAN® technology to deliver 3D position, velocity and... ...anical System <b>(MEMS)</b> Inertial Measurement Unit <b>(IMU)</b> from Sensonor. It features low noise gyros and...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/stim300/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-platinum" data-attributes="1351 1348 1360"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="11914" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HG-1930-1680x885-1.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/novatel/hg4930/" title="HG4930">HG4930</a> <p class="eb-typography">Provides 3D position, velocity and attitude</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Provides 3D position, velocity and attitude</div> <div class="eb-product-card__overlay-content">The <b>OEM-IMU-HG4930</b> is a small and affordable high-performance <b>MEMS</b> <b>IMU</b> that is combined with SPAN... The <b>OEM-IMU-HG4930</b> is a high performing Micro Electro Mechanical Systems <b>(MEMS)</b> Inertial Measurement...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/novatel/hg4930/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58659" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/CIRUS-A-High-Performance-FOG-IMU-1024x1024.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/cirus-a/" title="CIRUS-A">CIRUS-A</a> <p class="eb-typography">Strategic-Grade High-Performance FOG IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Strategic-Grade High-Performance FOG IMU</div> <div class="eb-product-card__overlay-content">...surement Unit <b>(IMU).</b> It is engineered for inertial navigation, guidance, pointing, and stabilization... ......e legacy in delivering <b>strategic-grade</b> FOG-based products for diverse applications....</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/cirus-a/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58658" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/TAC-450-Photonic-IMU-1024x1024.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/tac-450-360/" title="TAC-450-360">TAC-450-360</a> <p class="eb-typography">Tactical-grade Photonic IMU for UAV & Autonomous Vehicle Applications (Non-ITAR)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade Photonic IMU for UAV & Autonomous Vehicle Applications (Non-ITAR)</div> <div class="eb-product-card__overlay-content">...he TAC-450-360 <b>IMU</b> from EMCORE is engineered to meet the rigorous demands of modern military... ... with <b>inertial-grade</b> accelerometers and tri-axis magnetometers, the TAC-450-360 ensures exceptional...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/tac-450-360/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58654" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/EN-300-Precision-Fiber-Optic-IMU-1024x1024.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/en-300/" title="EN-300">EN-300</a> <p class="eb-typography">Precision Fiber Optic IMU (Non-ITAR)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Precision Fiber Optic IMU (Non-ITAR)</div> <div class="eb-product-card__overlay-content">...surement Unit <b>(IMU)</b> is engineered to exceed the demands of modern military applications, providing... ...ional standard <b>IMU</b> delta velocity and delta theta outputs....</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/en-300/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58652" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/TAC-440-Quartz-MEMS-Tactical-Inertial-Measurement-Unit.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/tac-440/" title="TAC-440">TAC-440</a> <p class="eb-typography">World’s smallest tactical-grade 1°/hour IMU</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">World’s smallest tactical-grade 1°/hour IMU</div> <div class="eb-product-card__overlay-content">The TAC-440 <b>MEMS-based</b> Inertial Measurement Unit <b>(IMU)</b> is engineered to deliver unparalleled... ...rformance: The <b>IMU</b> achieves 1°/hour gyro bias stability and 1 mg accelerometer bias stability, with...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/tac-440/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58651" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/SDI500-Tactical-Grade-IMU-1024x1024.jpeg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/sdi500/" title="SDI500">SDI500</a> <p class="eb-typography">Tactical-grade quartz MEMS IMU for rugged military environments</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade quartz MEMS IMU for rugged military environments</div> <div class="eb-product-card__overlay-content">...dustry-leading <b>MEMS</b> technology to deliver unprecedented angle random walk values of 0.02°/√hr.,... ......roviding cutting-edge inertial measurement unit <b>(IMU)</b> capabilities for optimized military...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/sdi500/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="58646" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/SDI170-Tactical-Grade-Inertial-Measurement-Unit-1024x1024.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/emcore-corporation/sdi170/" title="SDI170">SDI170</a> <p class="eb-typography">Tactical-grade MEMS IMU alternative to legacy RLG systems</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade MEMS IMU alternative to legacy RLG systems</div> <div class="eb-product-card__overlay-content">... EMCORE SDI170 <b>IMU</b> (Inertial Measurement Unit) offers unparalleled performance and reliability,...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/sdi170/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="33524" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/DMU41-Rugged-MEMS-IMU.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/silicon-sensing/dmu41-mems-imu/" title="DMU41 MEMS IMU">DMU41 MEMS IMU</a> <p class="eb-typography">High-performance alternative to FOG IMUs</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/Silicon_Sensing_logo-190x87.jpg" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">High-performance alternative to FOG IMUs</div> <div class="eb-product-card__overlay-content">...est-performing <b>MEMS</b> <b>IMU,</b> providing <b><b>tactical-grade</b></b> performance with a more than 40% reduction in SWaP...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/silicon-sensing/dmu41-mems-imu/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes=""> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="33531" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/DMU11-MEMS-Inertial-Measurement-Unit.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/silicon-sensing/dmu11-mems-inertial-measurement-unit/" title="DMU11 MEMS Inertial Measurement Unit">DMU11 MEMS Inertial Measurement Unit</a> <p class="eb-typography">6-DoF IMU for high-volume motion sensing &amp; control applications</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/Silicon_Sensing_logo-190x87.jpg" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">6-DoF IMU for high-volume motion sensing &amp; control applications</div> <div class="eb-product-card__overlay-content">... is a low-cost <b>IMU</b> designed for high-volume motion sensing and control applications requiring... ...nd lightweight <b>IMU</b> outputs built-in test results, delta theta and delta velocity information on an...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/silicon-sensing/dmu11-mems-inertial-measurement-unit/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes="1366 1348 1359"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="19464" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/vn-100-rugged.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/vectornav/vn-100-rugged-imu-ahrs/" title="VN-100 Rugged IMU/AHRS">VN-100 Rugged IMU/AHRS</a> <p class="eb-typography">Miniature industrial-grade IMU &amp; AHRS</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Miniature industrial-grade IMU &amp; AHRS</div> <div class="eb-product-card__overlay-content">...surement Unit <b>(IMU)</b> and Attitude Heading Reference System (AHRS) in a precision-machined anodized...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/vectornav/vn-100-rugged-imu-ahrs/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes="1366 1348 1358"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="19462" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/vn-100-smd.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/vectornav/vn-100-surface-mount-device-imu-ahrs/" title="VN-100 Surface Mount Device IMU/AHRS">VN-100 Surface Mount Device IMU/AHRS</a> <p class="eb-typography">Miniature, lightweight and high-performance IMU &amp; AHRS in Surface Mount Device (SMD) packaging</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Miniature, lightweight and high-performance IMU &amp; AHRS in Surface Mount Device (SMD) packaging</div> <div class="eb-product-card__overlay-content">...surement Unit <b>(IMU)</b> and Attitude Heading Reference System (AHRS). Combining 3-axis accelerometers,...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/vectornav/vn-100-surface-mount-device-imu-ahrs/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes="1366 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="19456" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VN-110s-01.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/vectornav/vn-110-imu-ahrs/" title="VN-110 IMU/AHRS">VN-110 IMU/AHRS</a> <p class="eb-typography">Rugged and Miniature Tactical-Grade IMU and AHRS</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Rugged and Miniature Tactical-Grade IMU and AHRS</div> <div class="eb-product-card__overlay-content">...he VN-110 is a <b><b>tactical-grade</b></b> Inertial Measurement Unit <b>(IMU)</b> and Attitude Heading Reference System...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/vectornav/vn-110-imu-ahrs/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes="1363 1350 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="19458" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VN-210s-01.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/vectornav/vn-210-gnss-ins/" title="VN-210 GNSS/INS">VN-210 GNSS/INS</a> <p class="eb-typography">Tactical-grade GNSS-aided Inertial Navigation System (INS)</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-grade GNSS-aided Inertial Navigation System (INS)</div> <div class="eb-product-card__overlay-content">...he VN-210 is a <b><b>tactical-grade,</b></b> high performance GNSS-aided Inertial Navigation System (GNSS/INS)...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/vectornav/vn-210-gnss-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__products-list-item random-gold" data-attributes="1364 1350 1348 1356"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="19460" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VN-310-01.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/vectornav/vn-310-dual-antenna-gnss-ins/" title="VN-310 Dual-Antenna GNSS/INS">VN-310 Dual-Antenna GNSS/INS</a> <p class="eb-typography">Tactical-Grade GNSS/INS with Integrated GNSS-Compass</p> </div> </div> <div class="eb-product-card__footer"> <div class="eb-product-card__logo-wrapper"> <img class="eb-product-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> <div class="eb-product-card__overlay"> <div class="eb-typography eb-product-card__overlay-main"> <div class="eb-product-card__overlay-title">Tactical-Grade GNSS/INS with Integrated GNSS-Compass</div> <div class="eb-product-card__overlay-content">...he VN-310 is a <b><b>tactical-grade,</b></b> high-performance Dual Antenna GNSS-aided Inertial Navigation System...</div> </div> <div class="eb-button-group eb-product-card__overlay-cta"> <a href="https://www.defenseadvancement.com/company/vectornav/vn-310-dual-antenna-gnss-ins/" class="eb-button">View</a> </div> </div> </div> </div> </div> </div> </div> <!-- Articles Section ===================================================================================================================== --> <div class="eb-section eb-section--white eb-section--tight eb-mt0 ebt-expo" style="padding-top: var(--current-section-padding-top);" id="cat_articles"> <div class="eb-section-header"> <h2 class="eb-section-headline">Related Articles</h2> </div> <div class="ebt-expo-categories__articles-list"> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="68195" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/Silicon-Sensing-Trials-DMU41-IMU-for-Space-Platform-Guidance-1024x640.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/silicon-sensing-trials-dmu41-imu-for-space-platform-guidance/" title="Silicon Sensing Trials DMU41 IMU for Space Platform Guidance">Silicon Sensing Trials DMU41 IMU for Space Platform Guidance</a> <p class="eb-typography">Silicon Sensing Systems and Science Tokyo have conducted multiple rounds of radiation testing to determine the DMU41 IMU's suitability for low earth orbit (LEO) space applications</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Nov 04, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="67999" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/silicon-sensing-imu-iqps-1024x624.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/silicon-sensing-imus-fourth-year-on-iqps-small-sar-satellite/" title="Silicon Sensing IMU’s Fourth Year on iQPS Small SAR Satellite">Silicon Sensing IMU’s Fourth Year on iQPS Small SAR Satellite</a> <p class="eb-typography">All-silicon DMU30 inertial measurement unit (IMU) helps monitor and control the satellite throughout prolonged missions</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 25, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="67788" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/New-Compact-Inertial-Measurement-Unit-Unveiled-DA-FEATURE.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/high-performance-rugged-imu-released/" title="High-Performance Rugged IMU Released">High-Performance Rugged IMU Released</a> <p class="eb-typography">Inertial Labs’ robust KERNEL-201 miniature MEMS sensor-based IMU is fully calibrated and temperature-compensated, ensuring consistent, precise measurements in demanding environments</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 23, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="66116" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/09/Advanced-Navigation-Introduces-Certus-Mini-Series-for-Lightweight-Platforms-1024x452.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/advanced-navigation-introduces-certus-mini-series-for-lightweight-platforms/" title="Advanced Navigation Introduces Certus Mini Series for Lightweight Platforms">Advanced Navigation Introduces Certus Mini Series for Lightweight Platforms</a> <p class="eb-typography">Advanced Navigation has unveiled its Certus Mini Series, designed for high-performance navigation in compact and lightweight formats </p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Sep 30, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="65699" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/09/Advancing-Navigation-in-GNSS-Denied-Environments-Honeywells-N580HRVS-solution-on-Display-at-InterGeo-2024-Family-Photo-1024x577.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/advancing-navigation-in-gnss-denied-environments-honeywells-n580hrvs-solution-on-display-at-intergeo-2024/" title="Advancing Navigation in GNSS-Denied Environments: Honeywell&#8217;s N580+HRVS Solution on Display at InterGeo 2024">Advancing Navigation in GNSS-Denied Environments: Honeywell&#8217;s N580+HRVS Solution on Display at InterGeo 2024</a> <p class="eb-typography">At InterGeo 2024, Honeywell will be showcasing its N580+HRVS solution, a reliable GNSS-denied navigation solution that can mark the difference between mission success and failure</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Sep 19, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="62740" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/07/Advancing-Military-Vehicle-Operations-in-GNSS-Denied-Environments-1024x684.jpeg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/feature/advancing-military-vehicle-operations-in-gnss-denied-environments/" title="Advancing Military Vehicle Operations in GNSS-Denied Environments">Advancing Military Vehicle Operations in GNSS-Denied Environments</a> <p class="eb-typography">Honeywell has detailed the benefits of its HGuide n580 INS/GNSS navigator integrated with the HRVS, tackling GNSS disruptions and ensuring precise military vehicle navigation in challenging conditions</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Jul 16, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="60997" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/06/Comparing-IMUs-and-Gyroscopes-for-Motion-Sensing-Applications.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/feature/comparing-imus-and-gyroscopes-for-motion-sensing-applications/" title="Comparing IMUs and Gyroscopes for Motion Sensing Applications">Comparing IMUs and Gyroscopes for Motion Sensing Applications</a> <p class="eb-typography">Inertial Labs discusses the advantages of using gyroscopes and inertial measurement units (IMUs) for motion sensing applications, detailing their functions, properties, and ability to provide navigational precision</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Jun 20, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="60525" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/06/Tactical-PNT-Solutions-Trialled-at-NAVFEST.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/tactical-pnt-solutions-trialled-at-navfest/" title="Tactical PNT Solutions Trialled at NAVFEST">Tactical PNT Solutions Trialled at NAVFEST</a> <p class="eb-typography">VectorNav Technologies has tested the use of its robust Position, Navigation, and Timing (PNT) solutions in GNSS-contested scenarios at the U.S. Air Force’s NAVFEST 2024 Test Event</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Jun 17, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__articles-list-item"> <div class="eb-post-card js-teaser "> <button class="eb-add-to-favourites" data-id="60021" add-to-favorites="post"></button> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/06/Tactical-Grade-MEMS-Inertial-Measurement-Units.jpeg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/feature/tactical-grade-mems-inertial-measurement-units/" title="Tactical Grade MEMS Inertial Measurement Units">Tactical Grade MEMS Inertial Measurement Units</a> <p class="eb-typography">Inertial Labs delves into the history of MEMS inertial measurement units, before going into how they work, the current trends, and potential future directions for the technology</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Jun 11, 2024</div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Companies Section =============================================================================================================================== --> <div class="company-content-tab" id="cat_companies"> <div class="ebt-expo-categories__supplier-group"> <div class="ebt-expo-categories__section-heading head-section expo-head-section clearfix"> Platinum Partners <i class="fa fa-angle-down"></i> </div> <div class="ebt-expo-categories__supplier-list js-shuffle-cards "> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/honeywell/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/07/HGuide-HG4930-S-Class-IMU.png" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="36474" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/honeywell/" title="Honeywell Aerospace Technologies">Honeywell Aerospace Technologies</a> <p class="eb-typography">Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication &amp; Augmented Reality Systems</p> <div class="eb-button-group"> <a class="eb-button " href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/honeywell/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo-190x36.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/microstrain/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/3DM-GV7-INS.png" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="31674" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/microstrain/" title="MicroStrain by HBK">MicroStrain by HBK</a> <p class="eb-typography">Industrial &amp; Tactical Grade Inertial Sensors for Defense: IMU, VRU, Tilt Sensors, INS &amp; AHRS </p> <div class="eb-button-group"> <a class="eb-button " href="https://www.microstrain.com/" target="_blank" rel="nofollow" onClick="gtag('event','microstrain',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/microstrain/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/HBK_MicroStrain_logo-190x101.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/inertial-labs/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/INS-DM-FI-2024.png" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="14144" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/inertial-labs/" title="Inertial Labs">Inertial Labs</a> <p class="eb-typography">Tactical Grade IMU, GPS/INS, Weapon Orientation Solutions</p> <div class="eb-button-group"> <a class="eb-button " href="https://inertiallabs.com" target="_blank" rel="nofollow" onClick="gtag('event','inertial-labs',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/inertial-labs/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/10/Inertial-Labs_300-190x108.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/advanced-navigation/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/Certus-Mini-N-miniature-GNSS-aided-INS.jpg" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="13797" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/advanced-navigation/" title="Advanced Navigation">Advanced Navigation</a> <p class="eb-typography">ITAR free Position, Navigation and Timing (PNT) solutions for Sea, Land & Air applications</p> <div class="eb-button-group"> <a class="eb-button " href="https://www.advancednavigation.com/defence/" target="_blank" rel="nofollow" onClick="gtag('event','advanced-navigation',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/advanced-navigation/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/09/Advanced-Navigation-Logo-190x69.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/novatel/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/ISA100c-1680x885-1.jpeg" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="9347" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/novatel/" title="NovAtel">NovAtel</a> <p class="eb-typography">Assured Position, Navigation and Timing (PNT) Solutions for Military and Defense</p> <div class="eb-button-group"> <a class="eb-button " href="https://novatel.com/industries/defense" target="_blank" rel="nofollow" onClick="gtag('event','novatel',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/novatel/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2021/08/HexagonPI_Novatel_RGB_STANDARD_LOGO-190x37.png" loading="lazy"> </div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-group"> <div class="ebt-expo-categories__section-heading head-section expo-head-section clearfix"> Gold Partners <i class="fa fa-angle-down"></i> </div> <div class="ebt-expo-categories__supplier-list js-shuffle-cards "> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card "> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/guidenav/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2025/02/GuideNav-MEMS-Inertial-Measurement-Units.png" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="71325" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/guidenav/" title="GuideNav">GuideNav</a> <p class="eb-typography">Tactical-Grade & High-Performance Inertial Sensors: MEMS IMUs, FOG IMUs, Gyroscopes, Accelerometers, INS</p> <div class="eb-button-group"> <a class="eb-button " href="https://guidenav.com/" target="_blank" rel="nofollow" onClick="gtag('event','guidenav',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/guidenav/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2025/02/GuideNav-Logo-190x28.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/CIRUS-A-High-Performance-FOG-IMU-1024x1024.jpg" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="53445" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/emcore-corporation/" title="EMCORE Corporation">EMCORE Corporation</a> <p class="eb-typography">High-Performance Fiber Optic, Ring Laser Gyro and MEMS Inertial Sensors & Navigation Systems</p> <div class="eb-button-group"> <a class="eb-button " href="https://emcore.com" target="_blank" rel="nofollow" onClick="gtag('event','emcore-corporation',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/emcore-corporation/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/02/Emcore-Corp_logo-190x37.png" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/silicon-sensing/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/DMU41-Rugged-MEMS-IMU.jpg" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="32417" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/silicon-sensing/" title="Silicon Sensing">Silicon Sensing</a> <p class="eb-typography">MEMS Inertial Sensors, Gyroscopes &amp; Accelerometers for Inertial Guidance, Control &amp; Stabilization </p> <div class="eb-button-group"> <a class="eb-button " href="https://siliconsensing.com/" target="_blank" rel="nofollow" onClick="gtag('event','silicon-sensing',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/silicon-sensing/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/01/Silicon_Sensing_logo-190x87.jpg" loading="lazy"> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card eb-supplier-card--product-image"> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/vectornav/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/vn-100-rugged.png" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="18227" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/vectornav/" title="VectorNav">VectorNav</a> <p class="eb-typography">Embedded Navigation Solutions for Unmanned Systems</p> <div class="eb-button-group"> <a class="eb-button " href="https://www.vectornav.com/" target="_blank" rel="nofollow" onClick="gtag('event','vectornav',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/vectornav/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/VectorNav-Logo-2020-scaled-e1596645864875-300x163-1-190x103.webp" loading="lazy"> </div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__supplier-group"> <div class="ebt-expo-categories__section-heading head-section expo-head-section clearfix"> Silver Partners <i class="fa fa-angle-down"></i> </div> <div class="ebt-expo-categories__supplier-list js-shuffle-cards "> <div class="ebt-expo-categories__supplier-list-item"> <div class="eb-supplier-card "> <div class="eb-supplier-card__main"> <a href="https://www.defenseadvancement.com/company/northrop-grumman-litef-gmbh/" class="eb-supplier-card__image-wrapper"> <img class="eb-supplier-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/08/LITEF_Inertial-sensing-navigation-systems-for-military-vehicles-1024x530.jpg" loading="lazy"> </a> <div class="eb-supplier-card__content"> <button class="eb-add-to-favourites" data-id="63888" add-to-favorites="company"></button> <div class="eb-card-text-column"> <a class="eb-card-title-2 " href="https://www.defenseadvancement.com/company/northrop-grumman-litef-gmbh/" title="LITEF">LITEF</a> <p class="eb-typography">High-Performance Inertial Sensing & Navigation Systems for Military Land Vehicles & Ground Forces</p> <div class="eb-button-group"> <a class="eb-button " href="https://www.litef.de/en/defence/products" target="_blank" rel="nofollow" onClick="gtag('event','northrop-grumman-litef-gmbh',{'event_category': 'Company Referrals','event_label': 'Website'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://www.defenseadvancement.com/company/northrop-grumman-litef-gmbh/" target="_self" >View Profile</a> </div> </div> </div> <div class="eb-supplier-card__footer"> <div class="eb-supplier-card__logo-wrapper"> <img class="eb-supplier-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2024/08/LITEF-Logo-190x65.png" loading="lazy"> </div> </div> </div> </div> </div> </div> </div> <div class="ebt-expo-categories__advertising-group"> <!-- Advertising CTA --> <div class="add-company-bar"> <a href="/partner/?route=cat_showcase"> <span class="add-comp-title">+ Showcase your capabilities</span> <span class="add-comp-intro">If you design, build or supply <i>Tactical Grade Inertial Measurement Units</i>, create a profile to showcase your capabilities on this page.</span> </a> </div> </div> </div> </div> <!-- Sidebar --> <div class="ebt-expo-categories__sidebar expocat-sidebar"> <div class="inner-sidebar"> <!-- category sponsor ad --> <!-- related categories --> <span class="sidebar-subhead">Related Categories</span> <div class="category-result-container"> <a href="https://www.defenseadvancement.com/suppliers/inertial-systems/" class="top-category-result result-">Inertial Systems</a> <a href="https://www.defenseadvancement.com/suppliers/inertial-navigation-systems/" class="top-category-result result-">Inertial Navigation Systems</a> <a href="https://www.defenseadvancement.com/suppliers/accelerometers/" class="top-category-result result-">Accelerometers</a> </div> <!-- sidebar main content --> <div id="sidebar-with-advertising"> <div id="sidebar-partners"> <div class="g g-3"><div class="g-col b-3 a-166"><a class="gofollow" data-track="MTY2LDMsMSw2MA==" href="https://sightlineapplications.com/detection-advanced-software-function-3-8-2/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/SightLine_Feb2025_da.jpg"></a></div></div><div class="g g-3"><div class="g-col b-3 a-157"><a class="gofollow" data-track="MTU3LDMsMSw2MA==" href="https://bit.ly/4jbjOx1" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/XPO25-DA.gif" /></a></div></div><div class="g g-3"><div class="g-col b-3 a-159"><a class="gofollow" data-track="MTU5LDMsMSw2MA==" href="https://hubs.la/Q033HYLf0" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Elsight_lg-rec-2025.jpg" width="400" height="333"></a></div></div><div class="g g-11"><div class="g-col b-11 a-161"><a class="gofollow" data-track="MTYxLDExLDEsNjA=" href="https://futureg.dsigroup.org/register/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/FutureG-md-rec_2025.jpg" width="400" height="120"></a></div></div> <div class="sidebar-section standard ust-pro-sidebar" style="background-color:#111111"> <div class=""> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/Artboard-1DA-PRO-WHT.png" /> <span class="pro-headline">Join Global Defense Engineering Professionals</span> <span class="pro-body">Sign up free to DA Pro to get full website access, the weekly eBrief and exclusive event discounts.</span> <input type="text" aria-invalid="false" id="proSignupEmail" placeholder="Email" value=""> <button class="btn btn-primary btn-lg pro-section__submit-button ustprotrigger" type="submit"><span class=" btn__label text-l">Join for Free</span></button> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript"> jQuery(document).ready(function($) { $('.pro-section__submit-button').click(function() { var emailEntered = $('#proSignupEmail').val(); $('#ustpromodal .form-main-email input').val(emailEntered); $('#ustpromodal').modal('toggle'); }) }) </script> </div> </div> </div> </div> <div id="sidebar-scroll-anchor"></div> </div> </div> </div> </div> </div><!-- .expo-category-wrapper --> <style> /* This css is specific to this page, and lives here purely because it was written here while developing the page, and never moved to the core stylesheet */ ul.parent-category-list { padding: 0; margin: 0; display: none; transition: 0.5s } ul.parent-category-list.parentsubcat, ul.parent-category-list.parentsubcatonly { display: block } #catlist-wrapper.showCats ul.parent-category-list { display: block } #catlist-wrapper .hideText { display: none } #catlist-wrapper.showCats .hideText { display: inline-block } #catlist-wrapper.showCats .viewText { display: none } ul.parent-category-list.parentcat, ul.parent-category-list.parentcatonly { list-style: none; margin: 20px 0 0 0; padding: 0; } ul.parent-category-list.parentcatonly li, ul.parent-category-list.parentcat li { padding: 10px 10px; border-bottom: solid 1px #eee; font-size: 16px; display: block } ul.parent-category-list.parentcat li a, ul.parent-category-list.parentcatonly li a { color: #333; text-decoration: none } ul.parent-category-list.parentcat li a:hover, ul.parent-category-list.parentcatonly li a:hover { text-decoration: underline !important } ul.parent-category-list.parentcat ul, ul.parent-category-list.parentcatonly ul { border-left: solid 1px #eee; margin-left: 50px; margin-bottom: 10px; padding: 10px 0 0 10px } ul.parent-category-list.parentcat ul li.child-parent, ul.parent-category-list.parentcatonly ul li.child-parent { border: none; display: inline-block; padding: 5px 10px; font-size: 14px; font-style: italic; color: #666 } ul.parent-category-list.parentsubcat, ul.parent-category-list.parentsubcatonly { padding: 20px 0 0 0; } ul.parent-category-list.parentsubcat li, ul.parent-category-list.parentsubcatonly li { display: inline-block } ul.parent-category-list.parentsubcat li a, ul.parent-category-list.parentsubcatonly li a, a.view-subcats { background-color: #f8f9fa; border: solid 1px #f8f9fa; color: #333; padding: 0 15px; line-height: 40px; border-radius: 4px; display: block; margin: 0 10px 10px 0; font-size: 14px; } ul.parent-category-list.parentsubcat li a:hover, ul.parent-category-list.parentsubcatonly li a:hover, a.view-subcats:hover { box-shadow: 0 1px 1px rgb(0 0 0 / 10%); background-color: #f8f9fa; border: 1px solid #dadce0; } .cat-filter-heading { display: block; font-weight: bold; font-size: 16px; padding-bottom: 15px } #cat_categories {} a.view-subcats { font-size: 16px; margin-top: 20px; cursor: pointer; display: inline-block; padding: 5px 20px; font-weight: bold; } a.view-subcats i { margin-right: 10px } </style> <style> .card-overlay { color: #333; display: block; } .card-overlay { text-align: left; box-sizing: border-box; overflow: hidden; position: absolute; top: 60px; right: 0; z-index: 10; left: 0; bottom: 0; cursor: pointer; } .card-overlay .overlay-text-wrapper { height: 100%; background: rgba(255, 255, 255, 0.95); transition: bottom .25s ease 0s; position: absolute; padding: 20px; left: 0; right: 0; bottom: -100%; } .card-overlay:hover .overlay-text-wrapper { bottom: 0 } .overlay-intro { font-weight: bold; display: block; margin-bottom: 10px } #cat_articles .overlay-intro { font-weight: 400; font-style: italic; } .link-button-wrapper { width: 100%; text-align: center; padding: 10px 20px; position: absolute; left: 0; right: 0; bottom: 10px; } .link-through-button { background-color: rgb(63, 81, 181); height: 36px; padding: 0 18px; font-size: 14px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; color: #fff; max-width: 100%; display: inline-block; text-align: center; border-radius: 20px; font-weight: 500 !important; font-family: "Roboto", "Helvetica", "Arial", sans-serif; } .articletext-match { color: #666 } .sub-above { text-transform: uppercase; color: #4452af; font-weight: bold; display: block; margin-bottom: 10px } .expo-section-heading { font-size: 30px; } #cat_companies .expo-section-heading { margin-bottom: 20px } .author-img { overflow: hidden; width: 70px; height: 70px; } .author-img.person { border-radius: 50%; } .author-img img { overflow: hidden; } .cat-author { display: flex; flex-direction: row; padding-bottom: 35px } .cat-author-details { margin: 10px 0; padding-left: 15px } .cat-author-details span { display: block; font-size: 18px } .cat-author-details span.last-updated { color: #999; font-size: 16px } .padded-bordered { padding: 35px 0; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; } .chapter-toc ul { padding: 0; list-style: none; } .category-main-content h3 { padding-bottom: 20px; font-size: 24px } .share-btn { background-color: #fff } #overview-tab .expo-section-heading { font-size: 30px } #overview-tab .category-main-content img { padding: 30px; background-color: #fff; } #overview-tab .wp-caption img, #overview-tab .wpb_single_image img { padding: 0; border: none; background: none } #overview-tab .wp-caption, #overview-tab .wpb_single_image { font-size: 14px } #overview-tab .wpb_single_image p, #overview-tab p.wp-caption-text { margin-bottom: 0 } #overview-tab .wpb_single_image .vc_figure-caption, { padding: 5px 0; color: #666; font-size: 14px; font-style: italic; } #overview-tab { order: 3; margin-top: 50px } #cat_articles { order: 4 } #expo-content-orderer { padding-bottom: 50px !important } @media (min-width:992px) { #expo-content-orderer { padding-right: 35px !important } } .add-company-bar { background-color: #E1E6EA; border-radius: 3px; order: 8; margin: 0 50px 25px 5px; transition: 0.2s } #cat_companies .add-company-bar { margin: 0 0 25px 5px; } .add-company-bar a { padding: 20px; display: block } .add-company-bar:hover { background-color: #DCE1E5 } .add-comp-intro { display: block; color: #666; font-size: 16px; max-width: 650px } .add-comp-title { display: block; font-weight: bold; color: #111; font-size: 18px; } /* AB Testing */ .cat-header-content, .category-intro { text-align: left; margin: 0 0 20px 0 } .category-intro { font-size: 16px; margin: 0 } .cat-header-content h1 { max-width: 100% } .category-result-container { justify-content: left } .button-colored i, .button-clear i { display: none; } .button-colored { border-radius: 18px; box-shadow: none; display: none } .button-colored.ABtest { display: none } .button-colored.ABtest { display: inline-block } .contact-button { display: none } .button-clear { background-color: #eee; border-radius: 18px; color: #555 } .results-found.suppliers { display: none } .head-section.expo-head-section { text-align: left; padding-left: 6px; font-weight: bold; font-size: 18px; padding-top: 25px } ul.breadcrumbs.expo-breadcrumbs { display: none } .new-tabs { box-shadow: none; background: none } span.expo-jump { display: none } .addcompany-tab { display: none } .expocat-sidebar .category-result-container, .sidebar-subhead { display: none } .expocat-sidebar .category-result-container { flex-wrap: wrap; justify-content: left; margin-bottom: 25px; display: flex } .expo-header-wrapper .category-result-container { display: none } .expo-cat-results-wrapper { background-color: #fff } .expo-header-wrapper { box-shadow: none } .cat-header-content { padding-bottom: 0 } .new-tabs { border: none } .tab-wrap {} .inner-tab-wrap { display: block; border-bottom: solid 1px #ddd; padding-bottom: 5px } .product-card { box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); } .category-main-wrapper { overflow: visible } .expocat-sidebar {} .sidebar-subhead { font-size: 20px; font-weight: bold; display: block; margin-bottom: 20px; } @media (max-width:991px) { .category-intro { width: 100% } .tab-wrap { width: 100%; padding-right: 0 } .expocat-sidebar { margin-top: 0 } #overview-tab .category-main-content img { padding: 0 } } /* New Medium-esque styling 2022 ======================================================== */ .medium-style { border-right: 1px solid #eee; padding: 32px } .medium-divider { border-bottom: 1px solid #eee } .medium-content-wrap { margin: 0 50px 0 0; padding: 30px 0; border-bottom: 1px solid #eee; } .expo-cat-results-wrapper { padding-top: 0 } #header-banner-full-new { margin-bottom: 0 } #expo-content-orderer { padding-right: 0 !important; } .new-tab-wrap { width: 100%; margin-top: 10px } .new-tab-wrap a { padding: 16px 0px; display: inline-block; color: #666; margin: 0 10px; cursor: pointer } .new-tab-wrap a:hover { color: #000; } .new-tab-wrap a.active { color: #000; border-bottom: solid 1px #000; margin-bottom: -1px } .company-content-tab { padding: 35px 0 } #cat_companies { margin-top: 0; padding-top: 0; } .company-content-tab#products { margin-top: 0 } .company-content-tab#overview-tab { padding-top: 30px; margin-top: 0 } #expo-head h1 { padding-top: 35px } #expo-head .medium-content-wrap { padding-bottom: 0; } .expo-category-wrapper .supplier-logo { width: 170px; } .expo-category-wrapper .supplier-logo img { max-width: 170px; max-height: 100px } @media (max-width:600px) { #expo-head h1 { font-size: 28px; padding-top: 0; } } #cat_companies { position: relative } #cat_companies .results-found { margin-bottom: -25px } .product-filter-wrap { display: block; margin-bottom: 15px } .product-filter-wrap .single-control { display: inline-block; width: 24.5% } .product-filter-wrap .single-control select { width: 100%; } .filter-title { font-weight: bold; display: block; margin-bottom: 10px } .selectedFilters { margin-top: 20px; font-size: 15px } select.catControl { -webkit-appearance: none; cursor: pointer; background-color: #fff; padding-right: 32px; vertical-align: top; width: 100%; border-radius: 2px; border: 1px solid #666; padding: 4px 32px 4px 12px; height: 40px; color: #242d3d; transition: all .25s ease-in-out; font-size: 15px; line-height: 1.5; font-variation-settings: "wght" 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important; } .inner-control-wrap { display: flex; flex-direction: column; padding: 8px } .select-container { position: relative; } .select-container .atds-icon { fill: #0098eb; right: 8px; top: 8px; transition: all .25s ease-in-out; pointer-events: none; position: absolute; width: 24px; height: 24px; background-size: 48px 192px; background-position: -12px -128px; overflow: hidden; display: inline-block; text-indent: -10em; } #results { height: 40px; line-height: 40px; padding-left: 15px; font-size: 15px } .results-text { display: none } .filter-trigger { display: none; border: solid 1px #ccc; padding: 0 15px; height: 36px; border-radius: 18px; line-height: 36px; font-size: 15px; } @media (max-width:892px) { .product-filter-wrap { display: none; } .product-filter-wrap.show { display: block; } .filter-trigger { display: inline-block; } .product-filter-wrap .single-control { width: 50% } } @media (max-width:650px) { .product-filter-wrap .single-control { width: 100% } } .chosenFilter { display: inline-block; padding: 0 10px; background-color: #eee; height: 32px; line-height: 32px; border-radius: 16px; margin-right: 5px; font-size: 14px } .chosenFilter i { margin-left: 10px; color: #666 } a.disabled { color: #ccc; } a.disabled:hover { background: none; color: #ccc; cursor: default } .inner-sidebar.fixed { position: fixed; bottom: 0; } .fixedposition { position: absolute !important; } .fixedTopWindow { position: fixed !important; } .expo-category-wrapper { float: none; display: flex; flex-direction: row; margin-right: 0; } .make-sticky { position: sticky !important; top: 20px; } @media(max-width:992px) { .expocat-sidebar { display: none; } .medium-style { border: none; padding: 0 } .expo-category-wrapper { display: block; } .expo-category-wrapper .category-intro { display: none } .medium-content-wrap { margin-right: 0 } } </style> <script type="rocketlazyloadscript"> jQuery(function($) { /** * Shuffle Product Cards */ // get all product-cards container var cards_containers = document.querySelectorAll('.js-shuffle-cards'); // loop through cards_containers for (var i = 0; i < cards_containers.length; i++) { var cards_container = cards_containers[i]; // shuffle children shuffle_dom_children(cards_container); } /** * Shuffle Dom Children * @param node parent */ function shuffle_dom_children(parent) { var children = Array.from(parent.children); children.sort(() => { return Math.random() - 0.5; }); children.forEach((child) => { parent.appendChild(child); }); } // product filtering $('.catControl').change(function() { var hasResults = 0; // assume no results unless at least one product matches the requirements var filterControls = $(".catControl"); var filterControlArray = []; filterControls.each(function() { if ($(this).val() > 0) { filterControlArray.push($(this).val()); } }); var products = $(".product"); products.each(function() { var productAttributes = $(this).attr('data-attributes'); if (productAttributes) { if (filterControlArray.every(item => productAttributes.includes(item))) { $(this).attr('filtered-item', 'active'); hasResults++; } else { $(this).attr('filtered-item', 'inactive'); } } else { $(this).attr('filtered-item', 'inactive'); } }); $('.product-range-wrapper').attr('filtered', 'true'); $('#numberOfResults').text(hasResults); if (hasResults == 1) { $('#plural').show(); } else { $('#plural').hide(); } $('.results-text').show(); // add the selected filter as a button so that it can be removed easily var chosenOptionName = $(this).find('option:selected').text(); var chosenOptionID = $(this).val(); var controlID = $(this).attr('data-controlid'); if (hasResults == 0) { $('#numberOfResults').text('No'); } }) $('.filter-trigger').click(function() { $('.product-filter-wrap').toggleClass('show'); }) /* Sticky sidebar on scroll */ /* =============================================================================== */ var innerSidebarContainer = $('.inner-sidebar'); var sidebarTriggerTopOffset = $('#sidebar-scroll-anchor').offset().top; var initialSidebarPosition = innerSidebarContainer.offset().top; var footerOffset = $('footer').offset().top; // Initial state var scrollPos = 0; // https://github.com/Chalarangelo/30-seconds-of-code/blob/master/content/snippets/js/s/element-is-visible-in-viewport.md const elementIsVisibleInViewport = (el, partiallyVisible = false) => { const { top, left, bottom, right } = el.getBoundingClientRect(); const { innerHeight, innerWidth } = window; return partiallyVisible ? ((top > 0 && top < innerHeight) || (bottom > 0 && bottom < innerHeight)) && ((left > 0 && left < innerWidth) || (right > 0 && right < innerWidth)) : top >= 0 && left >= 0 && bottom <= innerHeight && right <= innerWidth; }; // Make the element `position: sticky` on-load to allow us to work out whether the whole sidebar is visible in // the current viewport. innerSidebarContainer.addClass('make-sticky'); var isWholeSidebarVisible = elementIsVisibleInViewport(innerSidebarContainer.get(0)); // If the sidebar is taller than the visible space available, keep the original/custom js-controlled // sticky behaviour that is in the window scroll event listener if (!isWholeSidebarVisible) { innerSidebarContainer.removeClass('make-sticky'); } // Make sure to re-calculate and re-render the sidebar if the browser is resized - as it can cause the element // to no longer be visible $(window).resize(function() { // Check this again on the new viewport size isWholeSidebarVisible = elementIsVisibleInViewport(innerSidebarContainer.get(0)); // Turn on `position: sticky` if element is in viewport, or uses custom sticky behaviour otherwise innerSidebarContainer.toggleClass('make-sticky', isWholeSidebarVisible); // Make sure to remove all custom sticky modifications if we are just using `position: sticky` if (isWholeSidebarVisible) { innerSidebarContainer.removeClass('fixedposition'); innerSidebarContainer.removeClass('fixedTopWindow'); innerSidebarContainer.removeClass('fixed'); innerSidebarContainer.css({ 'bottom': 'auto' }); innerSidebarContainer.css({ 'top': '20px' }); } }); $(window).scroll(function(e) { // The whole sidebar is already visible, so we are just using `position: sticky` if (isWholeSidebarVisible) { return; } // SET THE NEW STYLES ON THE SIDEBAR var $el = $('.inner-sidebar'); var requiredWidth = $('.expocat-sidebar').width(); var innerSidebar = $el.offset().top; var innerSidebar2 = document.getElementsByClassName('inner-sidebar'); var positionFromTop = innerSidebar2[0].getBoundingClientRect().top; // Determine the direction of the scroll if ((document.body.getBoundingClientRect()).top > scrollPos) var direction = 'UP' else var direction = 'DOWN' // saves the new position for iteration. scrollPos = (document.body.getBoundingClientRect()).top; //SCROLLING DOWN - STICK SIDEBAR BOTTOM TO BOTTOM OF WINDOW if ((($(this).scrollTop() + $(window).height() > sidebarTriggerTopOffset) && ($(this).scrollTop() + $(window).height() < footerOffset)) && direction == 'DOWN') { $el.css({ 'max-width': requiredWidth }); $el.removeClass('fixedposition'); $el.removeClass('fixedTopWindow'); $el.addClass('fixed'); $el.css({ 'bottom': '100px' }); $el.css({ 'top': 'auto' }); //SCROLLING UP - STICK SIDEBAR IN POSITION SO THAT IT SCROLLS WITH THE PAGE } else if ((($(this).scrollTop() + $(window).height() < footerOffset)) && direction == 'UP' && positionFromTop >= 0) { $el.addClass('fixedTopWindow'); $el.removeClass('fixed'); $el.css({ 'bottom': 'auto' }); $el.css({ 'top': '0px' }); } else if ((($(this).scrollTop() + $(window).height() > sidebarTriggerTopOffset) && ($(this).scrollTop() + $(window).height() < footerOffset)) && direction == 'UP') { if (!$el.hasClass('fixedposition')) { $el.removeClass('fixed'); $el.addClass('fixedposition'); $el.css({ 'top': (innerSidebar - initialSidebarPosition + 20) + 'px' }); $el.css({ 'bottom': 'auto' }); } } else if (($(this).scrollTop() + $(window).height() > sidebarTriggerTopOffset) && ($(this).scrollTop() + $(window).height() > footerOffset)) { $el.addClass('fixedposition'); $el.removeClass('fixedTopWindow'); $el.removeClass('fixed'); } else { //$el.css({'position': 'absolute', 'top': '0px'}); $el.removeClass('fixed'); $el.removeClass('fixedTopWindow'); $el.removeClass('fixedbottom'); } if (direction == 'UP' && initialSidebarPosition >= innerSidebar) { $el.removeClass('fixedTopWindow'); $el.removeClass('fixed'); $el.removeClass('fixedposition'); } }); // hide/show subcategories on click $('.view-subcats').click(function() { $('#catlist-wrapper').toggleClass('showCats'); }) }); </script> <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up fa-2x"></i></button> <style> #footer-content .ust-description img { max-width: 200px !important; } </style> <footer> <div id="footer-content"> <div class="container"> <div class="col-md-4 ust-description"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da-white.png"> <div class="footer-description">Defense Advancement showcases technical innovation within the defense and security sector. Covering land, maritime and air domains, Defense Advancement allows you to explore supplier capabilities and keep up to date with regular news listings, webinars and events/exhibitions within the industry.</div> </div> <div class="col-md-4"> <ul id="menu-footer-menu-1" class="menu"><li id="menu-item-5432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5432"><a href="https://www.defenseadvancement.com/suppliers/">Suppliers</a></li> <li id="menu-item-5429" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-5429"><a href="https://www.defenseadvancement.com/news/">News</a></li> <li id="menu-item-5430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5430"><a href="https://www.defenseadvancement.com/events/">Events</a></li> <li id="menu-item-5431" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5431"><a href="https://www.defenseadvancement.com/webinars/">Webinars</a></li> <li id="menu-item-47913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47913"><a href="https://www.unmannedsystemstechnology.com">Unmanned Systems Technology™</a></li> <li id="menu-item-47911" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47911"><a href="https://www.oceansciencetechnology.com">Ocean Science &#038; Technology™</a></li> <li id="menu-item-47912" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47912"><a href="https://www.aaminternational.com">Advanced Air Mobility International™</a></li> </ul> </div> <div class="col-md-4"> <ul id="menu-footer-menu-2" class="menu"><li id="menu-item-64150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64150"><a href="https://www.defenseadvancement.com/partner/">Add Your Company</a></li> <li id="menu-item-64151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64151"><a href="https://www.defenseadvancement.com/partner/">Advertising</a></li> <li id="menu-item-5436" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5436"><a href="https://www.defenseadvancement.com/add-news/">Contribute Content</a></li> <li id="menu-item-66711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66711"><a href="https://www.echoblue.co.uk/the-team/">Meet The Team</a></li> </ul> <div id="footer-follow"> <span>Follow us...</span> <a href="https://www.linkedin.com/company/71169738/" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a> <a href="https://twitter.com/defenseadvance" target="_blank"><i class="fab fa-twitter-square fa-3x"></i></a> <a href="https://www.facebook.com/DefenseAdvancement" target="_blank"><i class="fab fa-facebook-square fa-3x"></i></a> </div> </div> </div> </div> <div id="footer-meta"> <div class="container"> <span>©2022 Echoblue Ltd. All Rights Reserved. Defense Advancement™ is a Trademark of Echoblue Ltd. <a href="/privacy-notice/">Privacy Notice</a></span> </div> </div> </footer> </div><!-- #wrapper --> </div><!-- #master-wrapper --> <!-- Modal 'Inquiry Sent' to be shown when the profile page refreshes on form submission --> <!-- Modal Windows --> <div class="modal" tabindex="-1" role="dialog" id="inquiry-sent"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <i class="fas fa-check"></i> Inquiry Sent </div> </div> </div> <!-- Modal shown when pages are loading --> <div class="modal" tabindex="-1" role="dialog" id="loading-results"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/Fountain.gif" /> <span id="loading-text">Searching Companies & Products</span> </div> </div> </div> <!-- Modal for inactive companies --> <!-- UST Pro Signup Modal --> <div class="modal" tabindex="-1" role="dialog" id="ustpromodal"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/Artboard-1DA-PRO-BLK.png" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"></script> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_6' ><div id='gf_6' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6' action='/suppliers/tactical-grade-inertial-measurement-units/#gf_6' data-formid='6' novalidate> <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_6_10" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_10" ><span class="ust-pro-intro">Get full website access, a subscription to the weekly eBrief and exclusive event discounts.</span></div><div id="field_6_1" class="gfield gfield--type-email gfield--width-full form-main-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_1" ><label class='gfield_label gform-field-label' for='input_6_1'>Business Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_6_1' type='email' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_6_7" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_7" ><h3 class="gsection_title">Your Details (optional)</h3></div><div id="field_6_8" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_8" ><label class='gfield_label gform-field-label' for='input_6_8'>First Name</label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_6_8' type='text' value='' class='large' aria-invalid="false" /></div></div><div id="field_6_9" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_9" ><label class='gfield_label gform-field-label' for='input_6_9'>Last Name</label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_6_9' type='text' value='' class='large' aria-invalid="false" /></div></div><div id="field_6_5" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_5" ><label class='gfield_label gform-field-label' for='input_6_5'>Company / Organization</label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_6_5' type='text' value='' class='large' aria-invalid="false" /></div></div><div id="field_6_11" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_11" ><span class="disclaimer">By continuing, I agree to the DA Terms of Use and acknowledge the DA <a href="https://www.defenseadvancement.com/privacy-notice/" target="_blank">privacy policy</a>. By joining DA Pro I will receive the DA eBrief, announcements and communications via email. I can opt out at any time.</span></div><div id="field_6_15" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_15" ><div class="admin-hidden-markup"><i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span></div><label class='gfield_label gform-field-label' for='input_6_15'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_6_15' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /></div></div><div id="field_6_13" class="gfield gfield--type-text ustprotrigger gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_13" ><div class="admin-hidden-markup"><i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span></div><label class='gfield_label gform-field-label' for='input_6_13'>UST Trigger<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_6_13' type='text' value='' class='large' aria-required="true" aria-invalid="false" /></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Join for Free' /> <input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='iframe' /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='' /> <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='6' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_6' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 6, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> <script type="rocketlazyloadscript"> /* Force external links to be target="_blank" */ function externalLinks() { for (var c = document.getElementsByTagName("a"), a = 0; a < c.length; a++) { var b = c[a]; b.getAttribute("href") && b.hostname !== location.hostname && (b.target = "_blank") } }; externalLinks(); </script> <style> #ustpromodal .modal-content {} #ustpromodal .modal-body { padding: 0 40px 40px } #ustpromodal .gfield { margin-bottom: 20px } #ustpromodal input {} #ustpromodal .ust-pro-intro { display: block; max-width: 400px; margin: 0 auto; text-align: center; margin-top: 20px; font-size: 14px; margin-bottom: 20px } #ustpromodal .modal-header { border: none } #ustpromodal img { max-width: 120px; margin: 0 auto; display: block } #ustpromodal input.button { max-width: 100% } #ustpromodal .disclaimer { color: #333; padding-top: 10px; display: block; max-width: 100% } #ustpromodal .gsection_title { font-size: 16px; margin-top: 35px } .hidden_label legend { display: none } .inactive-wrapper { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: block; position: fixed; top: 0; left: 0; z-index: 10000 } #inactive-modal { width: 100%; min-height: 425px; max-width: 900px; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%), 0 3px 1px -2px rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 5%); border-radius: 4px; padding: 64px; } #inactive-modal button { position: absolute; top: 20px; right: 20px } .inactive-left { width: 35%; padding: 0 } .inactive-right { width: 65%; padding: 0 } .inactive-header { font-style: italic; font-weight: bold; font-size: 22px; line-height: 1.4; display: block; max-width: 330px } .inactive-secondline { font-size: 18px; line-height: 1.5; display: block; margin: 10px 0 20px } .catLinks { display: block; } body.inactive { margin: 0; height: 100%; overflow: hidden } .a-bit-blurry { filter: blur(2px); -webkit-filter: blur(2px); } .cta-rounded { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100% } .selectDropDown select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Remove default arrow */ background-color: #fff; border: none; font-size: 16px; padding: 0.5rem; margin-bottom: 0; margin-top: 0; box-shadow: none; text-shadow: 0 1px 0 #fff; cursor: default; transform: none; line-height: 2; border-radius: 3px; min-height: 42px; -webkit-appearance: none; background: #f4f4f4 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%; background-size: 16px 16px; vertical-align: middle; } .inquiry-v2 span.gfield_required { display: inline; color: red } .modal_v2 input[type=submit] { margin-top: 35px } .modal_v2 li.telephone { margin-bottom: 0 } @media(max-width:991px) { .inactive-left, .inactive-right { width: 100%; } .inactive-left img { margin: 25px 0 45px } #inactive-modal { text-align: center; min-height: 0; padding: 25px } .inactive-header { max-width: 100%; } } </style> <script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121">Cookies on Defense Advancement</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to give you the best browsing experience and to analyze our traffic. Please click "Accept" to consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Customize" data-cky-tag="settings-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC">Customize</button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863DC;border-color:#1863DC">Accept Cookies</button> </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="http://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p> <p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site.</p> <p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide content relevant to you.</p> <p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863DC;border-color:#1863DC"> Accept Cookies </button> </div></div></div></div></script> <div id="footer-ad-popup" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="footer-closeAd"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div id="footer-persistent-ads" class="tester"> <div class="g g-10"><div class="g-col b-10 a-164"><a class="gofollow" data-track="MTY0LDEwLDEsNjA=" href="http://www.futuresoldiertechnology.com/defenseadvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/D-405-Future-Soldier-Technology-footer.jpg" width="728" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-162"><a class="gofollow" data-track="MTYyLDEwLDEsNjA=" href="http://www.military-space.com/DefenceAdvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Military-Space-Situational-Awareness-Conference_footer-2025.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-165"><a class="gofollow" data-track="MTY1LDEwLDEsNjA=" href="https://uavionix.com/defense/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/uAvionix_DA_Footer_202502.jpg" width="970" height="90"></a></div></div> </div> </div> </div> </div> <style> #footer-persistent-ads .g-col {width: 100%; text-align: center!important} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {border:none!important; padding:0; margin-bottom:10px} #footer-ad-popup.mailchimp-footer {background-color: rgba(10,36,53,.8); padding-top:10px} .mailchimp-footer__close-button {background:none; z-index: 100} /*#footer-ad-popup {display: none;} #footer-ad-popup.showMe {display: block; max-height: 110px} */ @media (max-width: 758px) { #footer-persistent-ads .g-col .iframe-container-leaderboard { padding-top: 12.363%; } } @media (max-width: 650px) { #footer-ad-popup.mailchimp-footer { padding: 0; } #footer-closeAd.mailchimp-footer__close {border-radius: 0; top: -32px; right:0; background-color: rgba(10,36,53,.8);} #footer-ad-popup .container {padding:0} #footer-ad-popup .mailchimp-footer__body {padding: 10px 0} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {margin-bottom: 0} } </style> <div id="mailchimp-footer" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="mailchimp-footer-close"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div class="row"> <div class="col col-md-7"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/da-ebrief-footer.png" class="mailchimp-footer-img" width="149" height="150" /> <span class="ebrief-title">Subscribe to the Weekly eBrief</span> <span class="ebrief-intro">The latest engineering and technical developments straight to your inbox - join thousands of engineers who receive it.</span> </div> <div class="col col-md-5"> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' ><div id='gf_8' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_8' id='gform_8' action='/suppliers/tactical-grade-inertial-measurement-units/#gf_8' data-formid='8' novalidate> <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_8_1" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_1" ><label class='gfield_label gform-field-label' for='input_8_1'>Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_8_1' type='email' value='' class='medium' placeholder='Enter Email Address' aria-required="true" aria-invalid="false" /> </div></div><div id="field_8_2" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_8_2" ><div class="admin-hidden-markup"><i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span></div><label class='gfield_label gform-field-label' for='input_8_2'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_8_2' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /></div></div><div id="field_8_3" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_3" ><label class='gfield_label gform-field-label' for='input_8_3'>Comments</label><div class='ginput_container'><input name='input_3' id='input_8_3' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_8_3'>This field is for validation purposes and should be left unchanged.</div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Sign up' /> <input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_8' value='iframe' /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_8' id='gform_theme_8' value='gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_8' id='gform_style_settings_8' value='' /> <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='8' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_8' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_8').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 8, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function() { var form = document.getElementById('gform_7'); var input = document.getElementById('input_7_1'); var button = document.getElementById('gform_submit_button_7'); var re = /\S+@\S+\.\S+/; if (!button) { return; } // disable submit button button.disabled = true; // process input onload processInput(); // listen to inputs form.addEventListener('input', function() { processInput(); }); // process inpiut function function processInput() { // test regex if (!re.test(input.value)) { button.disabled = true; return false; } button.disabled = false; return false; } })(); </script> </div> </div> </div> <style> .searchwp-live-search-results { opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; height: 0; overflow: hidden; z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */ position: absolute; display: none; } .searchwp-live-search-results-showing { display: block; opacity: 1; height: auto; overflow: auto; } .searchwp-live-search-no-results { padding: 3em 2em 0; text-align: center; } .searchwp-live-search-no-min-chars:after { content: "Continue typing"; display: block; text-align: center; padding: 2em 2em 0; } </style> <script type="rocketlazyloadscript"> var _SEARCHWP_LIVE_AJAX_SEARCH_BLOCKS = true; var _SEARCHWP_LIVE_AJAX_SEARCH_ENGINE = 'default'; var _SEARCHWP_LIVE_AJAX_SEARCH_CONFIG = 'default'; </script> <script type="text/javascript" id="adrotate-clicker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/adrotate/library/jquery.clicker.js" id="adrotate-clicker-js"></script> <script type="text/javascript" id="leadin-script-loader-js-js-extra"> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"post","leadinPluginVersion":"11.1.75"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.hs-scripts.com/1710703.js?integration=WordPress&amp;ver=11.1.75" id="leadin-script-loader-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.defenseadvancement.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" id="ust-footeradpopup-js-js-extra"> /* <![CDATA[ */ var ustmfooteradpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/FooterAdPopup/FooterAdPopup.js?ver=1739291002" id="ust-footeradpopup-js-js"></script> <script type="text/javascript" id="ust-mailinglistpopup-js-js-extra"> /* <![CDATA[ */ var ustmailinglistpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/MailinglistPopup/MailinglistPopup.js?ver=1739291002" id="ust-mailinglistpopup-js-js"></script> <script type="text/javascript" id="ust-favorites-js-js-extra"> /* <![CDATA[ */ var ustfavourites = {"ust_url":"https:\/\/www.defenseadvancement.com\/suppliers\/tactical-grade-inertial-measurement-units\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/Favourites/Favourites.js?ver=1739291002" id="ust-favorites-js-js"></script> <script type="text/javascript" id="searchmore-js-js-extra"> /* <![CDATA[ */ var searchmore = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/SearchMore/SearchMore.js?ver=1739291002" id="searchmore-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/bootstrap/js/bootstrap.min.js?ver=6.6.2" id="UST-bootstrapjs-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/jquery.fancybox.min.js?ver=6.6.2" id="UST-fancybox-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/custom-scripts.js?ver=11.3" id="UST-customscripts-js"></script> <script type="text/javascript" src="https://www.defenseadvancement.com/wp-content/themes/UST/assets/js/scripts.js?ver=1739291002" id="EB-scripts-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" id="swp-live-search-client-js-extra"> /* <![CDATA[ */ var searchwp_live_search_params = []; searchwp_live_search_params = {"ajaxurl":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php","origin_id":31827,"config":{"default":{"engine":"default","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid SearchWP Live Search configuration found!","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.7.6" id="swp-live-search-client-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/ProductFilters/ProductFilters.js?ver=1739291002" id="product-filters-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.4.1" id="megamenu-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu-pro/assets/public.js?ver=2.4" id="megamenu-pro-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=1.0.0" id="remote_sdk-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/jquery.json.min.js?ver=2.9.0.5" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"390c23fee0f6980a6cfd6858459e3306","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"390c23fee0f6980a6cfd6858459e3306","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/gravityforms.min.js?ver=2.9.0.5" id="gform_gravityforms-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/utils.min.js?ver=2.9.0.5" id="gform_gravityforms_utils-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/vendor-theme.min.js?ver=2.9.0.5" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"390c23fee0f6980a6cfd6858459e3306"},"ajax":{"ajaxurl":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"c6fc0b3808","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/assets\/js\/dist\/","config_nonce":"de6a67e87b"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/scripts-theme.min.js?ver=2.9.0.5" id="gform_gravityforms_theme-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/placeholders.jquery.min.js?ver=2.9.0.5" id="gform_placeholder-js"></script> <script type="rocketlazyloadscript"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 6) {} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 6, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 8) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 8, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->

Pages: 1 2 3 4 5 6 7 8 9 10