This PR adds the DQ_VrepInterface class (and related classes) that were removed from dqrobotics/matlab#1
Merged
bvadorno merged 1 commit intodqrobotics:mainfrom Apr 23, 2025
Conversation
…ics/matlab repository.
Member
|
Thanks, @juanjqo, but your description is very cryptic. Could you please improve it so that Juancho, in ten years, can look back and understand what this PR was about? For example, why is this change needed, and how was it before? Kind regards, |
Member
Author
|
Hi @bvadorno, I improved the description. Kind regards, Juancho |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @dqrobotics/developers,
The
DQ_VrepInterfaceis based on the legacy remote API, which is deprecated by Coppelia since CoppeliaSim V4.4. Because of that, we decided to deprecate theDQ_VrepInterfaceand provide support only to the newer interface DQ_CoppeliaSimInterfaceZMQ. This deprecation process consists in removing theDQ_VrepInterfaceclass (and related classes) from dqrobotics/matlab to keep it available on this repository (i.e.,dqrobotics/matlab-interface-vrep), similarly to cpp-interface-vrep.This PR adds the
DQ_VrepInterfaceclass (and related classes) that were removed fromdqrobotics/matlab.Kind regards,
Juancho