The programs linked below perform a number
of experiments that are identical except for minor variations:
displacements in space or time.
In all cases the experiments drop a
box near a stationary
box
onto a plane. An image of the rest
position of the
box was saved.
The experiment is repeatable: the
box
lands in same place each time relative to the stationary one.
Experiment at the origin:
preciseBlocks.py
Position error
Then the whole experiment wads moved by (10,10,10) and repeated. The
box rest position was very
different.
displaced by (10,10,10):
preciseBlocks10.py
The image below compares the rest position after running the experiment
centered at the origin to when it is run after displacement by
(10,10,10).
Time Error
The first experiment was repeated with the only difference being
that it was programmed to wait 8000 seconds before dropping the
box.
Again the rest position was different.
at time=8000:
preciseBlocksTime8000.py
The image below compares the rest position after running the experiment
centered at the origin to when it is run after waiting untile time=8000.