You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add a new field to the NodeData.msg to allow for the specification of the default value of the NodeData element.
This is to allow the library to determine the default value and provide various default values for different nodes.
Basic Example
The Wait Node wants a default value of 1 second for the wait time float parameter.
The Constant node on the other hand should have a 0 for its default float value.
Drawbacks
We need to adapt both the frontend and backend.
Unresolved questions
No response
The text was updated successfully, but these errors were encountered:
Implementation PR
No response
Reference Issues
Related to #110
Summary
We want to add a new field to the NodeData.msg to allow for the specification of the default value of the NodeData element.
This is to allow the library to determine the default value and provide various default values for different nodes.
Basic Example
The Wait Node wants a default value of 1 second for the wait time float parameter.
The Constant node on the other hand should have a 0 for its default float value.
Drawbacks
We need to adapt both the frontend and backend.
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: