-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ROS2 Support #288
Comments
Check out: https://github.com/RoverRobotics-forks/serial-ros2 clone it into your |
Hello, your reply helped me, thanks so much! But unfortunately, when I started my program using this library, i got the following error: |
A bit late, but this could possibly help (seeing as how it is permission denied) https://answers.ros.org/question/369846/ros2-start-node-with-sudo-rights/ |
I need to use this serial library in my ROS2 package. However, I cannot build and install this package because it has the dependency of
catkin
. Catkin is not supported by ROS2 now and I could not install it, how do I fix this issue?I came across another issue mentioning that we can remove the catkin dependency entirely. I tried doing it and it successfully installed. But how do I include the serial in my package? Building my ROS2 package gives the error "could not find a package configuration file provided by "serial" with any of the following names.
The text was updated successfully, but these errors were encountered: