Skip to content
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

catkin_make fails on jetson nano missing async_web_server_cpp running ROS Melodic #101

Closed
NikolaeVarius opened this issue May 19, 2020 · 2 comments
Labels

Comments

@NikolaeVarius
Copy link

NikolaeVarius commented May 19, 2020

-- ==> add_subdirectory(web_video_server)
-- Could NOT find async_web_server_cpp (missing: async_web_server_cpp_DIR)
-- Could not find the required component 'async_web_server_cpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  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.
Call Stack (most recent call first):
  web_video_server/CMakeLists.txt:7 (find_package)

Ubuntu 18.04 on a Jetson nano

  • /rosdistro: melodic
  • /rosversion: 1.14.5
@NikolaeVarius NikolaeVarius changed the title catkin_make fails on jetson nano catkin_make fails on jetson nano missing async_web_server_cpp May 19, 2020
@NikolaeVarius NikolaeVarius changed the title catkin_make fails on jetson nano missing async_web_server_cpp catkin_make fails on jetson nano missing async_web_server_cpp running ROS Melodic May 19, 2020
@chenkaiC4
Copy link

you can try install ros-melodic-web-video-server, then build this repo.

@peterlixue
Copy link

  1. sudo apt-get install ros-melodic-web-video-server;
  2. if find some error, then sudo apt-get update, again , apt install ros-melodic-web-video-server
  3. use ros catkin_make it, show target generation OK

@bjsowa bjsowa added the ros1 label Sep 30, 2024
@bjsowa bjsowa closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants