diff --git a/en/index.html b/en/index.html index e878db70..f4fb1642 100644 --- a/en/index.html +++ b/en/index.html @@ -1 +1 @@ -Hakoniwa

Hakoniwa

HAKONIWA logo

A virtual simulation environment in the age of IoT and cloud robotics

Technical Background

Why Hakoniwa is essential

Concept

What is Hakoniwa?

Our Goal

Target users, strengths, and novelty of Hakoniwa

Hakoniwa Core

Core technologies of Hakoniwa

Underlying technology

Introduction to the underlying technology comprising Hakoniwa

Roadmap

R&D Guideline and roadmap

\ No newline at end of file +Hakoniwa

Hakoniwa

HAKONIWA logo

A virtual simulation environment in the age of IoT and cloud robotics

Technical Background

Why Hakoniwa is essential

Concept

What is Hakoniwa?

Our Goal

Target users, strengths, and novelty of Hakoniwa

Hakoniwa Core

Core technologies of Hakoniwa

Underlying technology

Introduction to the underlying technology comprising Hakoniwa

Roadmap

R&D Guideline and roadmap

\ No newline at end of file diff --git a/en/index.xml b/en/index.xml index 06071ad9..cd092a73 100644 --- a/en/index.xml +++ b/en/index.xml @@ -191,6 +191,26 @@ This prototype uses Unity&rsquo;s Photon library to synchronize multiple Uni <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-core">hakoniwa-core</a></td> <td style="text-align: left">Repository for prototype development of <a href="https://toppers.github.io/hakoniwa/hakoniwa/docs/core">Hakoniwa Core Function</a></td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-document">hakoniwa-document</a></td> + <td style="text-align: left">Official documentation for TOPPERS/Hakoniwa users</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-core-cpp-client">hakoniwa-core-cpp-client</a></td> + <td style="text-align: left">C language API for <a href="https://toppers.github.io/hakoniwa/hakoniwa/docs/core">Hakoniwa Core Function</a></td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-conductor">hakoniwa-conductor</a></td> + <td style="text-align: left">Arbitration process for realizing Hakoniwa in a distributed environment</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-bridge">hakoniwa-bridge</a></td> + <td style="text-align: left">Communication module for connecting real (edge) and virtual (Hakoniwa) environments</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-webserver">hakoniwa-webserver</a></td> + <td style="text-align: left">Visualize Hakoniwa PDU on a browser via WebSocket</td> + </tr> </tbody> </table> <h3 id="athrill">Athrill</h3> @@ -249,6 +269,10 @@ This prototype uses Unity&rsquo;s Photon library to synchronize multiple Uni <td style="text-align: left"><a href="https://github.com/toppers/asp-athrill-mbed">asp-athrill-mbed</a></td> <td style="text-align: left">Package of TOPPERS/ASP kernel and Mbed library for Athrill</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/asp3-athrill-v850e2m">asp3-athrill-v850e2m</a></td> + <td style="text-align: left">Package of TOPPERS/ASP3 kernel for Athrill</td> + </tr> </tbody> </table> <h3 id="unity">Unity</h3> @@ -264,6 +288,10 @@ This prototype uses Unity&rsquo;s Photon library to synchronize multiple Uni <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-Unity-Package">hakoniwa-Unity-Package</a></td> <td style="text-align: left">Unity Asset Package for Hakoniwa</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-unity-drone-model">hakoniwa-unity-drone-model</a></td> + <td style="text-align: left">Unity drone simulator that can be linked with PX4</td> + </tr> </tbody> </table> <h3 id="mros">mROS</h3> @@ -281,7 +309,7 @@ This prototype uses Unity&rsquo;s Photon library to synchronize multiple Uni </tr> <tr> <td style="text-align: left"><a href="https://github.com/mROS-base/mros2">mROS 2</a></td> - <td style="text-align: left">A lightweight runtime environment of ROS 1 nodes onto embedded devices</td> + <td style="text-align: left">A lightweight runtime environment of ROS 2 nodes onto embedded devices</td> </tr> </tbody> </table> @@ -298,6 +326,10 @@ This prototype uses Unity&rsquo;s Photon library to synchronize multiple Uni <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-scenario-samples">hakoniwa-scenario-samples</a></td> <td style="text-align: left">Sample collection of Hakoniwa behavior scenarios</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-px4sim">hakoniwa-px4sim</a></td> + <td style="text-align: left">Simulation environment for drone plant models that can be linked with PX4</td> + </tr> </tbody> </table>SNS & Contacthttps://toppers.github.io/hakoniwa/en/contact/Mon, 01 Jan 0001 00:00:00 +0000https://toppers.github.io/hakoniwa/en/contact/<h3 id="invitation-to-hakoniwa-wg">Invitation to Hakoniwa WG</h3> <p>We welcome the participation of those who agree with the purpose of the Hakoniwa WG. diff --git a/en/repositories/index.html b/en/repositories/index.html index c76f7c66..cadc39f8 100644 --- a/en/repositories/index.html +++ b/en/repositories/index.html @@ -1 +1 @@ -Repository List

