Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tgDataLogger2 should sort its senseables by position #222

Open
apsabelhaus opened this issue Feb 16, 2018 · 0 comments
Open

tgDataLogger2 should sort its senseables by position #222

apsabelhaus opened this issue Feb 16, 2018 · 0 comments
Assignees

Comments

@apsabelhaus
Copy link
Member

Currently, the log file from tgDataLogger2 does not have any ordering of the sensors. Similar with names: we don't currently enforce any named ordering, so the 1,2,3,... naming of rods etc is arbitrary.

However, for compounds, we need to know which compound (which tags) correspond to which compounded rigids. This is especially true since compounds have random tags associated with them (another bug: these don't seem to be seeded properly.)

SO, maybe we should add a required method to tgSenseable, which outputs some ordering. That way, tgRigidBody could order by (for example), X position, then Y, then Z. Should be an easy sorting within the data logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant