We have a 8-wheeled differential robot.
The “Make Array” node is limited to only 5 elements.
Tried to look for a way to concatenate two “Make Array”, but could only find a concatenate for float3 arrays.
This is our current solution but it seems very hacky:
Hi @omers , thanks for the info. 8 elements array was included in 103.5 kit version after the Isaac Sim 2022.1.1 release. You will be to use after the upcoming Isaac Sim 2022.2.0 release later this year.
Thanks, it will be nice to have an array concatenate node, that way we won’t be limited to a certain sized array. We can create multiple arrays and just concatenate them.