mitchellspryn / UrdfSim

Other
102 stars 25 forks source link

Issue spawning URDF bot #19

Closed huckl3b3rry87 closed 4 years ago

huckl3b3rry87 commented 4 years ago

I followed the tutorials for AirSim and URDF sim, but I am having an issue trying to spawn a URDF bot into Unreal.

It seems that there are no Blueprints for the URDF model, so I tried to simply drag and drop it from the Window in the picture into the Unreal editor, but nothing seems to show up

ex

Sorry, I am a newbie to Unreal. Thank you for any help or advice

mitchellspryn commented 4 years ago

The bot is a C++ class, not a blueprint class. All you should have to do is drag a player start into the level and set the game mode to "AirSimGameMode." Then, assuming that your URDF file / settings are correct, it should spawn.

huckl3b3rry87 commented 4 years ago

@mitchellspryn thank you for your patience and quick explanation:) Your suggestion worked!