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

Eliminate marker_offset parameter #1

Open
danepowell opened this issue Sep 5, 2013 · 0 comments
Open

Eliminate marker_offset parameter #1

danepowell opened this issue Sep 5, 2013 · 0 comments

Comments

@danepowell
Copy link
Owner

The problem is that the controls for markers aren't always centered on the actual marker position. The marker feedback topic only provides marker position, so if the controls are too far away, we won't be able to 'grab' them.

To get rid of this parameter, we'd need to capture server state (via the update topic), find the marker corresponding to that in the feedback topic, find the best candidate control (MOVE_ROTATE_3D), and then set the marker position to this control position. Ugh.

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