Closed Shushman closed 8 years ago
https://github.com/personalrobotics/prpy/blob/372db4fe055e961c5969d97a3cf7de3e91fd241c/src/prpy/serialization.py#L294
I think this should be reuse_bodies_dict instead of reuse_bodies. Otherwise the immediately previous if-else block does not serve its purpose.
reuse_bodies_dict
reuse_bodies
if-else
I believe this is fixed by all of the ISER-related serialization changes. If not, please re-open this issue.
https://github.com/personalrobotics/prpy/blob/372db4fe055e961c5969d97a3cf7de3e91fd241c/src/prpy/serialization.py#L294
I think this should be
reuse_bodies_dict
instead ofreuse_bodies
. Otherwise the immediately previousif-else
block does not serve its purpose.