-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roslaunch error [InsertModelWidget.cc:302] Missing model.config for model #4
Comments
Are you using ROS 18.04 or Gazebo 9+? The current master branch won't be able to work with gazebo 9. The |
@tomcattigerkkk That error can just be considered a warning, so you can ignore it for now. Gazebo recommends having a The
|
@sikang Thank you for your replay. I'm using ROS (Kinetic) Ubuntu 16.04 with Gazebo 7.14. @kartikmohta |
This problem has been noticed as some internal bugs of Gazebo 7.xx with gazebo_ros. You may downgrade your Gazebo to 7.0, that's how we use it with 16.04 and I'm almost sure that will fix this bug. To do so, first remove your current Gazebo 7.14 in your system; then you need to check out the following item in your Ubuntu software update: |
@sikang |
@tomcattigerkkk @sikang Hello. Can you help me?:) How you downgrade Gazebo?) I am remove my Gazebo 7.14 and install it again use this instruction http://gazebosim.org/tutorials?cat=install&tut=install_ubuntu&ver=7.0 . But was installed 7.14 again:) How I can install 7.0 version? |
This is how I downgrade: #4 (comment) |
Thanks to your great work, but when I tried to test the launch file. There is a problem.
After successfully catkin_make, I've tried to launch the world using
roslaunch gazebo.launch world:=levine
. Then the error[InsertModelWidget.cc:302] Missing model.config for model
for every model comes.
I'm not sure if I've set up something wrong. Could you give me some suggestion?
Also maybe a small issue. The package may require 'quadrotor_msgs' package and in the package the code for 'QuadrotorSO3AttitudeControl.cpp' line 67-69 'cmd' doesn't have 'angular_velocity' unless one adds a message in 'SO3COmmand.msg' with 'geometry_msgs/Vector3 angular_velocity'. Is that true?
Thanks.
The text was updated successfully, but these errors were encountered: