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
On fresh installation on 18.04 with Gazebo9 and ros melodic, the rotors packages are non functional:
when I try to launch any example, the mav did not take off. After investigation, I have find that gazebo complain that:
librotors_gazebo_interface_plugin.so cound not find libmav_msgs.so
The package ros-melodic-rotors-gazebo-plugin did not contain such library but it should as it is defined here :
# This causes mav_msgs to be linked with every created library in this file from this
# point forward.
# NOTE: This is deprecated, should be using target_link_libraries instead
link_libraries(mav_msgs)
Please note that this lib is not related to the package mav_msg but is the shared linked library that contained protobuf definition for internal rotors messages.
This previous PR #506 shows the same problem and should correct this issue.
The text was updated successfully, but these errors were encountered:
On fresh installation on 18.04 with Gazebo9 and ros melodic, the rotors packages are non functional:
when I try to launch any example, the mav did not take off. After investigation, I have find that gazebo complain that:
The package ros-melodic-rotors-gazebo-plugin did not contain such library but it should as it is defined here :
rotors_simulator/rotors_gazebo_plugins/CMakeLists.txt
Lines 199 to 212 in 7e25747
Please note that this lib is not related to the package mav_msg but is the shared linked library that contained protobuf definition for internal rotors messages.
This previous PR #506 shows the same problem and should correct this issue.
The text was updated successfully, but these errors were encountered: