Commit Graph
11 Commits
Author SHA1 Message Date
Даниил Грабарь 6be6032838 feat: update robot setup to use ruamel.yaml for preserving YAML comments and formatting
feat: enhance run command with Docker volume for Webots asset caching and GPU detection

feat: improve setup command to sequentially run sub-commands for documentation, environment, and robot parameters

fix: update update command to provide clearer logging during git operations and installation

refactor: enhance TUI components with better threading and logging for long-running tasks

chore: improve install script with better error handling, logging, and interactive setup wizard
2026-05-21 12:46:54 +10:00
Даниил Грабарь e18ff53532 Add run command for launching robot controller and Webots simulator 2026-05-21 11:41:54 +10:00
Даниил Грабарь 2903b8825d Enhance progress reporting in setup and deletion processes across multiple scripts 2026-05-21 11:05:08 +10:00
Даниил Грабарь 615a955767 Refactor subprocess handling in setup scripts for improved error reporting and output management 2026-05-20 18:24:09 +03:00
Даниил Грабарь 9ab76160f0 Enhance ROS2 repository setup by improving key handling and updating installation commands 2026-05-20 18:09:04 +03:00
Даниил Грабарь a50ff4e2e6 Add delete and update commands for project management 2026-05-20 17:52:49 +03:00
Даниил Грабарь 5f16825cf7 Refactor Docker and Local Setup Commands
- Enhanced the docker_setup.py to streamline image building and pulling processes with improved logging and error handling.
- Introduced a new LogScreen for better user feedback during long-running tasks.
- Updated local_setup.py to utilize logging for installation steps and improved error handling.
- Refactored robot_setup.py to simplify configuration saving and user interaction.
- Added a new LogScreen class in tui.py for consistent logging across different setup processes.
- Modified install.sh to adjust the installation directory for better organization.
2026-05-20 17:41:11 +03:00
Даниил Грабарь bbfec17876 Add local setup command and enhance docker setup wizard 2026-05-20 17:05:01 +03:00
Даниил Грабарь 86e6e801e9 Add robot setup command and configuration management for cobot-setting.yaml 2026-05-20 14:43:20 +10:00
Даниил Грабарь dedf3e3467 Implement documentation setup and Docker configuration for LWC project 2026-05-20 13:49:21 +10:00
Даниил Грабарь d1c250e6b9 Add initial implementation of cobot CLI and setup scripts 2026-05-19 17:04:27 +03:00