Robot Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/><translate>
<languages/>
<translate>
{{docnav|FEM Module|Standard Menu}}
<!--T:40-->
{{docnav|[[Reverse Engineering Workbench|Reverse Engineering Workbench]]|[[Ship Workbench|Ship Workbench]]|IconL=ReverseEngineeringWorkbench.svg|IconR=Workbench_Ship.svg
}}


</translate>
</translate>
[[Image:Workbench_Robot.svg|64px]]
[[Image:Workbench_Robot.svg|64px]]
<translate>


<translate>
== Introduction == <!--T:37-->
== Introduction == <!--T:37-->


<!--T:2-->
<!--T:2-->
The [[Robot Workbench]] is a tool to simulate a standard [[Robot_6-Axis|6-axis industrial robot]], like [http://kuka.com/ Kuka].
The [[Robot Workbench|Robot Workbench]] is a tool to simulate a standard [[Robot_6-Axis|6-axis industrial robot]], like [http://kuka.com/ Kuka].


<!--T:38-->
<!--T:38-->
Line 48: Line 51:
* [[Image:Robot_SetDefaultValues.png|30px]] [[Robot_SetDefaultValues|Set the default speed parameter]]: Set the default values for way-point creation
* [[Image:Robot_SetDefaultValues.png|30px]] [[Robot_SetDefaultValues|Set the default speed parameter]]: Set the default values for way-point creation
* [[Image:Robot_InsertWaypoint.png|30px]] [[Robot_InsertWaypoint|Insert a waypoint]]: Insert a way-point from the current robot position into a trajectory
* [[Image:Robot_InsertWaypoint.png|30px]] [[Robot_InsertWaypoint|Insert a waypoint]]: Insert a way-point from the current robot position into a trajectory
* [[Image:Robot_InsertWaypointPre.png|30px]] [[Robot_InsertWaypointPre|Insert a waypoint]]: Insert a way-point from the current mouse position into a trajectory
* [[Image:Robot_InsertWaypointPre.png|30px]] [[Robot_InsertWaypointPre|Insert a waypoint preselected]]: Insert a way-point from the current mouse position into a trajectory


==== Parametric trajectories ==== <!--T:9-->
==== Parametric trajectories ==== <!--T:9-->
Line 58: Line 61:


<!--T:39-->
<!--T:39-->
See the [[Robot API example]] for a description of the functions used to model the robot displacements.
See the [[Robot API example|Robot API example]] for a description of the functions used to model the robot displacements.


== Tutorials == <!--T:34-->
== Tutorials == <!--T:34-->
Line 65: Line 68:


<!--T:35-->
<!--T:35-->
{{docnav|[[Reverse Engineering Workbench|Reverse Engineering Workbench]]|[[Ship Workbench|Ship Workbench]]|IconL=ReverseEngineeringWorkbench.svg|IconR=Workbench_Ship.svg
{{docnav|FEM Module|Standard Menu}}
}}

<!--T:41-->
{{Robot Tools navi}}
{{Robot Tools navi}}
{{Userdocnavi}}
{{Userdocnavi}}
[[Category:Workbenches]]
[[Category:Workbenches]]


</translate>
</translate>

Revision as of 16:13, 1 April 2019

Introduction

The Robot Workbench is a tool to simulate a standard 6-axis industrial robot, like Kuka.

You can do the following tasks:

  • Set up a simulation environment with a robot and work pieces.
  • Create and fill up movement trajectories.
  • Decompose features of a CAD part to a trajectory.
  • Simulate the robot movement and reaching distance.
  • Export the trajectory to a robot program file.

To get started try the Robot tutorial, and see the programming interface in the RobotExample.py example file.

Tools

Here the principal commands you can use to create a robot set-up.

Robots

The tools to create and manage the 6-Axis robots

Trajectories

Tools to create and manipulate trajectories. There are two kinds, the parametric and non parametric ones.

Non parametric trajectories

Parametric trajectories

Scripting

See the Robot API example for a description of the functions used to model the robot displacements.

Tutorials