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
When we load models into the pick-and-place gazebo environment, they drop down onto the table and move around in a very “floaty” fashion. This is because the physical properties are not set correctly. We fixed the initial problem with these models to be able to even use them correctly in the environment by setting a collision mesh. We need to fix the inertial values so things look correct.
I think this is good enough, although we might want to go in and manually compute inertial values for items in the warehouse. This script uses pymeshlab to calculate inertial values based on a mesh and an initial weight:
When we load models into the pick-and-place gazebo environment, they drop down onto the table and move around in a very “floaty” fashion. This is because the physical properties are not set correctly. We fixed the initial problem with these models to be able to even use them correctly in the environment by setting a collision mesh. We need to fix the inertial values so things look correct.
See the comment here: #2 (comment)
We need to insert the values into the template (or modify the resulting rendered model with a script) in this CMakeList
simData/CMakeLists.txt
Lines 11 to 23 in bdc5388
We also want to setup a testing environment and load the models into gazebo to see how they behave.
The text was updated successfully, but these errors were encountered: