-
Notifications
You must be signed in to change notification settings - Fork 55
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
webrtc_ros failing to compile on Ubuntu 22.04, ROS 2 Humble #71
Comments
Hello, I'm facing the same issue to compile on Ubuntu 22.04 and ROS 2 Humble ! Were you able to solve this ? |
Try adding execute privilege to the scripts within
This might solve this problem, but it will not solve all the errors that might occur when building the package. |
I made some progress on this: in (ROS 2 Jazzy though) Additional changes:
At this point the webrtc build succeeds, but now there are tons of errors in webrtc_ros (e.g., webrtc/rtc_base/bind.h doesn't exist anymore etc.) |
I got it to build now |
Description
Hello,
I am trying to compile this package with ROS2 and I get the following error:
Steps To Reproduce
colcon build
Expected Behavior
Builds successfully
Actual Behavior
CMake error
Note
I have tried updating the commit hashes to the latest commits in the
build/webrtc
folder, inget_gn
andget_webrtc_ros
, but that didn't work. From past issues/pull requests, it seems that updating to a newer version of WebRTC is not as trivial as this.The text was updated successfully, but these errors were encountered: