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

How to get TCP location during program #91

Open
ghost opened this issue Aug 10, 2023 · 1 comment
Open

How to get TCP location during program #91

ghost opened this issue Aug 10, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 10, 2023

I would like to get the location of TCP as the robot moves during a program.
The final goal is to export this data to a .CSV file in order to plot its trajectory.
How could this be done with the Python SDK?

@vimior
Copy link
Contributor

vimior commented Aug 14, 2023

@HansJohrend-dotLumen
You can use get_position to actively obtain the position of the robotic arm, or you can directly use the position attribute of the SDK (this attribute will be updated by the reported data, and the reporting frequency is 5HZ)

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

1 participant