Skip to content

Commit

Permalink
Deployed 57e5d60 with MkDocs version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaroUno committed Jul 13, 2024
0 parents commit 705b048
Show file tree
Hide file tree
Showing 46 changed files with 9,471 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
189 changes: 189 additions & 0 deletions 1_ClimbLab/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<link rel="shortcut icon" href="../img/favicon.ico">
<title>1. ClimbLab - ClimbLab Manuals</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
<link href="../css/custom.css" rel="stylesheet" />

<script>
// Current page data
var mkdocs_page_name = "1. ClimbLab";
var mkdocs_page_input_path = "1_ClimbLab.md";
var mkdocs_page_url = null;
</script>

<script src="../js/jquery-2.1.1.min.js" defer></script>
<script src="../js/modernizr-2.8.3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">


<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> ClimbLab Manuals</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../top/">Top</a>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">1. ClimbLab</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#11-overview">1.1 Overview</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#12-examples">1.2 Examples</a>
<ul>
<li class="toctree-l3"><a class="reference internal" href="#fig-1-examples-of-climblab-applications">Fig. 1. Examples of ClimbLab applications</a>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#13-open-sourcing">1.3 Open sourcing</a>
</li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../2_ClimbLab_simulation_flow/">2. Simulation</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../3_other_main_functions/">3. Functions/Algorithms</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../4_how_to_execute_simulation/">4. Simulation Architecture</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../5_folder_tree/">5. How to Contribute</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../6_development_policy/">6. Appendix</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="..">Documentation using MkDocs</a>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">ClimbLab Manuals</a>
</nav>


<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="..">Docs</a> &raquo;</li>



<li>1. ClimbLab</li>
<li class="wy-breadcrumbs-aside">

</li>
</ul>

<hr/>
</div>
<div role="main">
<div class="section">

<h1 id="1-climblab">1 ClimbLabとは</h1>
<p><img alt="climblab.png" src="./img/media/climblab.png" /></p>
<h2 id="11-overview">1.1 Overview</h2>
<p>ClimbLab(クライムラボ)とは,本研究室脚ロボチームで開発された「脚型クライミングロボット(Climbing Robot)のためのMATLABによる歩行シミュレーションプラットフォーム」である.対象とするロボットモデル・地形・環境・歩容計画(歩き方)・運動計画(動き方)を自由に設計してシミュレーションをおこなうことができる.</p>
<h2 id="12-examples">1.2 Examples</h2>
<p><img alt="examples.JPG" src="../img/media/examples.JPG" /></p>
<h6 id="fig-1-examples-of-climblab-applications">Fig. 1. Examples of ClimbLab applications</h6>
<p>具体的なClimbLabの適用例をFig. 1に示す.Fig. 1に示したように,昆虫型の関節配置のロボットを設定することも,哺乳類型の関節配置のロボットを設定することもできる.また歩行させる地形や,その斜度や重力などの環境も変更することができる.</p>
<h2 id="13-open-sourcing">1.3 Open sourcing</h2>
<p>様々なモデルを用いたロボットの挙動の分析が可能となる.GitHubにて学外的に公開している.</p>

</div>
</div>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="../2_ClimbLab_simulation_flow/" class="btn btn-neutral float-right" title="2. Simulation">Next <span class="icon icon-circle-arrow-right"></span></a>


<a href="../top/" class="btn btn-neutral" title="Top"><span class="icon icon-circle-arrow-left"></span> Previous</a>

</div>


<hr/>

<div role="contentinfo">
<!-- Copyright etc -->

</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">


<span><a href="../top/" style="color: #fcfcfc;">&laquo; Previous</a></span>


<span style="margin-left: 15px"><a href="../2_ClimbLab_simulation_flow/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme.js" defer></script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
SphinxRtdTheme.Navigation.enable(true);
};
</script>

</body>
</html>
Loading

0 comments on commit 705b048

Please sign in to comment.