Hi!
I have a robot that uses the DifferentialController OmniGraph Node from the omni.isaac.wheeled_robots
extension, and for some reason, when I launch it from python.sh
and spawn my robot programmatically, that node simply disappears from my Action Graph.
To add more, if I look for the node in the list of available nodes, it does not appear.
If I go to the extension manager, I can see it enabled. Then if I disable it and enable it again, the node appears, but my robot has already spawned broken, so it’s not useful at all.
I’ve tried adding omni.isaac.wheeled_robots
as a dependency of a custom extension I have, but the same happens because in the end, the extension is there, but the nodes are simply not loaded.
Any thoughts on what could be happening? This happens both with Isaac 2022.2.0
and 2022.2.1