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
we see that the USV meshes are 10 times larger than expected.
Symptoms
Will need @crvogt to fill this in. I'm not sure what "changing mass values causes the USV dynamics plugin to fail" is referring to? Are you saying that changing the <mass> value within the <link name="${namespace}/dummy_link"> tag of the sandwich.urdf.xacro file caused a failure? What was the evidence of failure - did Gazebo run?
What values caused the failure? Maybe create a branch so that folks can reproduce the failure.
Need more information to reproduce
Possible Solutions
We might leave this alone since the boats used in the experiment are going to be larger than the current mesh scale, but suggest that @matthewheubach come up with some reasonable values for the intertial values (see sandwich.urdf.xacro file and hydrodynamic coefficients (see sandwich_dynamics_plugin.xacro).
The text was updated successfully, but these errors were encountered:
Use Case
In PR #1 @crvogt noted that "Model is scaled up 10x as changing mass values causes the USV dynamics plugin to fail". I think this refers to the
scale
used in the<mesh>
XML tags in thesandwitch.urdf.xacro
file of the PR - see https://github.com/Field-Robotics-Lab/sandwichboat/pull/1/files#r872837966Using the example launch file
we see that the USV meshes are 10 times larger than expected.
Symptoms
Will need @crvogt to fill this in. I'm not sure what "changing mass values causes the USV dynamics plugin to fail" is referring to? Are you saying that changing the
<mass>
value within the<link name="${namespace}/dummy_link">
tag of thesandwich.urdf.xacro
file caused a failure? What was the evidence of failure - did Gazebo run?What values caused the failure? Maybe create a branch so that folks can reproduce the failure.
Need more information to reproduce
Possible Solutions
We might leave this alone since the boats used in the experiment are going to be larger than the current mesh scale, but suggest that @matthewheubach come up with some reasonable values for the intertial values (see
sandwich.urdf.xacro
file and hydrodynamic coefficients (seesandwich_dynamics_plugin.xacro
).The text was updated successfully, but these errors were encountered: