-
Hi all, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hi @matusko89, the short answer is that, at the moment, the default sphere position cannot be configured in the simConfig or in any ini file. You will have to set its position or initialise the simulator's world as you please from your module, once you start the simulator. This has been noted as a future feature request for the simulator. |
Beta Was this translation helpful? Give feedback.
-
@matusko89: how did you manage to change the ball position? in the code? Maybe you need to reset your repository and discard your local changes: git reset --hard be careful because you lose all your local changes. |
Beta Was this translation helpful? Give feedback.
-
@lornat75 I was messing around with yarp rpc /icubSim/world and trying if it is maybe possible to change color of ball. I managed to crash the simulator few times and the ball just happened to start render under the table... |
Beta Was this translation helpful? Give feedback.
-
Nevertheless It is back to normal now but some .ini file would be nice for future. Thanks |
Beta Was this translation helpful? Give feedback.
-
@matusko89, make sure that you are not trying to place the ball within the table as that might create some issues due to various collisions. I should suggest to use the custom object creation instead of the default ones as you have more control on their properties. You can find everything here |
Beta Was this translation helpful? Give feedback.
Hi @matusko89, the short answer is that, at the moment, the default sphere position cannot be configured in the simConfig or in any ini file. You will have to set its position or initialise the simulator's world as you please from your module, once you start the simulator. This has been noted as a future feature request for the simulator.