Friction typo
This commit is contained in:
@@ -660,7 +660,7 @@ struct BulletMJCFImporterInternalData
|
|||||||
btArray<float> frictions;
|
btArray<float> frictions;
|
||||||
btAlignedObjectArray<std::string> strArray;
|
btAlignedObjectArray<std::string> strArray;
|
||||||
urdfIsAnyOf(" ", strArray);
|
urdfIsAnyOf(" ", strArray);
|
||||||
urdfStringSplit(pieces, sz, strArray);
|
urdfStringSplit(pieces, frictionS, strArray);
|
||||||
for (int i = 0; i < pieces.size(); ++i)
|
for (int i = 0; i < pieces.size(); ++i)
|
||||||
{
|
{
|
||||||
if (!pieces[i].empty())
|
if (!pieces[i].empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user