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
Hi,
The bullet3-2.88/build_cmake/examples/ExampleBrowser/../data/kuka_iiwa/model.urdf is wrong, should be bullet3-2.88/build_cmake/examples/ExampleBrowser/../../data/kuka_iiwa/model.urdf
But I am not sure if it is because of wrong path or wrong location of the data.
Reproduce:
on MacOS, compiling bullet3-2.88 using
./build_cmake_pybullet_double.sh
Double click the build_cmake/examples/ExampleBrowser/App_ExampleBrower
Choose the Inverse Dynamics/Inverse Dynamics URFD, the app will abort on the path not found
This discussion was converted from issue #2376 on April 26, 2021 03:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The
bullet3-2.88/build_cmake/examples/ExampleBrowser/../data/kuka_iiwa/model.urdf
is wrong, should bebullet3-2.88/build_cmake/examples/ExampleBrowser/../../data/kuka_iiwa/model.urdf
I changed this line:
https://github.com/bulletphysics/bullet3/blob/2.88/examples/Utils/b3ResourcePath.cpp#L132
to:
sprintf(resourcePathIn, “%s../../data/%s", pathToExe, resourceName);
It works for me.
But I am not sure if it is because of wrong path or wrong location of the data.
Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions