-
Notifications
You must be signed in to change notification settings - Fork 90
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 support for mimic joints. #33
Add support for mimic joints. #33
Conversation
8298604
to
f48ce0c
Compare
friendly ping @destogl |
Sorry, didn't manage to go back to it. Do you have any bandwidth to finish this. I will need few more days until I manage to come to it. |
No worries, it was just a reminder |
f48ce0c
to
379fd22
Compare
@ahcorde Friendly ping for a review. |
e9ab9ab
to
bb465b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@destogl conflicts
ace92bc
to
ce69cb6
Compare
@destogl please change base branch to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are some linter errors
can you merge the PR with master
?
Signed-off-by: Denis Štogl <[email protected]> Co-authored-by: Lovro <[email protected]>
This PR adds the same support for mimic joints as in ros-controls/gazebo_ros2_control#107.
The code is just slightly adjusted to work with Ignition.
@ahcorde: I have a question regarding writing position commands to the simulator from the plugin. It is a bit different from for velocity and effort. Is this wrong? I have adjusted this in 8298604.
Moreover, I have a compilation issue with this code, but there is no error output about it. Do you have any idea?