Search found 3 matches

by caioguimaraes
17 Mar 2026, 15:18
Forum: General questions
Topic: External control of Quadcopter through ZMQ Remote API and C++
Replies: 1
Views: 64016

Re: External control of Quadcopter through ZMQ Remote API and C++

Here is the CMakeLists.txt I'm using to build the application:


cmake_minimum_required(VERSION 3.15)
project(drone_formation CXX)

set(CMAKE_CXX_STANDARD 17)

# ── CoppeliaSim paths ─────────────────────────────────────────
set(COPPELIASIM_ROOT "/opt/CoppeliaSim")
set(ZMQREMOTE_CPP "${COPPELIASIM ...
by caioguimaraes
17 Mar 2026, 15:16
Forum: General questions
Topic: External control of Quadcopter through ZMQ Remote API and C++
Replies: 1
Views: 64016

External control of Quadcopter through ZMQ Remote API and C++

Hi, I'm new to CoppeliaSIM and I'm trying to simulate drone control techniques using the Quadcopter model. My methodology is adding a quadcopter to a new scene, deleting the built-in child script of the model and using cppzmq and the ZMQ RemoteAPI to control it. I'm using the following code in C ...
by caioguimaraes
08 Dec 2025, 14:23
Forum: General questions
Topic: Using GEOTiff images from QGIS as Floor texture
Replies: 0
Views: 75830

Using GEOTiff images from QGIS as Floor texture

Hi!

First, forgive me if this sounds like a stupid question for something impossible to do. But, I'm currently trying to simulate a scene where a quadcopter moves through a field that is georeferenced. This georeference comes from a GEOTiff image that I exported from QGIS. This image is 992x622 ...