Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/customizations/robotics/demos/pick-and-place"

(Created page with "The page content will be updated soon!")
 
Line 1: Line 1:
The page content will be updated soon!
+
= Context =
 +
The simulated pick-and-place task performed by the Isybot arm is a simple but complete example, which includes service, component and behavioral models. All models are intentionally simple. They can be used as a basis to build other examples with increased complexity, or as a reference to build new applications from scratch.
 +
 
 +
The system is made up of: one component, the Isybot controller, which realizes several motion and manipulation skills, like <code>MoveTo</code> in cartesian and joint space and <code>Open</code>/<code>Close</code> gripper; and one sequencer, which executes the behavior tree specification of pick-and-place task and demands to the Isybot controller the execution of skills.
 +
 
 +
The sequencer interacts with the component by means of a well-defined coordination interface that conforms to the [https://robmosys.eu/wiki/general_principles:architectural_patterns:component-coordination RobMoSys Architectural Pattern for Component Coordination].
 +
 
 +
= Quickstart Instructions (for the Impatient User) =
 +
 
 +
[[video here]]
 +
 
 +
More content is in progress.

Revision as of 09:51, 28 September 2020

Context

The simulated pick-and-place task performed by the Isybot arm is a simple but complete example, which includes service, component and behavioral models. All models are intentionally simple. They can be used as a basis to build other examples with increased complexity, or as a reference to build new applications from scratch.

The system is made up of: one component, the Isybot controller, which realizes several motion and manipulation skills, like MoveTo in cartesian and joint space and Open/Close gripper; and one sequencer, which executes the behavior tree specification of pick-and-place task and demands to the Isybot controller the execution of skills.

The sequencer interacts with the component by means of a well-defined coordination interface that conforms to the RobMoSys Architectural Pattern for Component Coordination.

Quickstart Instructions (for the Impatient User)

video here

More content is in progress.

Back to the top