Hello,
following the instructions on adapting an UE project to Parrot Sphinx provided here https://developer.parrot.com/docs/sphinx/prepare_worlds.html, I developed a simple 3D environment containing a floor, a BP_ParrotSky and a TargetPoint named default. Furthermore, I added a custom actor which consists of a skeletal mesh and makes use of the plugin UnrealROS (see https://github.com/AbyssRobotics/UnrealROS). I was able to successfully build the application without error using the command parrot-ue-build-app <path/to/awesome.uproject>
.
Among the output of the command, the following line is present.
LogPluginManager: Mounting plugin UnrealROS
I assume, this means that the plugin is at least correctly detected.
However, when I run the built application using the command
uproject_dir>/installed/LinuxNoEditor/UnrealApp.sh
, I get the following error message:
LogPluginManager: Error: Unable to load plugin 'UnrealROS'. Aborting.
Is it possible to include plugins and build them for parrot sphinx?
If so, what are the necessary adaptions that need to be made, e.g. to the project, the .ini files, etc.?
Any help is appreciated.