ROS2 Humble Hawksbill package for Robotq Hand-E gripper.
- Ubuntu 22.04 PC
- NVIDIA GeForce RTX 3070
- NVIDIA Driver 470.256.02
- Docker 26.1.1
- Docker Compose 2.27.0
- NVIDIA Docker 2.13.0
git clone [email protected]:takuya-ki/hand-e.git --recursive --depth 1 && cd hand-e && COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build --no-cache --parallel
- Build and run the docker environment
- Create and start docker containers in the initially opened terminal
docker compose up
- Execute the container in another terminal
xhost + && docker exec -it hande_humble_container bash
- Create and start docker containers in the initially opened terminal
- Build program files with the revised yaml
cd /ros2_ws && colcon build --symlink-install --parallel-workers 1 && source install/setup.bash
- Run a planning process in the container
- Use byobu to easily command several commands
byobu
- First command & F2 to create a new window & Second command ...
- Ctrl + F6 to close the selected window
- Display the robot's (visual and collision) models
ros2 launch hande_tutorials display.launch.py
- Run the hand closing and opening demo
ros2 launch hande_tutorials demo.launch.py
- Use byobu to easily command several commands
We always welcome collaborators!