aka-LJ

Results 3 comments of aka-LJ

It worked, thank you.

> Hi! I've found a temporary solution. Go to `rotors_simulator/rotors_gazebo_plugins/CMakeLists.txt` and add `list(APPEND targets_to_install mav_msgs)` line after the line `target_link_libraries(mav_msgs ${PROTOBUF_LIBRARY} gazebo_msgs)`. > > ```cmake > ... > add_library(mav_msgs SHARED...

> > Hi! I've found a temporary solution. Go to `rotors_simulator/rotors_gazebo_plugins/CMakeLists.txt` and add `list(APPEND targets_to_install mav_msgs)` line after the line `target_link_libraries(mav_msgs ${PROTOBUF_LIBRARY} gazebo_msgs)`. > > ```cmake > > ... >...