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

consume received msg #1

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

consume received msg #1

wants to merge 7 commits into from

Conversation

Gusabary
Copy link
Contributor

@Gusabary Gusabary commented Feb 5, 2021

consume received messages now (including coord and angle), not just print

however the code couldn't work because:

  • it needs a coordinate conversion function to transform image coord to world one (see in ArmIK/Transform.py)

and also

  • move function will block execution of current thread, which is certainly not applicable if we have multiple objects
  • speed is currently not used, it couldn't grasp moving objects yet

@Gusabary Gusabary marked this pull request as draft February 5, 2021 05:05
@Gusabary
Copy link
Contributor Author

Gusabary commented Feb 5, 2021

you can focus on the update to client.py and arm_controller.py only, other files are just provided SDK.

@HR-SU
Copy link
Member

HR-SU commented Feb 5, 2021

Maybe we can start a new thread each time when calling move function to address the blocking problem you mentioned.

@promisivia
Copy link
Member

promisivia commented Feb 6, 2021

conversion function still need improve
now the whole system can successfully run in #2 , I modify client.py according to the new API, pass all useful attributes to arm_controller.py can focus on it

Copy link
Member

@promisivia promisivia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should rename time in convertByTimeInterval

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

Successfully merging this pull request may close these issues.

3 participants