When loading a .holo file that contains moments, when the start button is pressed, sometimes the moments won't be in the right order.
What I mean is that the moments are somehow not stored in their respective buffer: for example, the moment of order 1 could be stored in moments_env_.moment2_buffer.
The problem is fixed when the start button is pressed again though... Further inspection is needed.
When loading a .holo file that contains moments, when the start button is pressed, sometimes the moments won't be in the right order. What I mean is that the moments are somehow not stored in their respective buffer: for example, the moment of order 1 could be stored in
moments_env_.moment2_buffer
.The problem is fixed when the start button is pressed again though... Further inspection is needed.