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

How add an impedance controller in teleoperation #465

Closed
206333308 opened this issue Mar 25, 2024 · 2 comments
Closed

How add an impedance controller in teleoperation #465

206333308 opened this issue Mar 25, 2024 · 2 comments

Comments

@206333308
Copy link

206333308 commented Mar 25, 2024

I now have a haptic device called omega7 ( As shown below ), and I have written its device file. Now I use it for teleoperation to operate the ur5e robotic arm in the simulation. I now want to add an impedance controller and use this controller to achieve better teleoperation. Where should I start to modify it. Thank you for your generous help

@206333308
Copy link
Author

omega6v

@kevin-thankyou-lin
Copy link
Contributor

kevin-thankyou-lin commented Sep 7, 2024

So you've written the device according to these docs and want to use an impedance controller? I'd create a file on the same level as the osc controller and inherit from the controller class. E.g.:

<other imports>

class ImpedanceController(Controller):
     ...
     <more functions>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants