Refactor Tiago setup with ROS2, teleop improvements, and cleanup#8
Open
Refactor Tiago setup with ROS2, teleop improvements, and cleanup#8
Conversation
…nto tiago_bimanual
…nto tiago_bimanual
ros2 only, plug and play docker
…nto tiago_bimanual
action_from_trackpad_instead_of_menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Genearated with copilot:
This pull request introduces a robust, multi-stage Docker-based development and deployment workflow for the ROS 2 Vive Controller project, and significantly overhauls the documentation to provide clear, modern, and user-focused guidance. The changes enable streamlined setup of ROS 2, SteamVR, and all required dependencies in a reproducible container environment, while also clarifying usage patterns, hardware requirements, and the internal logic of the driver and teleop bridge nodes.
The most important changes are:
Dockerization & Environment Setup
.ci/Dockerfile) that builds a base with Nvidia OpenGL, ROS 2 Humble, and SteamCMD, adds all Python and system dependencies (including SteamVR), and supports both development and deployment targets. It handles user creation, workspace setup, and includes a fix for resource marker issues during package build..ci/entrypoint.sh) to correctly source ROS 2 and workspace environments, set default environment variables, and ensure proper signal handling for ROS launch processes.Documentation Overhaul
README.mdto provide a modern, user-oriented introduction, including clear hardware/software prerequisites, detailed Docker build/run instructions, and step-by-step usage for calibration and teleoperation. The new documentation also explains the architecture and logic of the driver and teleop bridge nodes, including button mappings, reference frames, and robot-specific launch configurations.Driver & Teleop Node Explanation
Robot Integration Examples
These changes together enable a reproducible, hardware-agnostic development workflow and make it much easier for new users and developers to understand, set up, and extend the ROS 2 Vive Controller system.
TL;DR: Refactoring, ros2 only support, oob support for tiago and g1, extendable and hardware agnostic code.