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

Adding visualizers #10

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Adding visualizers #10

wants to merge 1 commit into from

Conversation

CarlottaSartore
Copy link
Collaborator

This PR adds:

  • Mujoco visualizer
  • iDynTree visualizer

@CarlottaSartore CarlottaSartore self-assigned this Feb 2, 2024
@CarlottaSartore CarlottaSartore marked this pull request as draft February 2, 2024 15:54
@CarlottaSartore
Copy link
Collaborator Author

Still a draft I have to modify the documentation and add examples.
But I have used the visualizers for other applications and they worked

C.C. @flferretti @diegoferigo

@DanielePucci
Copy link
Member

@CarlottaSartore I was thinking how much effort would it be to add also our logging-and-visualisation infrastructure that as soon as ami-iit/bipedal-locomotion-framework#796 is close is also enabled for real-time visualisation

@CarlottaSartore
Copy link
Collaborator Author

@CarlottaSartore I was thinking how much effort would it be to add also our logging-and-visualisation infrastructure that as soon as ami-iit/bipedal-locomotion-framework#796 is close is also enabled for real-time visualisation

I was checking with @GiulioRomualdi and it seems it would need yarp server running, which is currently not a dependency on comodo.

Since it is needed for visualization (which is not intended to be used in parallel ) we can think of adding this visualizer, and making the dependency on yarp not compulsory.

Despite this, I do not think it will be difficult

@traversaro
Copy link
Contributor

The main problem I think there is "how to start programmatically robot-log-visualizer?". For what regards dependencies, on Python I think it is possible to do lazy loading, so probably it is not a big problem.

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

Successfully merging this pull request may close these issues.

3 participants