-
Notifications
You must be signed in to change notification settings - Fork 2
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
Command data type #4
Comments
Can you please explain a bit more? :) |
It could be nice to have a integer data type to publish commands . The dimension of the data type is 1. It is enough, but it would be more appropriated to be timestamped and have a string with it. |
Quick draft? Is this how you imagine the type? Can you make an example, for what application would you use this type? :)
|
The data-type-name is perfect. |
Why don't you sent an integer or float directly? I don't think we need a specific type for that. Which advantage do you expect from creating such a type? |
As far as I understood, the timestamp is needed, which is not persisted by the Orocos transport itself. |
@ndehio You are right....but It makes the code more readable for others..:) |
@sinamr66 How soon to you need this data type? |
Not soon..:D |
Ok good to know :) |
An integer :D
The text was updated successfully, but these errors were encountered: