

<!DOCTYPE html>

<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/autonomy-systems-research/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/autonomy-systems-research/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/autonomy-systems-research/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/autonomy-systems-research/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Autonomy Systems Research | A knowledge base for robotics and autonomy research — reading notes, syntheses, and structured knowledge.</title>
<meta name="generator" content="Jekyll v4.4.1" />
<meta property="og:title" content="Autonomy Systems Research" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A knowledge base for robotics and autonomy research — reading notes, syntheses, and structured knowledge." />
<meta property="og:description" content="A knowledge base for robotics and autonomy research — reading notes, syntheses, and structured knowledge." />
<link rel="canonical" href="https://danmartinez78.github.io/autonomy-systems-research/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="https://danmartinez78.github.io/autonomy-systems-research/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="Autonomy Systems Research" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Autonomy Systems Research" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"A knowledge base for robotics and autonomy research — reading notes, syntheses, and structured knowledge.","headline":"Autonomy Systems Research","url":"https://danmartinez78.github.io/autonomy-systems-research/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <meta name="color-scheme" content="light dark">
<link rel="icon" type="image/svg+xml" href="/autonomy-systems-research/assets/images/favicon.svg">
<style>/* Critical: hide everything until main CSS loads to prevent FOUC */
body{opacity:0}
.d-none{display:none!important}
</style>
<noscript><style>body{opacity:1}</style></noscript>
<script>
// Swap to the correct color-scheme stylesheet BEFORE first paint
// to prevent flash of unstyled/wrong-themed content (FOUC).
(function() {
  var STORAGE_KEY = 'jtd-theme';
  var DARK = 'research-dark';
  var LIGHT = 'research-light';
  var stored = null;
  try {
    if (window.localStorage) {
      stored = window.localStorage.getItem(STORAGE_KEY);
    }
  } catch (e) {
    stored = null;
  }
  var theme;
  if (stored === DARK || stored === LIGHT) {
    theme = stored;
  } else {
    var prefersLight = false;
    if (window.matchMedia) {
      prefersLight = window.matchMedia('(prefers-color-scheme: light)').matches;
    }
    theme = prefersLight ? LIGHT : DARK;
  }
  function restoreBodyOpacity() {
    if (document.body) {
      document.body.style.opacity = '1';
    } else {
      document.addEventListener('DOMContentLoaded', function onReady() {
        document.removeEventListener('DOMContentLoaded', onReady);
        if (document.body) {
          document.body.style.opacity = '1';
        }
      });
    }
  }
  var css = document.querySelector('link[rel="stylesheet"]');
  if (css) {
    css.setAttribute('href', '/autonomy-systems-research/assets/css/just-the-docs-' + theme + '.css');
    // Fail-safe: restore visibility if stylesheet fails to load
    css.onerror = restoreBodyOpacity;
    css.onload = restoreBodyOpacity;
  } else {
    var s = document.createElement('style');
    s.textContent = 'body{opacity:1}';
    document.head.appendChild(s);
  }
  document.documentElement.setAttribute('data-theme', theme === DARK ? 'dark' : 'light');
})();
</script>


</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <header class="side-bar">
  <div class="site-header">
    <a href="/autonomy-systems-research/" class="site-title lh-tight">
  Autonomy Systems Research

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>

  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/" class="nav-list-link">Home</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Journal submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/journal/" class="nav-list-link">Journal</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/journal/2026/" class="nav-list-link">2026</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Reading Notes submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/reading/" class="nav-list-link">Reading Notes</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/reading/behavior-trees-robotics-ai.html" class="nav-list-link">Behavior Trees in Robotics and AI</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/reading/probabilistic-robotics-state-estimation.html" class="nav-list-link">Probabilistic Robotics - State Estimation Chapter</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Syntheses submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/syntheses/" class="nav-list-link">Syntheses</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/syntheses/memory-systems-vla-robots.html" class="nav-list-link">Memory Systems for Autonomous Robots with VLA Architectures</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/syntheses/state-estimation-approaches.html" class="nav-list-link">State Estimation Approaches for Mobile Robots</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Courses submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/courses/" class="nav-list-link">Courses</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/courses/cs25-transformers-united/" class="nav-list-link">CS25: Transformers United V6</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Surveys submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/survey/" class="nav-list-link">Surveys</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/survey/2026-02-19-go2-embodied-ai-stack.html" class="nav-list-link">Unitree GO2 Pro Embodied AI Stack Survey</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Knowledge Base submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/knowledge-base/" class="nav-list-link">Knowledge Base</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/knowledge-base/watchdog-timers.html" class="nav-list-link">Watchdog Timers in Autonomous Systems</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="The Backlog of the Strange submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/strange/" class="nav-list-link">The Backlog of the Strange</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/strange/2026-02-20-example-strange-seed.html" class="nav-list-link">Example Strange Seed: Terrain Texture as an Implicit Velocity Estimator</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Tachikoma Fleet: Personality & Emergence (Research Packet) submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/autonomy-systems-research/strange/2026-02-20-tachikoma-personality-emergence-packet.html" class="nav-list-link">Tachikoma Fleet: Personality & Emergence (Research Packet)</a><ul class="nav-list"><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/notes-from-the-field-01-multiagent-orchestration.html" class="nav-list-link">Notes from the Field #1: Two Agents Build Their Own Memory System</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/personality-emergence-research-plan.html" class="nav-list-link">Personality Emergence Research Plan</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-01_llm_agents_tool_use.html" class="nav-list-link">Phase 1.1: LLM Agents & Tool Use Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-02_long_term_memory.html" class="nav-list-link">Phase 1.2: Long-term Memory for Agents Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-03_multiturn_longitudinal.html" class="nav-list-link">Phase 1.3: Multi-turn / Longitudinal Dynamics Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-04_multiagent_emergence.html" class="nav-list-link">Phase 1.4: Multi-agent Emergence Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-05_selfmodeling_governance.html" class="nav-list-link">Phase 1.5: Self-modeling & Identity Governance Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-06_behavioral_science.html" class="nav-list-link">Phase 1.6: Behavioral Science Insights Survey</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-07_academic_sources.html" class="nav-list-link">Phase 1.7: Academic Sources Mining</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase1-08_phase1_synthesis.html" class="nav-list-link">Phase 1.8: Phase 1 Synthesis - Cross-Area Patterns and Recommendations</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase2-01_multiagent_memory_evolution.html" class="nav-list-link">Phase 2.1: Multi-agent Memory Evolution - Depth Dive</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase2-02_governed_self_modification.html" class="nav-list-link">Phase 2.2: Governed Self-Modification - Depth Dive</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase2-03_longitudinal_personality_measurement.html" class="nav-list-link">Phase 2.3: Longitudinal Personality Measurement - Depth Dive</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase2-04_social_norm_emergence.html" class="nav-list-link">Phase 2.4: Social Norm Emergence - Depth Dive</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase2-05_stress_response_mechanisms.html" class="nav-list-link">Phase 2.5: Stress Response Mechanisms - Depth Dive</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase3-01_research_synthesis.html" class="nav-list-link">Phase 3.1: Meta-Synthesis — What the Research Tells Us</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase3-02_architecture_options.html" class="nav-list-link">Phase 3.2: Architecture Options - Concrete Implementation Approaches</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase3-03_measurement_framework.html" class="nav-list-link">Phase 3.3: Measurement Framework - How to Evaluate Emergence</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase3-04_soul_governance_design.html" class="nav-list-link">Phase 3.4: SOUL.md Governance Design - Policy Update Mechanisms</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/phase3-05_final_recommendations.html" class="nav-list-link">Phase 3.5: Final Recommendations - Complete Implementation Guide</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/strange/tachikoma-personality-emergence/tachikoma-soul-research.html" class="nav-list-link">Tachikoma Soul Research</a></li></ul></li></ul></li><li class="nav-list-item"><a href="/autonomy-systems-research/references/" class="nav-list-link">References</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/tags/" class="nav-list-link">Tags</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/graph/" class="nav-list-link">Knowledge Graph</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/review/" class="nav-list-link">Review</a></li><li class="nav-list-item"><a href="/autonomy-systems-research/timeline/" class="nav-list-link">Timeline</a></li></ul>
  
</nav>


<div class="d-md-block d-none site-footer">
  
  
    This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
  
  </div>
</header>

  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search Autonomy Systems Research" autocomplete="off">
    <label for="search-input" class="search-label">
      <span class="sr-only">Search Autonomy Systems Research</span>
      <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg>
    </label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  <button class="theme-toggle" id="theme-toggle" aria-label="Toggle dark/light mode" title="Toggle dark/light mode">
  <svg class="theme-icon-dark" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
  <svg class="theme-icon-light" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
</button>

<script>
// Theme toggle only — initial theme is set in head_custom.html to avoid FOUC.
(function() {
  var STORAGE_KEY = 'jtd-theme';
  var DARK = 'research-dark';
  var LIGHT = 'research-light';

  function getPreferred() {
    var stored = null;
    try {
      if (window.localStorage) {
        stored = window.localStorage.getItem(STORAGE_KEY);
      }
    } catch (e) {
      stored = null;
    }
    if (stored === DARK || stored === LIGHT) return stored;
    if (window.matchMedia) {
      return window.matchMedia('(prefers-color-scheme: light)').matches ? LIGHT : DARK;
    }
    return DARK;
  }

  document.addEventListener('DOMContentLoaded', function() {
    var btn = document.getElementById('theme-toggle');
    if (btn) {
      btn.addEventListener('click', function() {
        var current;
        try {
          current = window.localStorage ? window.localStorage.getItem(STORAGE_KEY) : null;
        } catch (e) {
          current = null;
        }
        current = current || getPreferred();
        var next = current === DARK ? LIGHT : DARK;
        if (window.jtd && typeof jtd.setTheme === 'function') {
          jtd.setTheme(next);
        } else {
          var css = document.querySelector('link[rel="stylesheet"]');
          if (css) {
            css.setAttribute('href', css.getAttribute('href').replace(/(research-dark|research-light)/, next));
          }
        }
        try {
          if (window.localStorage) {
            window.localStorage.setItem(STORAGE_KEY, next);
          }
        } catch (e) {}
        document.documentElement.setAttribute('data-theme', next === DARK ? 'dark' : 'light');
      });
    }
  });
})();
</script>

  
    <nav aria-label="Auxiliary" class="aux-nav">
  <ul class="aux-nav-list">
    
      <li class="aux-nav-list-item">
        <a href="https://github.com/danmartinez78/autonomy-systems-research" class="site-button"
          
          target="_blank" rel="noopener noreferrer"
          
        >
          GitHub
        </a>
      </li>
    
  </ul>
</nav>

  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            <h.site-nav ul li a {
  background-image: linear-gradient(-90deg, #8b949e 0%, rgba(139, 148, 158, 0.8) 80%, rgba(139, 148, 158, 0) 100%);
}

          

          
            
          
        </main>
        
<hr>
<footer>
  
    <p><a href="#top" id="back-to-top">Back to top</a></p>
  

  

  
    <div class="d-flex mt-2">
      
      
        <p class="text-small mb-0">
          <a href="https://github.com/danmartinez78/autonomy-systems-research/tree/main/docs/assets/css/just-the-docs-head-nav.css" id="edit-this-page">Edit this page on GitHub</a>
        </p>
      
    </div>
  <div class="d-md-none mt-4 fs-2">
    
    
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    
  </div>
</footer>

      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  
</body>
</html>

