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 set dynamics srv #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add set dynamics srv #9

wants to merge 3 commits into from

Conversation

joaomoura24
Copy link
Member

This adds two ros services for:

  • get pybullet object dynamics
  • change pybullet object dynamics

Note that we exposed only the dynamic properties that we can both read and write using pybullet.
This was such that the message for getting and changing the parameters would be the same.
If we want to allow the user to get and change different sets of parameters, we have to think about different message system.

@joaomoura24 joaomoura24 requested a review from cmower January 26, 2023 15:31
@joaomoura24
Copy link
Member Author

I added these changes with @k1631364, so that we can change the parameters online.

We want to extend this to also change the parameters of the robot link.
We can use pybullet to read those provided the robot id and link id.

Do you have any suggestions where you would like this functionality to be placed?

Let's maybe try to get this pull request through and then extend the functionality in another pull request, but you can leave here your thoughts.

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.

1 participant