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

Motion Compliance : Impedance control #51

Open
7 of 8 tasks
JemuelStanley47 opened this issue Mar 13, 2024 · 2 comments
Open
7 of 8 tasks

Motion Compliance : Impedance control #51

JemuelStanley47 opened this issue Mar 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request exploration Explore new models, algorithms, or methods t

Comments

@JemuelStanley47
Copy link

JemuelStanley47 commented Mar 13, 2024

  • Run sdk example:
  • Test example scripts with different stiffness and damping values
  • move_impedance_control under manipulation_lib.Manipulation
    • Add feedback with feedback_request = manipulation_api_pb2.ManipulationApiFeedbackRequest( manipulation_cmd_id=cmd_response.manipulation_cmd_id)
  • manipulation_api_pb2.MANIP_STATE_DONE
  • Script (scrips/impedance_test.py) for testing compliance by having external forces act on the arm while trying to hold a position
    • Record gripper positions record_gripper_positions
    • Plot target pose, current pose: plot_positions
    • Test with different stiffness, dampness and poses (front facing, down facing, left facing, right facing)
@JemuelStanley47 JemuelStanley47 added enhancement New feature or request exploration Explore new models, algorithms, or methods t labels Mar 13, 2024
@JemuelStanley47 JemuelStanley47 self-assigned this Mar 13, 2024
@JemuelStanley47 JemuelStanley47 mentioned this issue Mar 13, 2024
6 tasks
@JemuelStanley47
Copy link
Author

Compliance:
Impedance along x

No compliance:
no_compliance

@JemuelStanley47
Copy link
Author

Would probably be a good idea to switch between position control and compliant motion.

  • Further generalize the move_gripper function to allow compliant motion (switching-mode and not hybrid)
    • Scale the compliance between 0-1 instead. Accept a tuple for x,y,z,roll,pitch,yaw.
    • Would probably be better to allow changing just one, instead of having to give a long tuple for 6 values of dampness and 6 of stiffness
    • Have default values for compliance if not specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exploration Explore new models, algorithms, or methods t
Projects
None yet
Development

No branches or pull requests

1 participant