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

Support for 'articulation_controller' in Robot Articulations #148

Open
LukasVindbjerg opened this issue Mar 12, 2024 · 0 comments
Open

Support for 'articulation_controller' in Robot Articulations #148

LukasVindbjerg opened this issue Mar 12, 2024 · 0 comments

Comments

@LukasVindbjerg
Copy link

Hello,

I'm working with the OmniIsaacGymEnvs environment, specifically focusing on the robot articulations in the directory omniisaacgymenvs/robots/articulations/.

I've noticed that in all the provided robot implementation examples, such as Cartpole.py, the super().__init__ method initializes the articulation_controller parameter as None:

class Cartpole(Robot):
    # ...
    super().__init__(
        prim_path=prim_path,
        name=name,
        translation=translation,
        orientation=orientation,
        articulation_controller=None,
    )

I am interested in using a custom articulation_controller that I have set up with my robot in an Action Graph.
I haven't been able to find any documentation or examples on how to implement or integrate this.

Is it possible to do so, and if so, could anyone provide some guidance or point me towards any documentation or examples that cover this use case?

Thank you in advance for any help you can provide.

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

1 participant