-
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
Any plans for using it in ROS foxy? #110
Comments
async_web_server_cpp for ROS2 is available. clone packages:
install dependencies:
build async_web_server_cpp:
try to build web_video_server and catch error...
|
I add cmake-path for Fast RTPS with
|
I'm also receiving errors when building the ROS2 branch. Anyone found a solution to this? |
Yes (as always, sorry for bumping stale issues, but I feel it's better than finding no information at all), please see #105 (comment) |
We dropped support for Foxy as it is EoL (you can still build verion 1.0.1 of this package though). The new version was released for all currently supported distros (Humble, Iron, Jazzy, Rolling). |
Cant find ros foxy package.
Cant; build for ros foxy because ros foxy use colcon instead of catkin.
Converted using script : https://github.com/bponsler/ros2-support/blob/master/scripts/catkin-to-ament.py
Find out that there is dependency to
https://github.com/GT-RAIL/async_web_server_cpp
And it is also do not support colcon.
Converted one more time (with deleting tests)
Compiled and installed async_web_server_cpp.
But Compilation of the web_video_server does not work:
The text was updated successfully, but these errors were encountered: