A tiling window manager TUI for ROS 2 Humble
Project description
ROS 2 Window Manager TUI (h20tui)
A high-performance, asynchronous Text User Interface (TUI) designed for ROS 2 Humble. This tool transforms your terminal into a tiling window manager specifically tuned for robotics development. Navigate your workspace, monitor topics, and manage multiple nodes side-by-side using pure keyboard motions.
🚀 Key Features
- Ament-Aware Fuzzy Discovery: Instantly find executables and launch files by scanning the
ament_index. No more "trash" suggestions from standard bash completion. - Tiling Workspace: Split your view into multiple independent panes to monitor
topic echo,node info, andlaunchlogs simultaneously. - Vim-Powered Navigation: Full
hjklsupport for tree navigation, log scrolling, andCtrl + h/lfor lightning-fast pane switching. - Robust Process Management: Uses Unix process groups (
os.killpg) to ensure that killing aros2 launchcommand actually cleans up all child nodes. - Search-to-Select Workflow: Seamless focus transition from the fuzzy-search bar to the command tree using only the
Enterkey.
📦 Installation
Prerequisites
- Ubuntu 22.04
- ROS 2 Humble (Sourced)
- Python 3.10+
1. From Source
To install in "editable" mode so that changes to the code take effect immediately:
git clone git@github.com:ozaydincan/h20tui.git
cd h20tui
pip install -e .
2. From Pip (Recommended)
You can install h20tui directly from PyPI:
pip install h20tui
source /opt/ros/humble/setup.bash
# (Optional) Source your workspace
source ~/your_ws/install/setup.bash
Running the TUI
If ROS2 is sourced in your workspace
ros2tui
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file h20tui-0.1.3.tar.gz.
File metadata
- Download URL: h20tui-0.1.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba86f05a3c3ac641f3acfae008e68311fe95063427f738c0ca9a26ee74b57c62
|
|
| MD5 |
8b07d7209bd27b10ed1da41c081563c1
|
|
| BLAKE2b-256 |
e05ff7528f79fca5e38871a5fa262573df6e0bbf5e077efac6eab008ccc20f2e
|
File details
Details for the file h20tui-0.1.3-py3-none-any.whl.
File metadata
- Download URL: h20tui-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b3c7ac871ab8bb128e0bcf78f9701b3c678b871774138811d8ea3706df631aa
|
|
| MD5 |
19b48d2ae6c2c6cccab33fd312e464b5
|
|
| BLAKE2b-256 |
a437785b56e354a01e95061b12755a5e5d5917061fae6890257c768e6c90809d
|