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

[urdf] Add no_mesh_load_mode #307

Merged
merged 1 commit into from
Oct 31, 2023
Merged

[urdf] Add no_mesh_load_mode #307

merged 1 commit into from
Oct 31, 2023

Conversation

iory
Copy link
Owner

@iory iory commented Oct 31, 2023

from skrobot.models import PR2
from skrobot.utils.urdf import no_mesh_load_mode


with no_mesh_load_mode():
    robot_no_mesh = PR2()
print([l.visual_mesh for l in robot_no_mesh.link_list])

robot = PR2()
print([l.visual_mesh for l in robot.link_list])

@iory iory merged commit 874ca16 into master Oct 31, 2023
6 checks passed
@iory iory deleted the no-mesh-mode branch October 31, 2023 14:29
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

Successfully merging this pull request may close these issues.

1 participant