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

Add coupled_pendulum tutorial #228

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

Conversation

martinaxgloria
Copy link

@martinaxgloria martinaxgloria commented Jan 9, 2025

This PR adds the coupled_pendulum tutorial. Tested:

coupled_pendulum.mp4

It's a draft PR since the corresponding unit test is still missing.

cc @xela-95 @traversaro @Nicogene

@@ -6,6 +6,7 @@ project(gz-sim-yarp-plugins

find_package(YARP REQUIRED COMPONENTS robotinterface os)
find_package(YCM REQUIRED)
find_package(ICUB QUIET)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we added this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, I said to @martinaxgloria to add find_package but actually since it is a run-time and not compile-time dependency this is not needed

@@ -0,0 +1,38 @@
# Run coupled pendulum tutorial in Gazebo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere here we should document that this model has a runtime dependency on icub-main.

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