We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Will be implemented by @2alee7
Robot: https://www.youtube.com/watch?v=wHBDZ7RnRa4
Create a new interfaces/arx5.py
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.
The text was updated successfully, but these errors were encountered:
2alee7
No branches or pull requests
Will be implemented by @2alee7
Robot: https://www.youtube.com/watch?v=wHBDZ7RnRa4
Docs:
TODOs:
Create a new
interfaces/arx5.py
The text was updated successfully, but these errors were encountered: