-
Notifications
You must be signed in to change notification settings - Fork 48
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
missing depends cyclonedds #207
Comments
I just came across something similar to this. I installed Here is my line 11 find_package(controller_interface REQUIRED)
rmw_implementation/rmw_implementation/package.xml Lines 24 to 32 in 29640b9
|
My issue was due to exporting RMW_IMPLEMENTATION in my bashrc. export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp When I unset the RMW_IMPLEMENTATION it worked fine. I had set it for another project. Unless there a nice way to depend on a rmw_implementation in a package.xml so that when a user runs: rosdep install --ignore-src --from-paths src -y -r |
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
ros-foxy-rmw-implementation
hasros-foxy-rmw-cyclonedds-cpp
in itsDepends
.Actual behavior
ros-foxy-rmw-implementation
does not haveros-foxy-rmw-cyclonedds-cpp
in itsDepends
.Additional information
https://github.com/ros2-gbp/rmw_implementation-release/blob/debian/foxy/focal/rmw_implementation/debian/control
The text was updated successfully, but these errors were encountered: