Non official webots controller pack
Go to file
insleker d877661507 feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
include feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
src feat: add radio support stubs for no plugins configuration 2026-05-20 22:19:52 +08:00
test_package feat: update test_package cmake install process 2026-05-20 21:45:32 +08:00
.gitignore feat: update test_package cmake install process 2026-05-20 21:45:32 +08:00
.gitmodules chore: add submodule stb 2026-05-20 19:36:15 +08:00
CMakeLists.txt feat: update test_package cmake install process 2026-05-20 21:45:32 +08:00
LICENSE Initial commit 2026-05-20 18:53:21 +08:00
README.md feat: implement core functionality and stubs for webots controller 2026-05-20 20:04:27 +08:00
conanfile.py feat: update test_package cmake install process 2026-05-20 21:45:32 +08:00

README.md

webots-controller

Unofficial Conan package for Webots controller sources.

Options

  • no_plugins (default: True): disables runtime plugin loading paths (dlopen / LoadLibrary) by compiling stub implementations for robot window and remote control plugin entry points.

By default, headers are read from ./include/controller/c and stb from ./src/stb, matching this repo layout.

Example

conan create . \
  -o webots-controller/*:no_plugins=True