Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

jklincn/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Robot

Tool:

  • CoppeliaSim Edu 4.1.0
  • Visual Studio 2019

Model: Universal Robots UR3

Tips:

  1. You should open remoteApiSharedLib-64.vcxproj and generate remoteApi.dll and remoteApiSharedLib-64.lib. Then includes them in path:

    ...\CoppeliaRobotics\CoppeliaSimEdu\programming\remoteApiBindings\lib\x64\Release
    
  2. Preprocessor definition

    DO_NOT_USE_SHARED_MEMORY
    NON_MATLAB_PARSING
    MAX_EXT_API_CONNECTIONS=255
    _CRT_SECURE_NO_WARNINGS
    
  3. Additional Library

    • Eigen: a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

About

using V-rep with VS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published