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

Interface for arx5 robot arm #11

Open
youliangtan opened this issue Aug 29, 2024 · 0 comments
Open

Interface for arx5 robot arm #11

youliangtan opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@youliangtan
Copy link
Member

Will be implemented by @2alee7

Robot: https://www.youtube.com/watch?v=wHBDZ7RnRa4

Docs:

TODOs:

Create a new interfaces/arx5.py

from manipulator_gym.interfaces.base_interface import ManipulatorInterface
# from 

class ARX5Interface(ManipulatorInterface):
    def __init__(self):
        # super().__init__()
        self.Arx5CartesianController = Arx5CartesianController()
        
    @property
    def eef_pose(self):
        return self.Arx5CartesianController.get_eef_pose()
    
    @property
    ....

TODO: fill up all the abstract functions.
@rail-berkeley rail-berkeley deleted a comment Aug 29, 2024
@2alee7 2alee7 self-assigned this Aug 29, 2024
@2alee7 2alee7 added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants