Closed LuziaKn closed 1 year ago
The previous code resulted in an error when the maximum visual_shape_id did not match the size of the positions vector. Now, the i-th position within the positions vector are used to update the i-th visualization in self._visualizations.
visual_shape_id
positions
self._visualizations
The previous code resulted in an error when the maximum
visual_shape_id
did not match the size of thepositions
vector. Now, the i-th position within thepositions
vector are used to update the i-th visualization inself._visualizations
.