ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I found a way around this.
Instead of Pickling a list of classes, I just stored them list of lists of values, without using classes to sort and structure the values. I just assigned values to the list like a matrix of matrixes, so it was easier to store values into the list and retrieve it using the matrix positions for any required set values in the matrix.
Hope this helps.