Search found 14 matches

by Juancho
22 Nov 2024, 20:19
Forum: Bug reports
Topic: Error in setEngineFloatParam (CoppeliaSim 4.8.0)
Replies: 1
Views: 4537

Error in setEngineFloatParam (CoppeliaSim 4.8.0)

Hello there, I am having a runtime error while using the function sim.setEngineFloatParam() method in C++ when I migrated from CoppeliaSim 4.7.0 to 4.8.0. SO: macOS Sonoma 14.7.1 (M3 PRO) CoppeliaSim 4.8.0.rev4 zmqRemoteApi: tag coppeliasim-v4.8.0-rev0 Minimal example: There is a joint ("Revolu...
by Juancho
18 Jun 2024, 16:57
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 13472

Re: Error using executeScriptString

I see, thanks for the support!
by Juancho
18 Jun 2024, 16:55
Forum: Bug reports
Topic: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0
Replies: 3
Views: 12569

Re: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0

Thank you for your reply. The code is working now with the modifications you suggested. Best regards, Juan PS: The script object type is not included yet as a constant in the manual (https://manual.coppeliarobotics.com/en/apiConstants.htm#sceneObjectTypes). https://ibb.co/dLmt7CL https://ibb.co/dLmt...
by Juancho
17 Jun 2024, 19:47
Forum: Bug reports
Topic: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0
Replies: 3
Views: 12569

The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0

Hi there! I'm trying to get the scripts objects in a tree using the function "getObjectsInTree" using CoppeliaSim v4.7.0-rev0. However, it looks like the function is not working. (There is a default Panda manipulator on the scene, which includes an object script in "Franka/Script"...
by Juancho
11 Jun 2024, 16:17
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 13472

Re: Error using executeScriptString

Thank you for your reply. I tried your suggestions, but the problem persists. #include "RemoteAPIClient.h" #include <iostream> int main() { try { RemoteAPIClient client; auto sim = client.getObject().sim(); sim.startSimulation(); auto handle = sim.getObject("/Franka/connection");...
by Juancho
10 Jun 2024, 03:29
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 13472

Error using executeScriptString

Hi there, I'm using the ZeroMQ remote API (4.6.0-rev18) for C++. I'm having issues when using executeScriptString. I was wondering if I'm missing something or if there is a bug. Minimal example: (There is a Panda robot on the scene) #include "RemoteAPIClient.h" #include <iostream> int main...
by Juancho
01 Jun 2024, 14:50
Forum: Bug reports
Topic: Error in getJointForce method
Replies: 2
Views: 12343

Re: Error in getJointForce method

Thanks a lot!
by Juancho
01 Jun 2024, 06:08
Forum: Bug reports
Topic: Error in getJointForce method
Replies: 2
Views: 12343

Error in getJointForce method

Hi there! I'm having issues when using the method getJointForce in Matlab using the ZeroMQ remote API. I'm running CoppeliaSim v4.6.0-rev18 arm on a MacBook Air M1. I am using the matlab files from the GitHub repository (https://github.com/CoppeliaRobotics/zmqRemoteApi/tree/master) but using the bra...
by Juancho
03 May 2024, 16:44
Forum: Bug reports
Topic: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)
Replies: 9
Views: 27857

Re: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)

Yeah, you are right! The boost requirement is for the C++ client!
by Juancho
27 Sep 2023, 02:23
Forum: Bug reports
Topic: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)
Replies: 9
Views: 27857

Re: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)

Thank you for your reply.

The ZeroMQ remote API requires the Boost library, which is not an option in the application I'm working on. Because of that, I'm exploring alternatives.

Best regards,

Juan