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

Bimanual Support #1

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Bimanual Support #1

merged 2 commits into from
Aug 26, 2024

Conversation

yifan-hou
Copy link
Owner

  • Added support for bimanual manipulation server.
  • Removed singleton scheme for robot interface and URRTDE.
  • Refactored server loops: each hardware now has its own loop so they can run at different rates.
  • Plotting only has one loop since opencv plotting is problematic in multithread.

Tested in experiments.

* Change hardware, buffers, etc to vectors
* Change mutex to deque (vector doesn't work on mutex)
* Rename low dim thread to robot thread and separate wrench into a
  separate thread

Test: passed compiling
* Seperate wrench from robot thread so it can run at a different frequency
* Make each thread optional from config
* Fixed plotting thread freeze by restricting plotting to one thread and
  combining all images into one
* Fixed default parameter in pybind
* Varies bug fixes for mock hardware mode
* Added python test script for bimanual
* Varies bug fixes for jerky motion
* Added profiling and lots of printout about timing

Test: tested in experiments
@yifan-hou yifan-hou merged commit a48c589 into mainline Aug 26, 2024
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.

1 participant