roslaunch ardrone_as action_server.launch will not run.
Error:
RLException: [action_server.launch] is neither a launch file in package [ardrone_as] nor is [ardrone_as] a launch file name
The traceback for the exception was written to the log file
Tried to use solution here: Ardrone_as launch
but I did not delete src folder.
catkin_make fails on ‘unit_5_services’ because ROS cannot find ‘iri_wam_reproduce_trajectory’
Error:
– ==> add_subdirectory(unit_5_services)
– Could NOT find iri_wam_reproduce_trajectory (missing: iri_wam_reproduce_trajectory_DIR)
– Could not find the required component ‘iri_wam_reproduce_trajectory’. 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/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
“iri_wam_reproduce_trajectory” with any of the following names:
iri_wam_reproduce_trajectoryConfig.cmake
iri_wam_reproduce_trajectory-config.cmake
Add the installation prefix of “iri_wam_reproduce_trajectory” to
CMAKE_PREFIX_PATH or set “iri_wam_reproduce_trajectory_DIR” to a directory
containing one of the above files. If “iri_wam_reproduce_trajectory”
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
unit_5_services/CMakeLists.txt:10 (find_package)
– Configuring incomplete, errors occurred!
See also “/home/user/catkin_ws/build/CMakeFiles/CMakeOutput.log”.
See also “/home/user/catkin_ws/build/CMakeFiles/CMakeError.log”.
Invoking “cmake” failed