You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to ROS, I was trying to run hector_quadrotor on ros kinetic but when I was cmake-ing your package I encountered this issue. Please help...
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
CMake Error at /home/wajeeh-ros/hector_quadrotor_tutorial/devel/share/hector_quadrotor_model/cmake/hector_quadrotor_modelConfig.cmake:148 (message):
Project 'hector_quadrotor_gazebo_plugins' tried to find library
'-lpthread'. The library is neither a target nor built/installed properly.
Did you compile project 'hector_quadrotor_model'? Did you find_package() it
before the subdirectory containing its code is included?
Call Stack (most recent call first):
/opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/wajeeh-ros/hector_quadrotor_tutorial/build/CMakeFiles/CMakeOutput.log".
See also "/home/wajeeh-ros/hector_quadrotor_tutorial/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
The text was updated successfully, but these errors were encountered:
I am new to ROS, I was trying to run hector_quadrotor on ros kinetic but when I was cmake-ing your package I encountered this issue. Please help...
The text was updated successfully, but these errors were encountered: