Skip to content
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

Collision disabled #29

Closed
dcharrezt opened this issue Dec 15, 2021 · 5 comments
Closed

Collision disabled #29

dcharrezt opened this issue Dec 15, 2021 · 5 comments

Comments

@dcharrezt
Copy link

dcharrezt commented Dec 15, 2021

Hi,

When running the tamp example (from main branch), with or without --cfree flag plans ignore collision. Is there something else I need to change? I am also getting the following warnings that seem related.

b3Printf: No inertial data for link, using mass=1, localinertiadiagonal = 1,1,1, identity local inertial frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: r_gripper_tool_frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: No inertial data for link, using mass=1, localinertiadiagonal = 1,1,1, identity local inertial frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: l_gripper_led_frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: No inertial data for link, using mass=1, localinertiadiagonal = 1,1,1, identity local inertial frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: l_gripper_tool_frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: No inertial data for link, using mass=1, localinertiadiagonal = 1,1,1, identity local inertial frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: l_forearm_cam_optical_frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

b3Printf: No inertial data for link, using mass=1, localinertiadiagonal = 1,1,1, identity local inertial frame
b3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,126]:

Thanks in advance for any help!

@Gaoyuan-Liu
Copy link

Hey @dcharrezt, I run into the same issue, and I found the collision checking works fun for the fixed obstacles (walls), but not for the movable (red). Have you solved this issue?

@roshandhakal
Copy link

@dcharrezt @Gaoyuan-Liu I am also running to same issue. Did you guys solve it?

@roshandhakal
Copy link

The only algorithm that works for collision is "incremental".

@Gaoyuan-Liu
Copy link

Hey @roshandhakal, finally I solve the problem by using the "downward" branch rather than the main branch. However, still have no idea what's the reason for the error.

@caelan
Copy link
Owner

caelan commented Mar 22, 2022

Resolved in main by: 526b450.

@caelan caelan closed this as completed Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants