Skip to content

Interface for arx5 robot arm #11

Description

@youliangtan

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions