YaskawaEurope / mlx-examples

This repository contains the sources of the MotoLogix code examples. The rendered pages can be seen on the Yaskawa Motologix website.
https://motologix.yaskawa.eu.com/examples
MIT License
3 stars 0 forks source link

[Feature Request]: Add robot posture selection #33

Open yeu-rioual opened 4 months ago

yeu-rioual commented 4 months ago

McePosTable version

0.2.0

Description of the new feature / enhancement

Add the possibility to select a robot posture based on TCPPosition.Closure.ReferencePosition of MLxAppDataTeachPoint.

Implementation

It needs to be discussed.

We could add a Reference position array but the data size would be too big.

We could also add a PostureSelection to PosTable entries and allow the user to create several posture reference as an input of McePosTable.

The are a lot of possibilities.

Scenario when this would be used?

Palletization application where the robot must move close to a singularity position.

Or in any application where a posture selection would be more easier to use than an axis position.

yeu-degroot commented 3 months ago

Lets implement it as follows: