-
Notifications
You must be signed in to change notification settings - Fork 9
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
simulation fails to load #13
Comments
You catched it just in the middle of fixing it! I'm done with reemc model (or almost) but not yet with reem. Tomorrow I Sorry (the problem is with the last version of gazebo and some values of
|
I've actually been beating my head against it all weekend. If you can tell me approximately what to look for, I can take a whack at fixing it this afternoon. Should I just look at the reemc model to see what changed? |
Yeah, take a look at public_sim branch there. It's inertias and something But I'll try to upload something in the morning! Don't waste time :P
|
Adding on Sam's comments, the source of the problem is that the version of Gazebo has changed during the hydro cycle. Although it has only been patch fixes (1.9.x series), they have been significant enough to make the REEM simulation unstable. We had not realized this because we internally had Gazebo pinned down to a specific version in which the problem did not manifest itself. As Sam mentions, he is currently making sure that the simulation can work with the most up-to-date packages released into hydro. Thanks for your patience. |
As a temporary thing (I need further time today) you can use this rosinstall file: It's working on my machine right now. |
This is going to stay on "stand by" until friday (but the version of the rosinstall works as far as I tested!) as I won't be able to work on it for two days. Sorry for the annoyance. |
@awesomebytes This seems to be a problem for everyone that provides gazebo simulations. Thanks for being so responsive! |
The simulator doesn't seem to load any more following the instructions from: http://wiki.ros.org/Robots/REEM/Tutorials/Launching%20a%20REEM%20Gazebo%20simulation under the current gazebo package (gazebo 1.9.6)
The torso spawns in the correct location, but winds up looking like this:
http://imgur.com/g1ydMWd
No obvious errors show up in the gazebo log file. The controller reports the state of the torso joint as having NaN velocities.
@awesomebytes , this worked pretty recently. Any idea what might have changed? I've looked through the commit log, but I can't track it down.
The text was updated successfully, but these errors were encountered: