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

Support coordinates values and varargs #29

Open
Overdrivr opened this issue Mar 3, 2016 · 0 comments
Open

Support coordinates values and varargs #29

Overdrivr opened this issue Mar 3, 2016 · 0 comments
Milestone

Comments

@Overdrivr
Copy link
Owner

  • Adding a # to a topic will describe specific data types

Examples:
foo#xy (xy coordinates)
foo#xyz (xyz coords)
foo#m22 (2_2 matrix)
foo#m33 (3_3 matrix)

  • Associated with varargs interface for publishing
    Publish pair of coordinates x = 0.5 y = 0.9
    TM.publish("foo#xy",0.5,0.9);
    Publish matrix
    0.5 1.0
    1.5 2.0
    TM.publish("foo#m22",0.5,1.0,1.5,2.0);
  • And the plots opened by the command line interface will understand all those datatypes.
    Coordinates plotted in a 2D or 3D space
    Matrices will be displayed as transformation matrix on an arbitrary object; in 2D or 3D space.

Topics with hashtags will be referenced as tagged ?

@Overdrivr Overdrivr added this to the 1.2.0 milestone Mar 7, 2016
@Overdrivr Overdrivr modified the milestones: 2.1.0, 1.2.0 Apr 8, 2016
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