stretch4_hybrid_marker_demo
Installation
Option 1: Standard ROS 2 Install (colcon)
# Assuming your workspace is ~/ros2_ws
cd ~/ros2_ws/src
git clone https://github.com/hello-robot/stretch4_hybrid_marker_demos.git
cd ~/ros2_ws
colcon build --packages-select stretch4_hybrid_marker_demos
source install/setup.bashOption 2: Python Package Install (pip)
git clone https://github.com/hello-robot/stretch4_hybrid_marker_demos.git
cd stretch4_hybrid_marker_demos
pip install -e .Usage
Running the Demo Nodes
Method A: Using Standard ROS 2 Install (colcon)
Method B: Using Simple Python Install (pip)
Command Line Arguments
Technical Details: How the Demo Works
1. State Machine
2. Target Acquisition & Filtering
3. Control Loop & Hardware Interface
4. Grasp Evaluation
Last updated
Was this helpful?
