-
-
Notifications
You must be signed in to change notification settings - Fork 19
Development notes
Install extention for Microsoft C#(ms-dotnettools.csharp)' in Extensions view.
For ubuntu(linux),
dotnet sdk => refer to link
mono => refer to link.
-
sudo apt install dotnet-sdk-6.0
-
sudo apt install mono-devel
Mainly these are following the specification from http://sdformat.org/spec. It is designed as 4-parts of modules. And those codes are not fully meet the specification yet.
It parses .sdf files to retrieve each value from the elements. And separate the elements per class. All parsing works begins from SDF.Root class.
SDF Importer generates hierarchical object tree
- model -> link -> (visual/collision -> geometry ) / sensor
There are two steps to import objects as a GameObject.
- ImportXXXXXX() and PostImportXXXXXX()
- ex) ImportVisual() , PostImportVisual()
Realize 3D objects on 3D world through Unity API. It implements detail physical properties, visual objects from specific SDF parameters when it importing each SDF elements.
It helps handling or post-process specific SDF elements like model, link or pose inside Unity GameObject.
Copyright © 2020 LG Electronics Inc.
Build guide is only for developer.