Search found 4 matches

by aerosn
06 Feb 2021, 06:45
Forum: General questions
Topic: Tutorial folder missing
Replies: 1
Views: 354

Tutorial folder missing

Hello, I just reinstalled CoppeliaSim on my hardware from installation exe on the website, and can't seem to find my tutorial folder (where all example of supported programming language exist). I've searched it with the search box on the coppeliasim root dir, and even on the C:\ (I installed it on c...
by aerosn
29 Jan 2020, 05:22
Forum: General questions
Topic: Regular API or B0-Remote API with C++
Replies: 1
Views: 451

Regular API or B0-Remote API with C++

I just want to know, what's the best API to use with C++ language, regular API or B0-Remote API . I've been using B0-Remote API for about 2-3 weeks, mostly in python than in C++. But because what I want to simulate is a quadcopter control using C++, I've been wondering should I continue using B0-Rem...
by aerosn
30 Dec 2019, 03:52
Forum: General questions
Topic: [Solved] Error on B0-based Remote Api (C++ on Windows 10)
Replies: 1
Views: 660

Re: Error on B0-based Remote Api (C++ on Windows 10)

SOLVED!

I just have to move the simpleTest.exe to vrep root dir, and it's up and running! How silly of me! I didn't even know that all the dlls it needed were already there at vrep root dir. It wasn't stated anywhere (only b0.lib that were stated is in the vrep root dir).
by aerosn
29 Dec 2019, 11:41
Forum: General questions
Topic: [Solved] Error on B0-based Remote Api (C++ on Windows 10)
Replies: 1
Views: 660

[Solved] Error on B0-based Remote Api (C++ on Windows 10)

Hi, I've been tinkering how to enable B0 remote api to vrep using C++ on windows 10. I've followed the instruction in http://www.coppeliarobotics.com/helpFiles/en/b0RemoteApiClientSide.htm as well as in simpleTest.cpp. What I've done so far: -Install the library (zeromq, boost, version correspond to...