Non official webots controller pack
Go to file
insleker f9c06a057c Merge branch 'feat/msvc_support' 2026-05-22 10:40:52 +08:00
include feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
patches chore: add MSVC support 2026-05-22 10:40:05 +08:00
src chore: add MSVC support 2026-05-22 10:40:05 +08:00
test_package feat: separate pure C lib to a standalone cmake target 2026-05-21 13:51:37 +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 chore: add MSVC support 2026-05-22 10:40:05 +08:00
LICENSE Initial commit 2026-05-20 18:53:21 +08:00
README.md feat: separate pure C lib to a standalone cmake target 2026-05-21 13:51:37 +08:00
conanfile.py chore: add MSVC support 2026-05-22 10:40:05 +08:00
lefthook.yml chore: add MSVC support 2026-05-22 10:40:05 +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

git submodule update --init --recursive 
conan create . \
  -o webots-controller/*:no_plugins=True