sambaPython

Results 3 comments of sambaPython

Could you explain, what you did exactly when you do ``` proc.keyword_trie_dict yy = proc.keyword_trie_dict['d']['o']['g'][' '] yy[' '] = yy ``` If you want use a big dictionary of keywords,...

Thanks for your comment but the next question arises, how to create a simple, custom object to pass to ```world.scene.add```. In the [Hello World](https://docs.omniverse.nvidia.com/isaacsim/latest/tutorial_core_hello_robot.html) example, the predefined robot class is...

@mtreinish, @IvanIsCoding Thank you for your fast response! From the user side, it would be certainly enough to just give out (row, col, data) as a dict or a tuple,...