dqrobotics / cpp-interface-vrep

Vrep interface for the dqrobotics in C++
GNU Lesser General Public License v3.0
3 stars 5 forks source link

This PR fix the head position of the submodule remoteApi #13

Closed juanjqo closed 1 year ago

juanjqo commented 1 year ago

@dqrobotics/developers

Hi @mmmarinho, I realized that the head position of the submodule remoteAPI is different from the one it is supposed to be (coppeliasim-v4.5.1-rev4, 801a840).

This PR sets the head position of the remoteAPI submodule from 93f6af5 to coppeliasim-v4.5.1-rev4 (801a840) and implements the corresponding modifications in DQ_VrepInterface() and CMakeLists. I believe this could fix the current error in the PPA.

submodule tag head current head in master-v4.5.1-rev4 is right?
remoteAPI coppeliasim-v4.5.1-rev4 801a840 93f6af5 :x:
include coppeliasim-v4.5.1-rev4 0e9eeb4 0e9eeb4 :white_check_mark:

Best regards,

Juancho

mmmarinho commented 1 year ago

@juanjqo Great! Thanks!