So I am trying to follow this tutorial for lane detection opencv using the raspicam.
However, when I try to clone the github repository for the lane detection:
it gives me the error that it is not found
Along with that, when I clone the main repository:
it would fail whenever I try to run catkin_make, it gives the following error:
Could not find a package configuration file provided by "ackermann_msgs"
with any of the following names:
ackermann_msgsConfig.cmake
ackermann_msgs-config.cmake
Add the installation prefix of "ackermann_msgs" to CMAKE_PREFIX_PATH or set
"ackermann_msgs_DIR" to a directory containing one of the above files. If
"ackermann_msgs" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
diy_driverless_car_ROS/rbcar_twist2ack/CMakeLists.txt:7 (find_package)
-- Could not find the required component 'ackermann_msgs'. 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/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "ackermann_msgs"
with any of the following names:
ackermann_msgsConfig.cmake
ackermann_msgs-config.cmake
Add the installation prefix of "ackermann_msgs" to CMAKE_PREFIX_PATH or set
"ackermann_msgs_DIR" to a directory containing one of the above files. If
"ackermann_msgs" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
diy_driverless_car_ROS/rbcar_twist2ack/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/ubuntu/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:2432: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
important things to note:
- I have installed the vision_oepncv
- I have also installed raspicam_node
So, do I need to follow any other refrences mentioned in the tutorial?