Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the repo? #52

Open
psemalah opened this issue Jun 29, 2024 · 1 comment
Open

How to use the repo? #52

psemalah opened this issue Jun 29, 2024 · 1 comment

Comments

@psemalah
Copy link

Really sorry for the stupid question, how to use the repo for binary install? Many Thanks.

@abuibaid
Copy link

abuibaid commented Sep 30, 2024

Maybe it is an old question, but I will answer in case anyone is going to use it.

mkdir -p robotiq_workspace/src
cd ~/robotiq_workspace
git clone -b humble https:/PickNikRobotics/ros2_robotiq_gripper.git src/<name-of-the-folder>
vcs import src --skip-existing --input src/<name-of-the-folder>/ros2_robotiq_gripper-not-released.humble.repos
rosdep update
rosdep install --ignore-src --from-paths src -y
colcon build
source /install/setup.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants