Common
common packages for kyubic
 
Loading...
Searching...
No Matches
Common

* *

Kyubic ROS

Advanced Underwater Robot Platform on ROS 2 Jazzy

*

System Architecture

graph TD subgraph Hardware [Hardware Layer] direction TB DVL[Teledyne DVL]:::hw IMU[IMU G366]:::hw ESP[Sensors ESP32]:::hw RP[Actuator RP2040]:::hw end subgraph Drivers [Driver Layer] DVL_N(DVL Driver):::node IMU_N(IMU Driver):::node SENS_N(Sensor Driver):::node ACT_N(Actuator Driver):::node end subgraph Core [Core System] LOC(Localization):::core BT(Behavior Tree):::core CTRL(Control & Plan):::core end DVL --> DVL_N --> LOC IMU --> IMU_N --> LOC ESP --> SENS_N --> LOC LOC --> BT --> CTRL --> ACT_N --> RP %% スタイル定義 classDef hw fill:#e1f5fe,stroke:#0277bd,stroke-width:2px; classDef node fill:#fff9c4,stroke:#fbc02d,stroke-width:2px; classDef core fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20;
*

📦 Package Modules

*

🎮 Control & Planning

*

🔌 Hardware Drivers

*

📍 Localization

*

🖥️ Visualization

🚀 Quick Start

Docker環境を使用して即座に開発を開始できます。

Installation

git clone git@github.com:KyutechUnderWater/kyubic_ros.git
cd kyubic_ros && . install.sh --nvidia
        

Usage

ros2_start_nvidia  # Start Container