Non official webots controller pack
Go to file
insleker 0ec592a2be feat: support with plugin build 2026-05-21 12:46:25 +08:00
include feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
src feat: support with plugin build 2026-05-21 12:46:25 +08:00
test_package feat: support with plugin build 2026-05-21 12:46:25 +08:00
.gitignore feat: support with plugin build 2026-05-21 12:46:25 +08:00
.gitmodules chore: add submodule stb 2026-05-20 19:36:15 +08:00
CMakeLists.txt feat: support with plugin build 2026-05-21 12:46:25 +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: support with plugin build 2026-05-21 12:46:25 +08:00
lefthook.yml feat: support with plugin build 2026-05-21 12:46:25 +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