-
Notifications
You must be signed in to change notification settings - Fork 1
This PR adds the abstract class DQ_CoppeliaSimInterface #1
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
Conversation
…ethods get_object_handle and get_object_handles to match the C++ version.
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.
Hi @juanjqo,
Thank you for the pull request! Most of my comments are cosmetic, but the nomenclatures of the methods for getting and setting joint positions, velocities, and torques might require some discussion.
Kind regards,
Frederico
…posed by Frederico. This includes the use of lowercase style for all arguments in the methods, and keep the same spacing between them.
…_joint_positions to match the style of the other methods.
…o set_joint_target_forces and get_joint_forces to comply the style of the set/get methods related to joint positions, and velocities.
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.
Hi @juanjqo,
I've added some more minor comments, and I agree with your reasoning for keeping the set/get_joint information name convention for the methods.
I believe we're pretty much good to go here.
Kind regards,
Frederico
|
Hi @juanjqo, Thank you! I have nothing else to add. Kind regards, |
|
Hi @bvadorno, We finished the review. Shall we approve this PR? Kind regards, |
Hi @dqrobotics/developers,
This PR adds the abstract class
DQ_CoppeliaSimInterface. This class was originally proposed and discussed here, and it is based on the current C++ implementation. This abstract class will enable the implementation of the concrete classDQ_CoppeliaSimInterfaceZMQ, which is under development.UML:
Updated UML:
Kind regards,
Juancho