Hello everyone,
I am doing a simulation of a vehicle that should walk around in an environment so I am trying to make it take some action when it reaches the end of the world other words to make some constraints for the vehicle to always stay in the required locations. when I am using infinite loop in jupyter notebook python it crashes the simulation and I need a live update for the vehicle so I can do some constraints
my question now is how can I make the live update of the vehicle location when I press start without crashing the whole simulation ?