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

Support for runtime Pose parameter #702

Open
ZdenekM opened this issue Jan 13, 2022 · 2 comments
Open

Support for runtime Pose parameter #702

ZdenekM opened this issue Jan 13, 2022 · 2 comments
Labels
arcor2_arserver enhancement New feature or request

Comments

@ZdenekM
Copy link
Member

ZdenekM commented Jan 13, 2022

At the moment, all poses that are used as parameters come from Action Points (pose = point's position + one of its orientations). However, one can't create a program that would e.g. call an action of some object detector returning Pose and then use it as a parameter for some consecutive action (e.g. a robot's pick action). We should create a new parameter type, which will, however, be supported only for referencing previous results (otherwise it would duplicate the functionality of Action Points).

@ZdenekM ZdenekM added enhancement New feature or request arcor2_arserver labels Jan 13, 2022
@ZdenekM
Copy link
Member Author

ZdenekM commented Sep 2, 2022

It turns out that a new parameter type is not necessary. We can just "link" the pose that is the result of one action to a parameter of another action, which is confirmed to be working (#776).

@Kapim
Copy link
Collaborator

Kapim commented Jan 13, 2023

Implemented in AREditor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcor2_arserver enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants