Replies: 3 comments 3 replies
-
For the well_lit.world file, I will check it out. For the libros_contain_gazebo_plugin, that is the plugin we use for evaluation and should not impact your solution. libArduPilotPlugin.so is however of major importance, for that I will have to refer to @lmark1 to see what may be the issue. |
Beta Was this translation helpful? Give feedback.
-
As there have been a few reports regarding missing libArduPilotPlugin or something similar that can be attributed to the same plugin missing, I have been trying to reproduce something similar on my end by cleaning the workspace and similar, but without success. I will try it next on the clean Ubuntu 20.04 machine with a clean ROS Noetic. |
Beta Was this translation helpful? Give feedback.
-
Hello @EQ163 ,
Make sure that the |
Beta Was this translation helpful? Give feedback.
-
roslaunch ardupilot_gazebo kopterworx.launch use_sim_time:=true x:=10 y:=2 world:=$(rospack find icuas23_competition)/worlds/well_lit.world
On trying to execute this command it shows multiple errors
Firstly it shows an error in the will_lit.world sdf file
Error: Non-unique names detected in type plugin in
[Err] [Server.cc:98] SDF is not valid, see errors above. This can lead to an unexpected behaviour.
Secondly
[Err] [Plugin.hh:212] Failed to load plugin libros_contain_gazebo_plugin.so: libros_contain_gazebo_plugin.so: cannot open shared object file: No such file or directory
[Err] [Plugin.hh:212] Failed to load plugin libros_contain_gazebo_plugin.so: libros_contain_gazebo_plugin.so: cannot open shared object file: No such file or directory
[Err] [Plugin.hh:212] Failed to load plugin libros_contain_gazebo_plugin.so: libros_contain_gazebo_plugin.so: cannot open shared object file: No such file or directory
[Err] [Plugin.hh:212] Failed to load plugin libros_contain_gazebo_plugin.so: libros_contain_gazebo_plugin.so: cannot open shared object file: No such file or directory
[Err] [Plugin.hh:212] Failed to load plugin libArduPilotPlugin.so: libArduPilotPlugin.so: cannot open shared object file: No such file or directory
Any kind of help shall be appreciated!!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions