compas-dev / compas-dev/compas_robots
how to attach the tool with from compas_robots.viewer.scene.robotmodelobject import RobotModelObject? robot_object.attach_tool_model(tool_model) robot_object.draw_attached_meshes() robot_object.draw_visual(),Not effective
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
tool_model=...
robot_object: RobotModelObject = viewer.scene.add(model, show_lines=False, configuration=configuration)
# Attach the tool
robot_object.attach_tool_model(tool_model)
robot_object.draw_attached_meshes()
robot_object.draw_visual()
Not effective?
Contributor guide
Assessment
This issue has not been assessed yet.