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

No "serial" package? #64

Open
katallen405 opened this issue Sep 12, 2024 · 1 comment
Open

No "serial" package? #64

katallen405 opened this issue Sep 12, 2024 · 1 comment

Comments

@katallen405
Copy link

When I colcon build from the Humble branch, it does not find a "serial" package, and rosdep does not find "serial" to install either.
There is a serial-driver -- is that what is wanted, or is there some other serial package that should be installed that is not a ROS standard package?

@abuibaid
Copy link

Hi @katallen405,

if I'm not mistaken, I think you need run these two commands before running colcon build, where the second command will import the serial-package

git clone -b humble https://github.com/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

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