Repository List

Open source software developed and maintained by Hakoniwa WG.

Hakoniwa

LinksOutline
hakoniwaRepository for general support handling and content management of this website
hakoniwa-single_robotPackage that can try Hakoniwa Prototype Model A: Simulator for Single Robot with minimum configuration and procedures
hakoniwa-ros2simEnvironment for easy simulation of ROS 2 programs on Hakoniwa
hakoniwa-coreRepository for prototype development of Hakoniwa Core Function

Athrill

LinksOutline
athrillAthrill core (target-independent part)
athrill-deviceathrill device for external shared library.
athrill-target-v850e2mv850e2m Target dependencies for Athrill
athrill-target-ARMv7-AARMv7-A Target dependencies for Athrill
athrill-target-rh850f1xrh850f1x Target dependencies for Athrill
athrill-gcc-v850e2mgcc package for Athrill V850E2M target

TOPPERS kernel

LinksOutline
ev3rt-athrill-v850e2mV850E2M version of TOPPERS/EV3RT platform for Athrill
ev3rt-athrill-ARMv7-AArm v7-A version of TOPPERS/EV3RT platform for Athrill
asp-athrill-mbedPackage of TOPPERS/ASP kernel and Mbed library for Athrill

Unity

LinksOutline
hakoniwa-Unity-PackageUnity Asset Package for Hakoniwa

mROS

LinksOutline
mROSA lightweight runtime environment of ROS 1 nodes onto embedded devices
mROS 2A lightweight runtime environment of ROS 1 nodes onto embedded devices

Samples

LinksOutline
hakoniwa-scenario-samplesSample collection of Hakoniwa behavior scenarios

© 2019- by Hakoniwa Working-Group, TOPPERS Project

\ No newline at end of file +Repository List

Repository List

Open source software developed and maintained by Hakoniwa WG.

Hakoniwa

LinksOutline
hakoniwaRepository for general support handling and content management of this website
hakoniwa-single_robotPackage that can try Hakoniwa Prototype Model A: Simulator for Single Robot with minimum configuration and procedures
hakoniwa-ros2simEnvironment for easy simulation of ROS 2 programs on Hakoniwa
hakoniwa-coreRepository for prototype development of Hakoniwa Core Function
hakoniwa-documentOfficial documentation for TOPPERS/Hakoniwa users
hakoniwa-core-cpp-clientC language API for Hakoniwa Core Function
hakoniwa-conductorArbitration process for realizing Hakoniwa in a distributed environment
hakoniwa-bridgeCommunication module for connecting real (edge) and virtual (Hakoniwa) environments
hakoniwa-webserverVisualize Hakoniwa PDU on a browser via WebSocket

Athrill

LinksOutline
athrillAthrill core (target-independent part)
athrill-deviceathrill device for external shared library.
athrill-target-v850e2mv850e2m Target dependencies for Athrill
athrill-target-ARMv7-AARMv7-A Target dependencies for Athrill
athrill-target-rh850f1xrh850f1x Target dependencies for Athrill
athrill-gcc-v850e2mgcc package for Athrill V850E2M target

TOPPERS kernel

LinksOutline
ev3rt-athrill-v850e2mV850E2M version of TOPPERS/EV3RT platform for Athrill
ev3rt-athrill-ARMv7-AArm v7-A version of TOPPERS/EV3RT platform for Athrill
asp-athrill-mbedPackage of TOPPERS/ASP kernel and Mbed library for Athrill
asp3-athrill-v850e2mPackage of TOPPERS/ASP3 kernel for Athrill

Unity

LinksOutline
hakoniwa-Unity-PackageUnity Asset Package for Hakoniwa
hakoniwa-unity-drone-modelUnity drone simulator that can be linked with PX4

mROS

LinksOutline
mROSA lightweight runtime environment of ROS 1 nodes onto embedded devices
mROS 2A lightweight runtime environment of ROS 2 nodes onto embedded devices

Samples

LinksOutline
hakoniwa-scenario-samplesSample collection of Hakoniwa behavior scenarios
hakoniwa-px4simSimulation environment for drone plant models that can be linked with PX4

© 2019- by Hakoniwa Working-Group, TOPPERS Project

\ No newline at end of file diff --git a/index.html b/index.html index d3046184..1bd2b892 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ 箱庭

箱庭

HAKONIWA logo

IoT/クラウドロボティクス時代の仮想シミュレーション環境

技術的背景

なぜ箱庭が必要なのか?

コンセプト

箱庭とは何なのか?

目指すところ

箱庭のターゲットと利用者・目指す強みと新しさ

箱庭コア技術

箱庭の核となる機能

技術要素

箱庭を形成する技術要素の紹介

ロードマップ

研究開発の指針と計画

© 2019- by Hakoniwa Working-Group, TOPPERS Project

\ No newline at end of file +Speaker:森 崇(箱庭ラボ)

もっと見る

更新情報

もっと見る

© 2019- by Hakoniwa Working-Group, TOPPERS Project

\ No newline at end of file diff --git a/index.xml b/index.xml index b7d88af0..2e943fbc 100644 --- a/index.xml +++ b/index.xml @@ -1390,6 +1390,26 @@ TOPPERS/SESSAMEパビリオンにおいて、箱庭WGの活動紹介をパネル <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-core">hakoniwa-core</a></td> <td style="text-align: left">Repository for prototype development of <a href="https://toppers.github.io/hakoniwa/hakoniwa/docs/core">Hakoniwa Core Function</a></td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-document">hakoniwa-document</a></td> + <td style="text-align: left">Official documentation for TOPPERS/Hakoniwa users</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-core-cpp-client">hakoniwa-core-cpp-client</a></td> + <td style="text-align: left">C language API for <a href="https://toppers.github.io/hakoniwa/hakoniwa/docs/core">Hakoniwa Core Function</a></td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-conductor">hakoniwa-conductor</a></td> + <td style="text-align: left">Arbitration process for realizing Hakoniwa in a distributed environment</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-bridge">hakoniwa-bridge</a></td> + <td style="text-align: left">Communication module for connecting real (edge) and virtual (Hakoniwa) environments</td> + </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-webserver">hakoniwa-webserver</a></td> + <td style="text-align: left">Visualize Hakoniwa PDU on a browser via WebSocket</td> + </tr> </tbody> </table> <h3 id="athrill">Athrill</h3> @@ -1448,6 +1468,10 @@ TOPPERS/SESSAMEパビリオンにおいて、箱庭WGの活動紹介をパネル <td style="text-align: left"><a href="https://github.com/toppers/asp-athrill-mbed">asp-athrill-mbed</a></td> <td style="text-align: left">Package of TOPPERS/ASP kernel and Mbed library for Athrill</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/asp3-athrill-v850e2m">asp3-athrill-v850e2m</a></td> + <td style="text-align: left">Package of TOPPERS/ASP3 kernel for Athrill</td> + </tr> </tbody> </table> <h3 id="unity">Unity</h3> @@ -1463,6 +1487,10 @@ TOPPERS/SESSAMEパビリオンにおいて、箱庭WGの活動紹介をパネル <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-Unity-Package">hakoniwa-Unity-Package</a></td> <td style="text-align: left">Unity Asset Package for Hakoniwa</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-unity-drone-model">hakoniwa-unity-drone-model</a></td> + <td style="text-align: left">Unity drone simulator that can be linked with PX4</td> + </tr> </tbody> </table> <h3 id="mros">mROS</h3> @@ -1480,7 +1508,7 @@ TOPPERS/SESSAMEパビリオンにおいて、箱庭WGの活動紹介をパネル </tr> <tr> <td style="text-align: left"><a href="https://github.com/mROS-base/mros2">mROS 2</a></td> - <td style="text-align: left">A lightweight runtime environment of ROS 1 nodes onto embedded devices</td> + <td style="text-align: left">A lightweight runtime environment of ROS 2 nodes onto embedded devices</td> </tr> </tbody> </table> @@ -1497,6 +1525,10 @@ TOPPERS/SESSAMEパビリオンにおいて、箱庭WGの活動紹介をパネル <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-scenario-samples">hakoniwa-scenario-samples</a></td> <td style="text-align: left">Sample collection of Hakoniwa behavior scenarios</td> </tr> + <tr> + <td style="text-align: left"><a href="https://github.com/toppers/hakoniwa-px4sim">hakoniwa-px4sim</a></td> + <td style="text-align: left">Simulation environment for drone plant models that can be linked with PX4</td> + </tr> </tbody> </table>
リポジトリ一覧https://toppers.github.io/hakoniwa/repositories/Wed, 26 Aug 2020 15:09:42 +0900https://toppers.github.io/hakoniwa/repositories/<h3 id="箱庭本体">箱庭本体</h3> <table>