Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.8.1
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
Host Machine Version
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
Hi Is there any documentation regarding pre-built nodes available?
apart from hpp file? any plans of releasing in future?
as of now only few of the nodes usecase is described.
one class dw::framework::dwGlobalEgomotionNode
has some lines describing its intended use. Is it possible to have such minimal description description for each of the nodes in DW core nodes??
If this is not available, How one can use them? Any guidelines if you can suggest.
@lizhensheng@SivaRamaKrishnaNV
Thanks for the links, Certainly they are useful if one wants to start with the samples, I was able to run CFG demo pipeline and mini pipeline.
I was trying to create my own app taking clue from CGF demo pipeline with real GSML camera’s, I wanted to reuse most of the pre-built nodes.
But I feel bit lost with the *.required-sensors.json, rig.json and roadrunner-2.0 sensor mappings, how do they work together is not yet clear to me, How this translates to “camera-name=F008A120RM0AV2, interface=csi-ab, CPHY-mode=1, link=2” required in rig file to read real camera with “dwframework/dwnodes/sensors/dwcameranode/dwCameraNode.node.json”.
aswell as use of prebuilt nodes such as “dw::framework::SensorSyncNode”.
Let me know, if any suggestions.
CGF demo and mini pipeline I tried directly on Orin dev kit, it dose spawn renderer with prerecorded videos and I can cycle through different screens.
No I did not do any modification, that i remember of.
I had similar problem when i tried to build and run my own simple cgf example, since I ran that example directly calling launcher with different flags, I could not end it with simply pressing Ctr+C, I had to end it with htop. This caused same problem only restart could solve it, I could have same problem also on the dev container.
With creating simple bash script similar to run_cgf_demo script I could end it gracefully, one have to give some time 5-10 seconds to completely close all apps. Also if you send sigINT to launcher process with htop, it does end gracefully.
Now I tried to create another cgf sample much simpler than cgf demo, only with prebuilt nodes but I am not able to run it, lack of understanding of each of the prebuilt nodes.
Dear @sushant.bahadure,
Thank you for feedback. This is really helpful. I will check on the node descirptions and update you here. For other issues, we will follow up in the relavant topics.