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

Questions about Online Target Update #205

Open
onda-ais opened this issue Jan 10, 2024 · 1 comment
Open

Questions about Online Target Update #205

onda-ais opened this issue Jan 10, 2024 · 1 comment

Comments

@onda-ais
Copy link

onda-ais commented Jan 10, 2024

Hello!
I have a question about the Online Target Update (OTG) that you guys publish.
I am using xArm7 robot with the force sensors you provide, and I am using the impedance control you provide in your API.
I have read the following paper and found that it switches between trajectory-following control and sensor-guided control.
https://www-cs.stanford.edu/group/manips/publications/pdfs/Kroeger_2010_TRO.pdf

There are two things I would like to know.
First, is it possible to know whether the robot is moving in trajectory-following control or sensor-guided control?
Second, is there any threshold for switching to sensor-guided motion?

I would appreciate it if you could answer my questions.

@onda-ais onda-ais changed the title Questions about Online Targeted Updates Questions about Online Target Updates Jan 10, 2024
@onda-ais onda-ais changed the title Questions about Online Target Updates Questions about Online Target Update Jan 10, 2024
@penglongxiang
Copy link
Contributor

penglongxiang commented Jan 11, 2024

Hi @onda-ais, to clearify, OTG is not a concept we created, it is a function we support, for dynamic adaptation for newly updated target (most likely generated from a sensor). And we refer to that paper (published by IEEE members and it has nothing to do with UFACTORY and our products) just to give a clue for users who are interested in details of different types of OTG.

I think the paper mentions the switching between sensor guided and trajectory following control just to give a scenario of what OTG can be useful for. Since the inclusion of sensor signals requires the robot to adjust its trajectory in arbitrary situations as well as keeping motion continuous, and this is what OTG is for. The sensor integration and switching of control mode have nothing to do with this paper, it just focuses on trajectory calculation.

We provid the interface for OTG function in ROS service, please checkout the instructions here, however it has nothing to do with the FT sensor. You may use this interface to dynamically adjust the target position according to the sensor(whether it is FT sensor or 3d camera, etc) signal.

And to answer your two questions: It is actually the developer's call in their specific application to decide when and under what circumstances to operate the robot in normal trajectory mode or sensor guided motion, the switching can be realized with calling our provided interface, please read through our document and example code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants