robcog-iai / URoboSim-depr

Robot simulation in Unreal (DEPRECATED) - working on new version using a different approach - stay tuned
http://robcog.org/
BSD 3-Clause "New" or "Revised" License
53 stars 26 forks source link

Missing Binaries and/or Incompatibility Issue with Unreal Engine 4.18.3 #16

Closed berkayalpcakal closed 6 years ago

berkayalpcakal commented 6 years ago

Hello,

First of all, thank you for publishing such an amazing work. As Siemens, we would like the evaluate this plugin and compare it with the plugin we have for importing .urdf models into Unity3D.

Which version of Unreal Engine is it that you tested URoboSim plugin? We have been trying it with the version 4.18.3, but getting an error like this;

Missing Plugin Binaries for the 'URoboSim' plugin are missing or incompatible with the current engine version.

Passionately looking forward to get an answer from you!

Kind Regards Berkay Alp Cakal.

andreihaidu commented 6 years ago

Hi Berkay,

the plugin should be compatible with 4.18. Try removing the Binaries and Intermediate folders and recompile.

The robot sim might not be very useful though, since it was more a proof of concept, and it has very hacky code inside. It will need major refactoring in the future. However you could easily cherrypick various code for your need at this point.

Cheers, Andrei