# lazyros
A simple and friendly terminal UI for ROS2.

## Features
### Node (include life-cycle node)
- viewing logs by node
- viewing node info
- starting / stopping node
- changing life-cycle node status
### Topic
- viewing topic (like a `ros2 topic echo`)
### Parameter
- setting / viewing parameters
## Installation
- pip (recommended)
```shell
pip install lazyros
```
- from source
```shell
git clone https://github.com/TechMagicKK/lazyros.git
cd lazyros
pip install -r requirements.txt
```
## Usage
Just run following command.
```shell
lazyros
```
## Getting started
1. Run talker demo node
```shell
ros2 run demo_nodes_cpp talker
```
2. Run listener demo node
```
ros2 run demo_nodes_cpp listener
```
3. Run lazyros
```shell
lazyros
```
## Help
- Trouble
If you encounter trouble, please feel free to open an issue!
- Request
Any request is welcome, please feel free to request in issue!
## Release
Check [How to release](./docs/release.md).
Raw data
{
"_id": null,
"home_page": "https://github.com/TechMagicKK/lazyros",
"name": "lazyros",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.10",
"maintainer_email": null,
"keywords": "lazyros, ros2, textual, cli, terminal",
"author": "Harumo Sasatake",
"author_email": "sasatake.harumo@techmagic.co.jp",
"download_url": "https://files.pythonhosted.org/packages/01/0c/35a682a486f97e2f781c3ef485462370d17be6dd5c7d42ca33e2e92bdffb/lazyros-0.1.9.5.tar.gz",
"platform": null,
"description": "# lazyros\n\nA simple and friendly terminal UI for ROS2.\n\n\n\n\n\n## Features\n\n### Node (include life-cycle node)\n\n- viewing logs by node\n- viewing node info\n- starting / stopping node\n- changing life-cycle node status\n\n### Topic\n\n- viewing topic (like a `ros2 topic echo`)\n\n### Parameter\n\n- setting / viewing parameters\n\n\n\n## Installation\n\n- pip (recommended)\n ```shell\n pip install lazyros\n ```\n\n- from source\n ```shell\n git clone https://github.com/TechMagicKK/lazyros.git\n cd lazyros\n pip install -r requirements.txt\n ```\n\n\n\n## Usage\n\nJust run following command.\n\n```shell\nlazyros\n```\n\n\n\n## Getting started\n\n1. Run talker demo node\n ```shell\n ros2 run demo_nodes_cpp talker\n ```\n\n2. Run listener demo node\n ```\n ros2 run demo_nodes_cpp listener\n ```\n\n3. Run lazyros\n ```shell\n lazyros\n ```\n\n\n\n## Help\n\n- Trouble\n If you encounter trouble, please feel free to open an issue!\n\n- Request\n\n Any request is welcome, please feel free to request in issue!\n\n\n\n## Release\n\nCheck [How to release](./docs/release.md).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": null,
"version": "0.1.9.5",
"project_urls": {
"Homepage": "https://github.com/TechMagicKK/lazyros",
"Repository": "https://github.com/TechMagicKK/lazyros"
},
"split_keywords": [
"lazyros",
" ros2",
" textual",
" cli",
" terminal"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bb3128697166ea74b7c2726627243aaf24dcdecfc4e87b99a51425d1136ff8eb",
"md5": "1c59b1808f578ae26f7ec80ca8d82e4b",
"sha256": "2153e75360bb4c94ee11655785b5fc07d29075017262725c61c05d8e767a72ba"
},
"downloads": -1,
"filename": "lazyros-0.1.9.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1c59b1808f578ae26f7ec80ca8d82e4b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.10",
"size": 36685,
"upload_time": "2025-09-10T02:20:19",
"upload_time_iso_8601": "2025-09-10T02:20:19.853112Z",
"url": "https://files.pythonhosted.org/packages/bb/31/28697166ea74b7c2726627243aaf24dcdecfc4e87b99a51425d1136ff8eb/lazyros-0.1.9.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "010c35a682a486f97e2f781c3ef485462370d17be6dd5c7d42ca33e2e92bdffb",
"md5": "f712c516295aedaa32f1b950a912a07f",
"sha256": "3ad2d7bf1b65fc6fe5f018539f5144e31aa4c77d25c80456275a284364011c53"
},
"downloads": -1,
"filename": "lazyros-0.1.9.5.tar.gz",
"has_sig": false,
"md5_digest": "f712c516295aedaa32f1b950a912a07f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.10",
"size": 23587,
"upload_time": "2025-09-10T02:20:21",
"upload_time_iso_8601": "2025-09-10T02:20:21.563387Z",
"url": "https://files.pythonhosted.org/packages/01/0c/35a682a486f97e2f781c3ef485462370d17be6dd5c7d42ca33e2e92bdffb/lazyros-0.1.9.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 02:20:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TechMagicKK",
"github_project": "lazyros",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "lazyros"
}