-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I'm following the getting started guide to set up everything on my deepracer.
Sadly i receive an error message when I try to do step 10 of Building the core packages
. The command colcon build
throws an error:
web_video_server_node" links to target "async_web_server_cpp::async_web_server_cpp" but the target was not found.
I found an issue in the web_video_server repository stating that support for ROS Foxy has been dropped for the repo. There is a pull request with code to fix the build for foxy and this error goes away when I do checkout the commit fc7338449da5789a59337d57d7ca374bbd7a0ad9
.
But then another error appears:
Starting >>> web_video_server
--- stderr: web_video_server
CMake Error at CMakeLists.txt:6 (find_package):
By not providing "Findasync_web_server_cpp.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"async_web_server_cpp", but CMake did not find one.
Could not find a package configuration file provided by
"async_web_server_cpp" with any of the following names:
async_web_server_cppConfig.cmake
async_web_server_cpp-config.cmake
Add the installation prefix of "async_web_server_cpp" to CMAKE_PREFIX_PATH
or set "async_web_server_cpp_DIR" to a directory containing one of the
above files. If "async_web_server_cpp" provides a separate development
package or SDK, be sure it has been installed.
---
Failed <<< web_video_server [1.44s, exited with code 1]
Summary: 0 packages finished [1.87s]
1 package failed: web_video_server
1 package had stderr output: web_video_server
To summarize: The tutorial is not working anymore and I think it is because that ROS foxy has reached EoL since April 2023 and the referenced packages are not supporting the ROS version anymore.
Do you know if there are any plans to update the ROS version on deepracer anytime in the future?