We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like the following command:
yakut format zubax.low_level_io.Access
It prints out which format I should use to pass variables for this DSDL type.
The text was updated successfully, but these errors were encountered:
This can be accomplished as follows
In order to use this with yakut, we need to wrap this statement with single quotes once more:
yakut
yakut call 125 uavcan.node.ExecuteCommand '{'command': 0, 'parameter': 'firmware.bin'}'
Sorry, something went wrong.
The form you're looking for is either JSON or YAML. For example:
>>> import json >>> print(json.dumps(example_message))
Your example needs double quotes otherwise it won't work in some shells.
No branches or pull requests
I would like the following command:
yakut format zubax.low_level_io.Access
It prints out which format I should use to pass variables for this DSDL type.
The text was updated successfully, but these errors were encountered: