Webots Version: R2020a revision 1 (stated to be compatible in think link)
I tried to place everything under an anki folder in the Webots directory:
Webots\projects\robots\anki\vector-main
However, I am unable to import CozmoBot2.
Error message below:
ERROR: 'D:/Webots/projects/robots/anki/vector-main/simulator/protos/FlagCube.proto':11:3: error: Errors when parsing the base PROTO.
ERROR: 'D:/Webots/projects/robots/anki/vector-main/simulator/protos/LightCube.proto':22:3: error: Errors when parsing the base PROTO.
ERROR: 'D:/Webots/projects/robots/anki/vector-main/simulator/protos/TargetCube.proto':10:3: error: Errors when parsing the base PROTO.
ERROR: 'D:/Webots/projects/robots/anki/vector-main/simulator/protos/CozmoBot2.proto': error: Template engine error: luaL_dostring error : [string "-- template script to parse a procedural node..."]:58: Runtime error in sandboxed code "CozmoBot2.proto" in line 22:
module 'protoHelper' not found:
no field package.preload['protoHelper']
no file 'D:/Webots/resources/projects/protos/lua/protoHelper.lua'
no file 'D:/Webots/resources/lua/liluat/protoHelper.lua'
no file 'protoHelper.lua'
no file 'D:\Webots\msys64\mingw64\bin\protoHelper.dll'
no file 'D:\Webots\msys64\mingw64\bin\loadall.dll'
no file '.\protoHelper.dll'
no file 'protoHelper.dll'
19: -- mangled where all `.` are replaced with `/`
20: package.path = context.project_path .. "protos/lua/?.lua;" .. package.path
21:
22:> protoHelper = require("protoHelper")
23: ctrlArgs = protoHelper.setCtrlOptArgs(fields)
24:
25: __liluat_output_function("\.
ERROR: New node creation failed: model name CozmoBot2.
Additional question: is there no option for vector? Is this purely for cozmobot?