-
Notifications
You must be signed in to change notification settings - Fork 191
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 foxy build fails #105
Comments
i have the same issue. any solution or tip ?
Thanks in advance. |
I opened a pull request #107 that fixes the build. There are still some issues though:
|
I tried #107 a few days ago and while that solved some of the build issues under Foxy, new ones seem to have popped up in the meantime. I opened #111 with the full set of changes I needed to get the package to work under Foxy. I also fixed some deprecation warnings along the way. I confirmed that at least the mjpeg and ros_compressed stream types are working. |
Currently able to compile (minimal warnings) from source (sorry if the issue looks stale, but Foxy itself is not so old ^^). Compiled via (use apt update
apt install ros-foxy-async-web-server-cpp ros-foxy-cv-bridge ros-foxy-image-transport
cd /demo_ws/src
git clone --branch ros2 https://github.com/RobotWebTools/web_video_server
cd /demo_ws
colcon build --packages-select web_video_server The above was done with:
Run via (again, also adapt your workspace (*_ws) path): source /demo_ws/install/setup.sh
ros2 run web_video_server web_video_server PS: This is just some minimal documentation of working versions. Thanks a lot to all the effort of the developers @DomenicP and a long "et al" at #111 |
We dropped support for Foxy as it is EoL (you can still build verion |
Building for ros2 foxy (branch ros2) fails with error:
Platform: Rasbperry Pi 4 with Raspbian Buster
The text was updated successfully, but these errors were encountered: