UM-ARM-Lab / conq_python

Python library and example scripts for Conq, our Boston Dynamics Spot
MIT License
3 stars 2 forks source link

Visual Servoing: ToDOs #43

Open JemuelStanley47 opened 6 months ago

JemuelStanley47 commented 6 months ago
JemuelStanley47 commented 5 months ago

Oversight:

  1. Achieves only pose, and not orientation (PBVS accounts for only cartesian pose)

    • [ ] Align to object/grasp pose (position, orientation)
    • [ ] Future: Track Delta p_{t}^{t-1} Reference to tracking issue
  2. Need to hover with offset along z_axis of grasp/object pose (preferably grasp pose)

    • [ ] Do the math for hovering over object along z-axis of grasp pose
    • [ ] Radius of sphere = offset
  3. New objective of visual servoing:

    • [ ] Gripper frame needs to decrease the error between the offset grasp pose on the sphere and current pose
    • [ ] Might need to use the same controller used to decrease the error between robot current pose and robot measured pose
    • [ ] When error is within a specific threshold, decrease z linearly to go to true grasp pose
JemuelStanley47 commented 5 months ago

TODOs post discussion (11-March-2024):

JemuelStanley47 commented 5 months ago

Manipulation check with/without VisualServoing

JemuelStanley47 commented 5 months ago