ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

UUID::UUID not found in melodic

asked 2019-02-02 03:57:02 -0500

cluue gravatar image

updated 2020-02-05 23:33:49 -0500

jayess gravatar image

Hello ROS-Community,

I am working my way through the Wil Selby Quadrotor Simulator, but I am having some issues here.

I am using Ubuntu 18.04 and ROS Melodic.

I clone all packages as mentioned into my workspace and use catkin_make. I first of all did that after cloning the glog_catking and catkin_simple into my src folder. It runs through.

After I get all the other packages which are mentioned and run catkin_make, thats the error I get:

CMake Error at rotors_simulator/rotors_gazebo_plugins/CMakeLists.txt:85 (target_link_libraries):
  Error evaluating generator expression:

    $<TARGET_PROPERTY:UUID::UUID,INTERFACE_INCLUDE_DIRECTORIES>

  Target "UUID::UUID" not found.


-- Generating done
-- Build files have been written to: /home/thorsten/catkin_ws/build
Invoking "cmake" failed

There is a lot more of the same errors.

Thanks for any help!

Update: the error changes, when I do the same but as root.

/home/thorsten/src/rotors_simulator/rotors_gazebo_plugins/src/gazebo_octomap_plugin.cpp:25:10: fatal error: gazebo/math/Vector3.hh: No such file or directory
 #include <gazebo/math/Vector3.hh>
edit retag flag offensive close merge delete

Comments

2

Thi would seem to be an issue with the packages you're trying to build. I would recommend you post this as an issue on their tracker (this one).

gvdhoorn gravatar image gvdhoorn  ( 2019-02-03 09:30:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-05 08:02:34 -0500

gvdhoorn gravatar image

Issue on the tracker: wilselby/ROS_quadrotor_simulator#44.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-02-02 03:57:02 -0500

Seen: 615 times

Last updated: Feb 05 '20