Sphinx import .fbx file doesn’t work

Hi everyone,

I’m trying to import a .fbx mesh file into the “parrot-ue4-empty” ,But sphinx doesn’t see any 3d objects.

3D.yaml file:
Meshes:

  • Name: ‘3D_H’
    FbxPath: “/home/kai/code/parrot-groundsdk/Tree/Tree.fbx”
    Location: “1 0 1”
    Rotation: “0 0 0”
    Scale: “3 3 3”
    SnapToGround: true

this is 3d objects

sphinx “/opt/parrot-sphinx/usr/share/sphinx/drones/anafi_ai.drone”::firmware="/home/kai/data/anafi2-pc-7-5-0.ext2.zip"::pose=“0 0 1 0 0 0” & parrot-ue4-empty -config-file=/home/kai/code/parrot-groundsdk/3D.yaml

Thank you in advance for any help!

Hello,

It looks like the mesh is so small. Try increasing the scale to “100 100 100” for example.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.