I need to constantly monitor the position of each object,
but getBasePositionAndOrientation() can only get the position of one object, and if I use a for() loop, it will be very slow.
It takes about 5 minutes each time to get the current position of all the objects.
I would like to ask if there is a good solution for this?
